summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-07-22 13:04:38 +0200
committermh <mh@immerda.ch>2011-07-22 13:04:38 +0200
commiteb953716cd545f86972e85d983b5862c194f5aed (patch)
treeba4aa03eebf2ffc7f8fbbbebcd2f234f3d20c9be
parent5049ee5adee3642bf1ccae40ade1c79e6e301832 (diff)
fix typo
-rw-r--r--manifests/plugins/apache.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugins/apache.pp b/manifests/plugins/apache.pp
index b3e7634..dca3cea 100644
--- a/manifests/plugins/apache.pp
+++ b/manifests/plugins/apache.pp
@@ -1,4 +1,4 @@
class munin::plugins::apache {
- munin::plugin{ [ 'apache_accesses', 'apache_processes',' apache_volume' ]: }
- munin::plugin::deploy { "apache_activity": }
+ munin::plugin{ [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: }
+ munin::plugin::deploy { 'apache_activity': }
}