summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 96a09a4..71e6f88 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,6 +19,12 @@ class logcheck (
recurse => remote,
replace => true,
;
+ '/etc/logcheck/violations.ignore.d/':
+ ensure => directory,
+ source => 'puppet:///modules/logcheck/etc/logcheck/violations.ignore.d/',
+ recurse => remote,
+ replace => true,
+ ;
}
File <| tag == 'logcheck-logfile' |>
}