From 32abf4998f39058ddc1d0fbb870ee533328faba9 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 20 May 2013 15:07:27 +0200 Subject: follow new naming convention --- manifests/cron/linux.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/cron/linux.pp b/manifests/cron/linux.pp index f5b0ebb..d0d0e92 100644 --- a/manifests/cron/linux.pp +++ b/manifests/cron/linux.pp @@ -17,7 +17,7 @@ class puppet::cron::linux inherits puppet::linux { File['/etc/cron.d/puppetd']{ source => undef, - content => "#run puppet\n${puppet_crontime} root output=\$(/usr/sbin/puppetd --onetime --no-daemonize --splay --config=/etc/puppet/puppet.conf --color false); ret=\$?; printf \"\\%s\" \"\$output\" | grep -E '(^err:|^alert:|^emerg:|^crit:)'; exit \$ret\n", + content => "#run puppet\n${puppet_crontime} root output=\$(/usr/bin/puppet agent --onetime --no-daemonize --splay --config=/etc/puppet/puppet.conf --color false); ret=\$?; printf \"\\%s\" \"\$output\" | grep -E '(^err:|^alert:|^emerg:|^crit:)'; exit \$ret\n", before => Service['puppet'], ensure => present, notify => Service['cron'] -- cgit v1.2.3