Issue #7274 has been updated by Jacob Helwig. Target version set to 2.7.x Branch set to https://github.com/jhelwig/puppet/tree/tickets/2.7.x/7274-always-output-4-digit-modes
Nan, Could you take a look at the updated branch I just pushed out, before I open up the pull request for it? I took your changes to `#should_to_s`, and `#is_to_s`, but redid the tests, and based it on 2.7.x, instead of master. ---------------------------------------- Refactor #7274: notices use 3 digit modes instead of 4 digit modes https://projects.puppetlabs.com/issues/7274 Author: Garrett Honeycutt Status: Accepted Priority: Normal Assignee: Nigel Kersten 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.
