projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6f884
)
kill old ip6_ links
author
Peter Palfrader
<peter@palfrader.org>
Fri, 10 Feb 2012 00:36:49 +0000
(
01:36
+0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 10 Feb 2012 00:36:49 +0000
(
01:36
+0100)
modules/ferm/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/init.pp
b/modules/ferm/manifests/init.pp
index
c52fa5e
..
8d063c8
100644
(file)
--- a/
modules/ferm/manifests/init.pp
+++ b/
modules/ferm/manifests/init.pp
@@
-86,6
+86,11
@@
class ferm {
munin_ipv6_plugin {
$munin6_ips: ;
}
+ # get rid of old stuff
+ $munin6_ip6s = split(regsubst($v6ips, '([^,]+)', 'ip_\1', 'G'), ',')
+ activate_munin_check {
+ $munin6_ips: ensure => absent;
+ }
}
}