summaryrefslogtreecommitdiff
path: root/manifests/cron/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-09-15 22:41:31 +0200
committermh <mh@immerda.ch>2010-09-15 22:41:31 +0200
commitbfe861221f706cc488c8a247b6d494d07d79f465 (patch)
treec96022d2d91ea6de20395f200d1878e6cfc539aa /manifests/cron/linux.pp
parent5b3b8d6e027343acd676dcc6393f0281ef354886 (diff)
fix some issues with cron enabling/service disabling
Diffstat (limited to 'manifests/cron/linux.pp')
-rw-r--r--manifests/cron/linux.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/cron/linux.pp b/manifests/cron/linux.pp
index 6e8baf5..a5008bf 100644
--- a/manifests/cron/linux.pp
+++ b/manifests/cron/linux.pp
@@ -14,5 +14,6 @@ class puppet::cron::linux inherits puppet::linux {
File['/etc/cron.d/puppetd.cron']{
source => undef,
content => "# run puppet\n$puppet_crontime root /usr/sbin/puppetd --onetime --no-daemonize --config=$puppet_config --color false $puppet_http_compression_str | grep -E '(^err:|^alert:|^emerg:|^crit:)'\n",
+ before => Service['puppet'],
}
}