]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Dec 2009 19:01:05 +0000 (17:01 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Dec 2009 19:01:05 +0000 (17:01 -0200)
manifests/vserver.pp

index 5611c278452768ba1d1ebd876380107478c696b0..4c1578d5cb51f3125e72e93c87fe26008516ff66 100644 (file)
@@ -62,19 +62,20 @@ class vserver::host {
   case $munin_cidr_allow {
     '': {}
     default: {
-      file {
-        "/usr/local/share/munin-plugins/vserver_resources":
-          source => "puppet://$server/virtual/munin/vserver_resources",
-          mode => 0755, owner => root, group => root;
-
-        "/usr/local/share/munin-plugins/vserver_cpu_":
-          source => "puppet://$server/virtual/munin/vserver_cpu_",
-          mode => 0755, owner => root, group => root;
-
-        "/usr/local/share/munin-plugins/vserver_loadavg":
-          source => "puppet://$server/virtual/munin/vserver_loadavg",
-          mode => 0755, owner => root, group => root;
-      }
+               file {
+                 "/usr/local/share/munin-plugins/vserver_resources":
+                   source => "puppet://$server/virtual/munin/vserver_resources",
+                   mode => 0755, owner => root, group => root;
+
+                 "/usr/local/share/munin-plugins/vserver_cpu_":
+                   source => "puppet://$server/virtual/munin/vserver_cpu_",
+                   mode => 0755, owner => root, group => root;
+
+                 "/usr/local/share/munin-plugins/vserver_loadavg":
+                   source => "puppet://$server/virtual/munin/vserver_loadavg",
+                   mode => 0755, owner => root, group => root;
+               }
+             }
   }
   
   # Setup some plugins if munin is enabled in the system