From 51a1fd9841f92ab5d8ccecd100ef54fa18eff09b Mon Sep 17 00:00:00 2001 From: peter woodman Date: Thu, 6 Dec 2007 22:21:38 -0800 Subject: munin: adding entries for the log files that munin expects. --- manifests/host.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests') 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 -- cgit v1.2.3