diff options
author | mh <mh@immerda.ch> | 2012-12-06 23:14:22 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-12-06 23:14:22 +0100 |
commit | bad29d3812a9e02a03df35f5b21feac7aa1360f6 (patch) | |
tree | e812b2b044ca4e15738f83e17dd16dcb86a994a7 /manifests/master | |
parent | eec0fdc63fb938c10ff3ca74a3d78215577acf06 (diff) |
use correct location to get logs
Diffstat (limited to 'manifests/master')
-rw-r--r-- | manifests/master/munin.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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" } } |