From f3ff1bfc421941547eff7c18c353896141419886 Mon Sep 17 00:00:00 2001 From: peter woodman Date: Fri, 7 Dec 2007 00:46:25 -0800 Subject: munin: put a , where a ; wasn't supposed to be. --- manifests/plugin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/plugin.pp b/manifests/plugin.pp index b1d58ad..d143861 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -78,7 +78,7 @@ class munin::plugins::base { "/etc/munin/plugin-conf.d/munin-node": ensure => present, mode => 0644, owner => root, group => root, - notify => Service[munin-node]; + notify => Service[munin-node], before => Package[munin-node]; } -- cgit v1.2.3