From 70314baaf955865d34b9563316c9028f8b6ac018 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 1 Oct 2008 20:34:12 +0000 Subject: fix param-name --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/client.pp') 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, -- cgit v1.2.3