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
commit225e30cc5afa6d6cf4cf87e83b58d34f76b065bc (patch)
tree436030b9ea8dbc7bb1f486dd8b583e62e9ac209f /manifests
parent3ece0ea0046a03f7e9b6c84b91b849479ce5c44f (diff)
fixed uneeded deployment and directories
git-svn-id: https://rfd.cronopios.org/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": }
}