diff options
author | mh <mh@immerda.ch> | 2008-12-27 17:50:36 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-12-27 17:50:36 +0000 |
commit | 69b2f4f36ed173635c5934037c958c54f4503c5e (patch) | |
tree | 2c6c6934a9dc3cf787498487438dd5f4b764b762 | |
parent | ffeac0d11981c3828fa76c323b36ee4aad72e061 (diff) |
correct 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 ea91593..432d635 100644 --- a/manifests/cron/openbsd.pp +++ b/manifests/cron/openbsd.pp @@ -9,7 +9,7 @@ class puppet::cron::openbsd inherits puppet::openbsd { Cron['puppetd_check']{ ensure => absent, } - Cron['puppetd_check']{ + Cron['puppetd_restart']{ ensure => absent, } |