From 276e6c4762ba971d3bc86a9072c474251df56441 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Mar 2014 11:01:11 -0300 Subject: Let munin-update fork --- manifests/subsystem/monitor/master.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem/monitor') 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, -- cgit v1.2.3