summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-12 15:02:34 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-12 15:02:34 +0000
commit6ae8a3c99f66f63c51eb76fc9b3e4b49273c5b2c (patch)
tree436030b9ea8dbc7bb1f486dd8b583e62e9ac209f /manifests
parent13574dc22d09138b40433ff906efc2ab4895553e (diff)
fixed uneeded deployment and directories
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1217 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index bc9f00c..dbf8eb1 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -208,9 +208,9 @@ class munin::plugins::djbdns inherits munin::plugins::base {
class munin::plugins::apache inherits munin::plugins::base {
include apache::status
- munin::plugin::deploy { "apache_accesses": }
- munin::plugin::deploy { "apache_processes": }
- munin::plugin::deploy { "apache_volume": }
+ munin::plugin{ "apache_accesses": }
+ munin::plugin{ "apache_processes": }
+ munin::plugin{ "apache_volume": }
munin::plugin::deploy { "apache_activity": }
}