summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client')
-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 303acd7..17abdbf 100644
--- a/manifests/client/openbsd.pp
+++ b/manifests/client/openbsd.pp
@@ -21,7 +21,7 @@ class munin::client::openbsd inherits munin::client::base {
require => Exec['extract_openbsd'],
owner => root, group => 0, mode => 0755;
}
- openbsd::add_to_rc_local{'munin-node':
+ openbsd::rc_local{'munin-node':
binary => '/opt/munin/sbin/munin-node',
require => File['/var/run/munin'],
}