From: Silvio Rhatto Date: Wed, 12 Mar 2014 14:01:11 +0000 (-0300) Subject: Let munin-update fork X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=276e6c4762ba971d3bc86a9072c474251df56441;p=puppet-nodo.git Let munin-update fork --- 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,