summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorpeter woodman <peter@shortbus.org>2007-12-06 22:21:39 -0800
committerDavid Schmitt <david@schmitt.edv-bus.at>2007-12-07 08:48:08 +0100
commit5ef32d93b97a0fb2881f03e24deac7daa8c9da35 (patch)
tree9412a355b198eabaeb29238a70dc75b0ad3c883b /manifests
parent51a1fd9841f92ab5d8ccecd100ef54fa18eff09b (diff)
munin: also adding munin-limits.log to logfiles to ensure
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;
}