diff options
author | mh <mh@immerda.ch> | 2009-10-04 20:28:52 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-10-04 20:28:52 +0200 |
commit | 9beff1dc3b928c055ebb038af56fea29406f2c09 (patch) | |
tree | f30936c85f08aae33ee8fc9344a5f7005a8faebe | |
parent | 2052a6aedf959f24d4fc8bde89aa693d996af0c3 (diff) |
fix define naming
-rw-r--r-- | manifests/cron/openbsd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/openbsd.pp b/manifests/cron/openbsd.pp index 8337e22..9bb7a39 100644 --- a/manifests/cron/openbsd.pp +++ b/manifests/cron/openbsd.pp @@ -3,7 +3,7 @@ class puppet::cron::openbsd inherits puppet::openbsd { case $puppet_config { '': { $puppet_config = '/etc/puppet/puppet.conf' } } - Openbsd::Add_to_rc_local['puppetd']{ + Openbsd::Rc_local['puppetd']{ ensure => 'absent', } Cron['puppetd_check']{ |