RE: [Puppet Users] Cron job isn't running

2012-04-19 Thread Dave Burkholder
Apr/2012:19:19:40 -0400] "POST /production/catalog/system.sys12.lan HTTP/1.1" 400 4492 "-" "-" 127.0.1.1:8140 - - [19/Apr/2012:19:19:41 -0400] "PUT /production/report/system.sys12.lan HTTP/1.1" 200 4220 "-" "-" 127.0.1.1:8140 - - [19/Apr/2

Re: [Puppet Users] Cron job isn't running

2012-04-19 Thread Christopher Wood
Usually cron problems like this are because of the way cron shrinks your $PATH environment variable. Read "man 5 crontab" and "man 8 cron", or find them on the web. Or use the full path to your puppet executable. Why don't you have puppet set up the cron job for you? That way puppet will instal

[Puppet Users] Cron job isn't running

2012-04-19 Thread thinkwell
I only need to run puppet weekly, so I made this little shell script and put in the the /etc/cron.weekly folder, but it's not running. If I run the script manually, it works just fine. Why not from cron? #!/bin/bash # # Cron job managed by Puppet ##