summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorpeter woodman <peter@shortbus.org>2007-12-06 22:21:38 -0800
committerDavid Schmitt <david@schmitt.edv-bus.at>2007-12-07 08:48:08 +0100
commit51a1fd9841f92ab5d8ccecd100ef54fa18eff09b (patch)
treee186c0a80eb2fa5e09a225b57f8f47e1887212cc /manifests
parent1ad95807d83bdf243c763c6cfd008c7590245fd2 (diff)
munin: adding entries for the log files that munin expects.
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