Added --remove-also to munin-node-configure
This commit is contained in:
parent
742008eee8
commit
be8a487695
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class munin::node {
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { "munin-node-configure":
|
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",
|
path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin",
|
||||||
user => root,
|
user => root,
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue