summaryrefslogtreecommitdiff
path: root/manifests/cron
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-27 17:50:36 +0000
committermh <mh@immerda.ch>2008-12-27 17:50:36 +0000
commit69b2f4f36ed173635c5934037c958c54f4503c5e (patch)
tree2c6c6934a9dc3cf787498487438dd5f4b764b762 /manifests/cron
parentffeac0d11981c3828fa76c323b36ee4aad72e061 (diff)
correct naming
Diffstat (limited to 'manifests/cron')
-rw-r--r--manifests/cron/openbsd.pp2
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,
}