]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
an array? really?
authorStephen Gran <steve@lobefin.net>
Fri, 16 Oct 2009 20:40:19 +0000 (21:40 +0100)
committerStephen Gran <steve@lobefin.net>
Fri, 16 Oct 2009 20:40:19 +0000 (21:40 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/apache.pp

index 97649bb170c1cb9e8151c92892756e9fa44b010c..da2591c8221a33e7790ca085009b95e3e0b19699 100644 (file)
@@ -1,8 +1,8 @@
 class munin-node::apache inherits munin-node {
         activate_munin_check { "Apache munin plugins:
-                script => "apache_accesses";
+              [ script => "apache_accesses";
                 script => "apache_processes";
-                script => "apache_volume";
+                script => "apache_volume"; ]
         }
 }