summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorpeter woodman <peter@shortbus.org>2007-12-06 22:21:40 -0800
committerDavid Schmitt <david@schmitt.edv-bus.at>2007-12-07 08:48:08 +0100
commit961a62b2db231ccdc1a1bdbc43701e27d9bc014e (patch)
treeda166802f7a085cb44d1f291e4f9fa86d553bfbf /manifests
parent5ef32d93b97a0fb2881f03e24deac7daa8c9da35 (diff)
munin: making sure the munin-node package gets installed before ensuring plugin-conf.d/munin-node
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index e7e22d1..b1d58ad 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -79,6 +79,7 @@ class munin::plugins::base {
ensure => present,
mode => 0644, owner => root, group => root,
notify => Service[munin-node];
+ before => Package[munin-node];
}
}