diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-11 09:51:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-11 09:51:33 -0300 |
commit | 16733bfbd6ec3c1aeccc7e629aab2525147106d9 (patch) | |
tree | 10a089764f0df3135b0418baaa5a5b596eb71143 /manifests/subsystem/monitor | |
parent | 5df4803cceee1811e265932956fdca8064af46e1 (diff) | |
download | puppet-nodo-16733bfbd6ec3c1aeccc7e629aab2525147106d9.tar.gz puppet-nodo-16733bfbd6ec3c1aeccc7e629aab2525147106d9.tar.bz2 |
Formatting
Diffstat (limited to 'manifests/subsystem/monitor')
-rw-r--r-- | manifests/subsystem/monitor/master.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index d2e32db..f46ed6a 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -44,9 +44,9 @@ class nodo::subsystem::monitor::master { # Munin configuration for rrdcache file { "munin_rrdcache": - ensure => $ensure, - path => "/var/lib/puppet/modules/munin/nodes/00-rrdcache", - content => "rrdcached_socket /var/run/rrdcached.sock\n", + ensure => $ensure, + path => "/var/lib/puppet/modules/munin/nodes/00-rrdcache", + content => "rrdcached_socket /var/run/rrdcached.sock\n", } if $main == true { |