summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 5e65a04..83d1887 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -13,7 +13,8 @@ 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"]:
+ file { ["/var/log/munin-update.log", "/var/log/munin-limits.log",
+ "/var/log/munin-graph.log", "/var/log/munin-html.log"]:
ensure => present,
mode => 640, owner => munin, group => root;
}