Issue #21537 has been reported by Joe Harrison. ---------------------------------------- Bug #21537: puppet does not show diffs of newly created files https://projects.puppetlabs.com/issues/21537
* Author: Joe Harrison * Status: Unreviewed * Priority: Low * Assignee: * Category: agent * Target version: * Affected Puppet version: 3.2.2 * Keywords: puppet apply diff new file * Branch: ---------------------------------------- The following command: <pre>puppet apply --noop --show_diff [manifest]</pre> does not show any diff output for files to be created, but does show diff output for existing files which are being modified. Using the necessary diff options (-uN) does not remedy the issue: <pre>puppet apply --noop --show_diff --diff_args=uN [manifest]</pre> Surely a newly created file has a diff equivalent to the insertion of _all_ lines in the new file? -- 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. For more options, visit https://groups.google.com/groups/opt_out.
