diff options
-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, |