diff options
-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 { |