summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-12 15:02:34 +0000
committermh <mh@immerda.ch>2008-04-12 15:02:34 +0000
commit6783f2aa339ab707f533b5c048ea2abb7a105806 (patch)
tree436030b9ea8dbc7bb1f486dd8b583e62e9ac209f /manifests
parentb3ec072deaadf33b19b2ddbf22b1448fdf4532fe (diff)
fixed uneeded deployment and directories
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": }
}