summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-11 13:33:08 +0000
committermh <mh@immerda.ch>2008-05-11 13:33:08 +0000
commite66f9177885ea9b5ce8e9c779b68b6f495c28362 (patch)
tree2d484dab996488320670499a7194b252a31d6566 /manifests
parentaaef921ce2aae19356104872482219117288043f (diff)
ensure is present, absent or source
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 91b0178..e2827cd 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -247,8 +247,8 @@ class munin::plugins::selinux inherits munin::plugins::base {
class munin::plugins::postgres inherits munin::plugins::base {
munin::plugin::deploy { "pg_conn": }
- munin::plugin::deploy { "pg__connections": ensure => false }
- munin::plugin::deploy { "pg__locks": ensure => false }
+ munin::plugin::deploy { "pg__connections": ensure => 'absent' }
+ munin::plugin::deploy { "pg__locks": ensure => 'absent' }
}
class munin::plugins::nagios inherits munin::plugins::base {
munin::plugin::deploy {