summaryrefslogtreecommitdiff
path: root/manifests/client/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-03 14:13:45 +0200
committermh <mh@immerda.ch>2009-10-03 14:13:45 +0200
commit103a4ed607d3fd6b5d8d4aa90e90a979b94f7624 (patch)
treedbc6cac5df5cc0a9f5407a9d088df1d3e8911218 /manifests/client/openbsd.pp
parenta385bc413215ac5aa6b646c3e4ebf59063230bd8 (diff)
adjust define
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 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'],
}