this might be more clever
[mirror/dsa-puppet.git] / modules / munin-node / manifests / apache.pp
index 6d078f3..11e5897 100644 (file)
@@ -1,8 +1,8 @@
 class munin-node::apache inherits munin-node {
-        activate_munin_check { "Apache munin plugins":
-              [ script => "apache_accesses";
-                script => "apache_processes";
-                script => "apache_volume"; ]
+        activate_munin_check {
+                "apache_accesses";
+                "apache_processes";
+                "apache_volume";
         }
 }