From 5ef32d93b97a0fb2881f03e24deac7daa8c9da35 Mon Sep 17 00:00:00 2001 From: peter woodman Date: Thu, 6 Dec 2007 22:21:39 -0800 Subject: munin: also adding munin-limits.log to logfiles to ensure --- manifests/host.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') 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; } -- cgit v1.2.3