]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Let munin-update fork
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Mar 2014 14:01:11 +0000 (11:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 12 Mar 2014 14:01:11 +0000 (11:01 -0300)
manifests/subsystem/monitor/master.pp

index 046143b99b5083fb3eb2eafb9576d33764b32b8f..c7241b3be1ca2418eb4c1cda1da7ffa8f0fc482b 100644 (file)
@@ -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,