From ec7a4aca479a5eb9da8caddc4044522baeb2aa9e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 10 Feb 2012 01:37:29 +0100 Subject: [PATCH] fix --- modules/ferm/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 8d063c87..a150ecf4 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -89,7 +89,7 @@ class ferm { # get rid of old stuff $munin6_ip6s = split(regsubst($v6ips, '([^,]+)', 'ip_\1', 'G'), ',') activate_munin_check { - $munin6_ips: ensure => absent; + $munin6_ip6s: ensure => absent; } } } -- 2.39.2