diff --git a/munin/manifests/init.pp b/munin/manifests/init.pp index ac29225..29dd689 100644 --- a/munin/manifests/init.pp +++ b/munin/manifests/init.pp @@ -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"], } }