From bad29d3812a9e02a03df35f5b21feac7aa1360f6 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 6 Dec 2012 23:14:22 +0100 Subject: use correct location to get logs --- manifests/master/munin.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/master/munin.pp b/manifests/master/munin.pp index 8046162..89aa5f2 100644 --- a/manifests/master/munin.pp +++ b/manifests/master/munin.pp @@ -3,7 +3,8 @@ class puppet::master::munin { munin::plugin::deploy { [ 'puppetmaster_memory', 'puppet_clients' ]: source => "puppet/munin/puppet_", - config => "user root" + config => "user root +env.logfile /var/log/puppet/puppetmaster.log" } } -- cgit v1.2.3