From 961a62b2db231ccdc1a1bdbc43701e27d9bc014e Mon Sep 17 00:00:00 2001 From: peter woodman Date: Thu, 6 Dec 2007 22:21:40 -0800 Subject: munin: making sure the munin-node package gets installed before ensuring plugin-conf.d/munin-node --- manifests/plugin.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') 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]; } } -- cgit v1.2.3