Issue #14647 has been updated by Kelsey Hightower. Status changed from Unreviewed to Accepted
---------------------------------------- Bug #14647: Puppet resource does not return 4-digit mode https://projects.puppetlabs.com/issues/14647#change-64356 Author: Eric Shamow Status: Accepted Priority: Normal Assignee: Category: usability Target version: Affected Puppet version: 2.7.14 Keywords: Branch: Sample run on a file with Puppet resource: $ puppet resource file /etc/hosts file { '/etc/hosts': ensure => 'file', content => '{md5}9239346b47f3a7860ab408a7aeb6fe60', ctime => 'Tue May 01 14:08:13 -0400 2012', group => '0', mode => '644', mtime => 'Tue May 01 14:08:13 -0400 2012', owner => '0', type => 'file', } Mode should be '0644' here per our style guidelines. -- 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.
