Issue #18393 has been updated by Alex Harvey. Status changed from Unreviewed to Rejected Assignee set to Alex Harvey
Agreed, I can't remember how I concluded this wasn't configurable but I've tested and it clearly is configurable so I'm cancelling the bug. ---------------------------------------- Bug #18393: not all Unix diff programs support -u option https://projects.puppetlabs.com/issues/18393#change-90500 * Author: Alex Harvey * Status: Rejected * Priority: Normal * Assignee: Alex Harvey * Category: * Target version: 3.x * Affected Puppet version: 3.0.2 * Keywords: hpux * Branch: ---------------------------------------- An assumption is made in the puppet code that all versions of Unix support diff -u when in fact HP-UX does not and neither does Solaris 8. In lib/puppet/defaults.rb - <pre> :diff_args => { :default => "-u", :desc => "Which arguments to pass to the diff command when printing differences between\n" + "files. The command to use can be chosen with the `diff` setting.", }, </pre> -- 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://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
