summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authordavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-08-07 14:23:30 +0000
committerdavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>2007-08-07 14:23:30 +0000
commit2e4aea7dc248a603ba2f944539c1feb6e4a34ff3 (patch)
tree3dc4c700f34515e4cefadf4af66aeaecd73445d2 /manifests
parent492219bd8ff0219872c1580834834a4a1767b928 (diff)
vservers don't do vmstat
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@180 f03ff2f1-f02d-0410-970d-b9634babeaa1
Diffstat (limited to 'manifests')
-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;
}