summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-18 14:51:32 +0000
committermh <mh@immerda.ch>2008-04-18 14:51:32 +0000
commit3edac04b0cdb7b94c439a6224b25028651285aa5 (patch)
tree94f1bf3e1d2cf7f8aa93e26409ef1d89bb67ed29 /manifests/plugin.pp
parent74463978e6be2d3e15d30358f40bf102851f5745 (diff)
fixed renaming
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 97bcbf3..2b66ce2 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -227,6 +227,6 @@ 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": enabled => false }
- munin::plugin::deploy { "pg__locks": enabled => false }
+ munin::plugin::deploy { "pg__connections": ensure => false }
+ munin::plugin::deploy { "pg__locks": ensure => false }
}