summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-01 20:34:12 +0000
committermh <mh@immerda.ch>2008-10-01 20:34:12 +0000
commit70314baaf955865d34b9563316c9028f8b6ac018 (patch)
treeb19406fab96d4f8023e129163b37a88113930e55 /manifests/client.pp
parent5bdf84960aaefb0ed2c496827dcca7ac020b0ada (diff)
fix param-name
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 7f784d0..89c7b46 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -101,7 +101,7 @@ class munin::client::openbsd inherits munin::client::base {
}
Service['munin-node']{
restart => '/bin/kill -HUP `/bin/cat /var/run/munin/munin-node.pid`',
- stopt => '/bin/kill `/bin/cat /var/run/munin/munin-node.pid`',
+ stop => '/bin/kill `/bin/cat /var/run/munin/munin-node.pid`',
start => '/opt/munin/sbin/munin-node',
hasstatus => false,
hasrestart => false,