]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Formatting
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Mar 2014 12:51:33 +0000 (09:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Mar 2014 12:51:33 +0000 (09:51 -0300)
manifests/subsystem/monitor/master.pp

index d2e32dbc6d8e00ca3ad279578a6e4f724cd74984..f46ed6abc214c8d3b6365e1dd10f0bb7784b181c 100644 (file)
@@ -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 {