diff options
Diffstat (limited to 'manifests/master')
-rw-r--r-- | manifests/master/munin.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/master/munin.pp b/manifests/master/munin.pp index 89aa5f2..b455240 100644 --- a/manifests/master/munin.pp +++ b/manifests/master/munin.pp @@ -4,7 +4,7 @@ class puppet::master::munin { [ 'puppetmaster_memory', 'puppet_clients' ]: source => "puppet/munin/puppet_", config => "user root -env.logfile /var/log/puppet/puppetmaster.log" +env.puppet_logfile /var/log/puppet/puppetmaster.log" } } |