summaryrefslogtreecommitdiff
path: root/manifests/client/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-01-29 23:37:11 +0100
committermh <mh@immerda.ch>2014-01-29 23:37:11 +0100
commit0ebbe54879941e886dc1519b7dfdc69f614975ad (patch)
tree17ab15d3ceae3e8ad9bf07676c8e29ef30db379f /manifests/client/openbsd.pp
parent99e32a12d401828e71c13309bf21460086f77e0e (diff)
correct dependency
Diffstat (limited to 'manifests/client/openbsd.pp')
-rw-r--r--manifests/client/openbsd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client/openbsd.pp b/manifests/client/openbsd.pp
index 64ea588..09fb24f 100644
--- a/manifests/client/openbsd.pp
+++ b/manifests/client/openbsd.pp
@@ -17,7 +17,7 @@ class munin::client::openbsd inherits munin::client::base {
status => 'test -e /var/run/munin/munin-node.pid && (ps ax | egrep -q "^ *$(cat /var/run/munin/munin-node.pid).*munin-node")',
hasstatus => true,
hasrestart => true,
- require => [ File['/var/run/munin'], File['/var/log/munin-munin'] ],
+ require => [ File['/var/run/munin'], File['/var/log/munin-node'] ],
}
cron{'clean_munin_logfile':
command => 'rm /var/log/munin-node/munin-node.log; kill -HUP `cat /var/run/munin/munin-node.pid`',