Version information
released Dec 8th 2014
This version is compatible with:
- Puppet Enterprise 3.3.x
- Puppet 3.3
- RedHat, CentOS, Debian, Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'ceritsc-sec', '0.9.2'
Learn more about managing modules with a PuppetfileDocumentation
ceritsc/sec — version 0.9.2 Dec 8th 2014
Puppet SEC module
This module manages SEC (simple event correlator, http://simple-evcorr.sourceforge.net/ ) installation, configuration and startup.
Overview
This is the Puppet SEC module.
Requirements
Module has been tested on:
- Puppet 3.3
- Debian and RHEL/CentOS 6
Required modules:
Quick Start
Install and start SEC with default config:
include sec
Full configuration options:
class { 'sec':
enabled => true|false, # enable state
packages => [...], # override list of packages to install
service => '...', # override service name
include_dir => '...', # directory for Sec rules
purge => true|false, # include_dir purge orphaned files
recurse => true|false, # include_dir recurse
inputs => [...], # list of input log files
daemon_args => '...', # ERB inline template with daemon args.
}
SEC rule options:
sec::rule { name
ensure => present|absent,
rulename => $title,
content => '...',
}
CERIT Scientific Cloud, support@cerit-sc.cz
Dependencies
- puppetlabs/stdlib (>= 4.0.0)
The MIT License (MIT) Copyright (c) 2014 Institute of Computer Science, Masaryk University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.