Issue #2631 has been updated by Malcolm Howe.
Yes, that fixes the problem for me. It turns out I had an additional problem. I had not defined diff_args in my configuration. In 0.24.8 diff_args was defaulting to "" but in 0.25.0 it is defaulting to "-u" which is not valid in AIX. Putting that right gives me diffs for files not templates, which is what others have been able to reproduce. So it seems the bug ony applies to templates and the patch fixes it. Thanks ---------------------------------------- Bug #2631: show_diff no longer works http://projects.reductivelabs.com/issues/2631 Author: Malcolm Howe Status: Ready for Testing Priority: Normal Assigned to: Jesse Wolfe Category: fileserving Target version: 0.25.2 Affected version: 0.25.0 Keywords: Branch: After upgrading from 0.24.8 to 0.25.0 diffs of modified files are no longer shown when puppetd --test is run with show_diff=true in puppet.conf. -- 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 -~----------~----~----~----~------~----~------~--~---
