summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-04-07 23:20:16 +0200
committermh <mh@immerda.ch>2013-04-07 23:20:16 +0200
commitb36d79a7ae60660c4dc6ec5a176fc2a8abe70024 (patch)
tree568fb7d246593303a55e43509b0dfc2b43793ff8 /manifests
parent6d79119d50d834b547f305cc3363f81f18d4ff15 (diff)
also use new naming convention on linux
Diffstat (limited to 'manifests')
-rw-r--r--manifests/cron/linux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/linux.pp b/manifests/cron/linux.pp
index 5452cc7..b90464a 100644
--- a/manifests/cron/linux.pp
+++ b/manifests/cron/linux.pp
@@ -5,7 +5,7 @@ class puppet::cron::linux inherits puppet::linux {
File['/etc/cron.d/puppetd.cron']{
source => undef,
- content => "#run puppet\n$puppet::cron::base::crontime root output=\$(/usr/sbin/puppetd --onetime --no-daemonize --splay --config=/etc/puppet/puppet.conf --color false ${puppet::cron::base::http_compression_str}); ret=\$?; printf \"\\%s\" \"\$output\" | grep -E '(^err:|^alert:|^emerg:|^crit:)'; exit \$ret\n",
+ content => "#run puppet\n$puppet::cron::base::crontime root output=\$(/usr/sbin/puppet agent --onetime --no-daemonize --splay --config=/etc/puppet/puppet.conf --color false ${puppet::cron::base::http_compression_str}); ret=\$?; printf \"\\%s\" \"\$output\" | grep -E '(^err:|^alert:|^emerg:|^crit:)'; exit \$ret\n",
before => Service['puppet'],
}
}