summaryrefslogtreecommitdiff
path: root/manifests/plugins/vserver.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-07-01 04:43:09 +0200
committermh <mh@immerda.ch>2010-07-01 04:43:09 +0200
commite7d23dabf191c5416197af0b229fc90b94539405 (patch)
treebf9d1f220eb8c0ef176529e2ab18717618e4ee14 /manifests/plugins/vserver.pp
parentd63bc7ba3edc39e2fe7dbbefd87edac45176b13b (diff)
parentf1586a7fbcc79fee6542790b1f4c930929af7e04 (diff)
merge with lavamind
Diffstat (limited to 'manifests/plugins/vserver.pp')
-rw-r--r--manifests/plugins/vserver.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugins/vserver.pp b/manifests/plugins/vserver.pp
index bce28a1..f24af07 100644
--- a/manifests/plugins/vserver.pp
+++ b/manifests/plugins/vserver.pp
@@ -1,7 +1,7 @@
class munin::plugins::vserver inherits munin::plugins::base {
munin::plugin {
- [ netstat, processes ]:
- ensure => present;
+ [ netstat, processes ]:
+ ensure => present;
}
}