diff options
author | mh <mh@immerda.ch> | 2009-10-04 20:16:26 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-10-04 20:16:26 +0200 |
commit | 2052a6aedf959f24d4fc8bde89aa693d996af0c3 (patch) | |
tree | a50c80fb8a95da177aed35874524885c725dfc44 | |
parent | 76fbba7c159866025b9fd99fe68ebf7512c31c2c (diff) |
use the new named define
-rw-r--r-- | manifests/openbsd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp index c2fcccb..d08a50b 100644 --- a/manifests/openbsd.pp +++ b/manifests/openbsd.pp @@ -6,7 +6,7 @@ class puppet::openbsd inherits puppet::base { hasstatus => false, hasrestart => false, } - openbsd::add_to_rc_local{'puppetd': + openbsd::rc_local{'puppetd': binary => '/usr/local/bin/puppetd', } cron { 'puppetd_check': |