From 0075b0aa02f99b30f087fa1daf7df078687857c7 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 8 Jul 2013 22:06:31 +0300 Subject: [PATCH] munin: Dependency fix --- munin/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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"], } }