summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent/logwatch.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_check_mk/manifests/agent/logwatch.pp')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent/logwatch.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent/logwatch.pp b/puppet/modules/site_check_mk/manifests/agent/logwatch.pp
index 763b01a7..67db5a12 100644
--- a/puppet/modules/site_check_mk/manifests/agent/logwatch.pp
+++ b/puppet/modules/site_check_mk/manifests/agent/logwatch.pp
@@ -8,4 +8,8 @@ class site_check_mk::agent::logwatch {
mode => '0755'
}
+ file { '/etc/check_mk/logwatch.d':
+ ensure => directory
+ }
+
}