munin: Dependency fix

This commit is contained in:
Ossi Salmi 2013-07-08 22:06:31 +03:00
parent 2a83ab6e4b
commit 0075b0aa02

View file

@ -225,6 +225,7 @@ define munin::plugin($enable=true, $config="") {
},
content => "[${name}]\ncommand /bin/true\n",
notify => Exec["munin-node-configure"],
require => Package["munin-node"],
}
}