diff options
author | mh <mh@immerda.ch> | 2012-12-07 12:32:51 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-12-07 12:32:51 +0100 |
commit | 26c67fe5ebf4c993f796d1b5de50015dfbb3bca8 (patch) | |
tree | 947f7a8cf26fb2e8f54fdfdc98c4c05f071cf2ad /manifests | |
parent | bad29d3812a9e02a03df35f5b21feac7aa1360f6 (diff) |
correct env var
Diffstat (limited to 'manifests')
-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" } } |