diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-12 11:01:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-12 11:01:11 -0300 |
commit | 276e6c4762ba971d3bc86a9072c474251df56441 (patch) | |
tree | 57152ced411bbae5272c746258f5e1ada1ed3018 /manifests/subsystem/monitor/master.pp | |
parent | c09f991dda8ed9024956ec659255d4b82d3b9804 (diff) | |
download | puppet-nodo-276e6c4762ba971d3bc86a9072c474251df56441.tar.gz puppet-nodo-276e6c4762ba971d3bc86a9072c474251df56441.tar.bz2 |
Let munin-update fork
Diffstat (limited to 'manifests/subsystem/monitor/master.pp')
-rw-r--r-- | manifests/subsystem/monitor/master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index 046143b..c7241b3 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -17,7 +17,7 @@ class nodo::subsystem::monitor::master { file { "munin_graph_performance": ensure => $ensure, path => "/var/lib/puppet/modules/munin/nodes/00-performance", - content => "max_graph_jobs 1\n max_cgi_graph_jobs 1\nfork no\n", + content => "max_graph_jobs 1\nmax_cgi_graph_jobs 1\n", require => $main ? { true => Concatenated_file['/etc/munin/munin.conf'], default => undef, |