From a8ca37c1f4699fcf183dde41e4f6399c5fd7c20e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Mar 2014 09:56:29 -0300 Subject: Set dependencies for munin config --- manifests/subsystem/monitor/master.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index f46ed6a..8263a2a 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -18,6 +18,7 @@ class nodo::subsystem::monitor::master { 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", + require => Concatenated_file['/etc/munin/munin.conf'], } # @@ -47,6 +48,7 @@ class nodo::subsystem::monitor::master { ensure => $ensure, path => "/var/lib/puppet/modules/munin/nodes/00-rrdcache", content => "rrdcached_socket /var/run/rrdcached.sock\n", + require => Concatenated_file['/etc/munin/munin.conf'], } if $main == true { -- cgit v1.2.3