Issue #7274 has been updated by Josh Cooper. Status changed from In Topic Branch Pending Review to Merged - Pending Release
This is fixed in 2.7.x in commit [https://github.com/puppetlabs/puppet/commit/440ffac9a905672766c46c48c29704b8f85bfdd1](https://github.com/puppetlabs/puppet/commit/440ffac9a905672766c46c48c29704b8f85bfdd1) This commit was made after the fix for #8255, on which this fix depends. ---------------------------------------- Refactor #7274: notices use 3 digit modes instead of 4 digit modes https://projects.puppetlabs.com/issues/7274 Author: Garrett Honeycutt Status: Merged - Pending Release Priority: Normal Assignee: Jacob Helwig Category: error reporting Target version: 2.7.x Affected Puppet version: 2.6.4 Keywords: Branch: https://github.com/jhelwig/puppet/tree/tickets/2.7.x/7274-always-output-4-digit-modes In accordance with our style guide, we are encouraging people to use 4 digit modes such as '0644' instead of '644'. Our output should reflect that decision. <pre> notice: /Stage[main]/Ssh/File[/etc/ssh/ssh_known_hosts]/mode: mode changed '600' to '644' </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 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.
