summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 8b85e63..3b1e80a 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -122,7 +122,7 @@ class munin::plugins::debian inherits munin::plugins::base {
class munin::plugins::vserver inherits munin::plugins::base {
plugin {
- [ netstat, processes, vmstat ]:
+ [ netstat, processes ]:
ensure => present;
}