/puppet-windows_eventlog

Primary LanguageRubyApache License 2.0Apache-2.0

#Windows Event Logs module for Puppet

##Overview

Puppet module for managing windows event logs

This module is also available on the Puppet Forge

Build Status Dependency Status

##Module Description

The purpose of this module is to manage each of the windows event logs, including the size, rotation and retention

##Usage

windows_eventlog { 'Application':
  log_path => '%SystemRoot%\system32\winevt\Logs\Application.evtx',
  log_size => '2048',
  max_log_policy = 'overwrite'
}

##Development Copyright (C) 2013 Liam Bennett - liamjbennett@gmail.com
Distributed under the terms of the Apache 2 license - see LICENSE file for details.
Further contributions and testing reports are extremely welcome - please submit a pull request or issue on GitHub

##Release Notes

0.0.1
The initial version