summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorpeter woodman <peter@shortbus.org>2007-12-07 00:46:25 -0800
committerDavid Schmitt <david@schmitt.edv-bus.at>2007-12-07 15:01:51 +0100
commitf3ff1bfc421941547eff7c18c353896141419886 (patch)
tree89c310bb3c200b229c95ed2a9c288bd157af43be /manifests
parent961a62b2db231ccdc1a1bdbc43701e27d9bc014e (diff)
munin: put a , where a ; wasn't supposed to be.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
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];
}