Displaying 1 result from an estimated 1 matches for "aide_cron_check".
2013 May 07
3
Announce: cis-puppet 0.2.0 is now available
...=======
Some of the settings, such as which log server to use, can be specified by the
user. Below is a sample hiera file containing all the current configurable
settings:
    cis::logserver: ''syslog.localdomain''
    cis::ntpserver:
      - ntp1
      - ntp2
      - ntp3
    cis::aide_cron_check:
      hour: 6
      minute: 30
Author
======
Written by Arild Jensen <ajensen@counter-attack.com> with source code repository at https://github.com/arildjensen/cis-puppet.
Release History
===============
- 0.2.0 - Added comments and implemented hiera support for some of the settings.
- 0...