Issue #2801 has been reported by Andrew Forgue. ---------------------------------------- Bug #2801: Crontab does not work in AIX http://projects.reductivelabs.com/issues/2801
Author: Andrew Forgue Status: Unreviewed Priority: Normal Assigned to: Category: cron Target version: Affected version: 0.25.1 Keywords: cron crontab aix Branch: Crontab type does not work in AIX and results in the following error: <pre>crontab: cannot access</pre> This is caused because the AIX crontab binary does not accept "-" as standard input. The patch creates a new filetype called aixtab and adds it to provider/cron/cron.rb if the operating system is "AIX". It also updates the cron output if the user is in cron.deny. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
