Issue #2798 has been reported by Andrew Forgue. ---------------------------------------- Bug #2798: Crontab does not work in AIX http://projects.reductivelabs.com/issues/2798
Author: Andrew Forgue Status: Unreviewed Priority: Normal Assigned to: Category: cron Target version: Affected version: 0.25.1 Keywords: cron, aix Branch: Puppet's crontab support does not work in AIX. Running crontab rules under AIX results in: <pre> crontab: cannot access </pre> This occurs when the crontab file is being flushed. The AIX crontab binary does not permit reading from "-" (just like Solaris). The attached patch will make the cron type work on AIX. This defines a new "aixtab" crontab in provder/cron/cron.rb. And adds an entry to util/filetype.rb for aixtab to recognize proper output messages (which are different than Solaris, of course). -- 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 -~----------~----~----~----~------~----~------~--~---
