diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 71e6f88..a353b9e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,6 +7,10 @@ class logcheck ( ; } file { + '/etc/logcheck/logcheck.conf': + ensure => present, + content => template('logcheck/etc/logcheck/logcheck.conf.erb'), + ; '/etc/logcheck/ignore.d.server/': ensure => directory, source => 'puppet:///modules/logcheck/etc/logcheck/ignore.d.server/', |