Hello,
Why the following lines doesn't work?
cron { "app" :
command => ""nice -n -10 /usr/bin/php
/var/www/public_html/rotinas/rotinas.php 2>&1>> /var/log/app.log",
environment => "PATH=$PATH",
user => root,
hour => '*',
minute => '*',
month => '*',
monthday => '*',
weekday => '*',
}
When I try to execute puppet I got the following message:
"-":6: bad minute
errors in crontab file, can't install.
Thanks !
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.