munin: Enable forced plugins after munin-node-configure

This commit is contained in:
Ossi Salmi 2014-10-27 14:06:40 +02:00
parent 1addc43bfe
commit 6cd511d77f

View file

@ -220,9 +220,10 @@ define munin::plugin(
if $force == true {
file { "/etc/munin/plugins/${name}":
ensure => link,
target => "${plugindir}/${name}",
notify => Service["munin-node"],
ensure => link,
target => "${plugindir}/${name}",
require => Exec["munin-node-configure"],
notify => Service["munin-node"],
}
}
} else {