summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-18 14:51:32 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-18 14:51:32 +0000
commitebe1a5fdc83e550529fb11f6dd136bda38a0c689 (patch)
tree94f1bf3e1d2cf7f8aa93e26409ef1d89bb67ed29 /manifests
parent4b66892e98b993264e396b95a641c744a95c83c3 (diff)
fixed renaming
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1236 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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 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 }
}