summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 8a90cc2..5e65a04 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -13,6 +13,11 @@ class munin::host
header => "/etc/munin/munin.conf.header",
}
+ file { ["/var/log/munin-update.log", "/var/log/munin-graph.log", "/var/log/munin-html.log"]:
+ ensure => present,
+ mode => 640, owner => munin, group => root;
+ }
+
}
class munin::snmp_collector