Added --remove-also to munin-node-configure

This commit is contained in:
Ossi Salmi 2012-03-13 14:05:26 +02:00
parent 742008eee8
commit be8a487695

View file

@ -52,7 +52,7 @@ class munin::node {
}
exec { "munin-node-configure":
command => "munin-node-configure --shell 2>/dev/null | /bin/sh",
command => "munin-node-configure --shell --remove-also 2>/dev/null | /bin/sh",
path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin",
user => root,
refreshonly => true,