Issue #1757 has been updated by luke. Category changed from file to RAL Status changed from Accepted to Ready for Checkin Assigned to changed from luke to jamtur01
Fixed in the tickets/0.24.x/1755 branch in my repo. ---------------------------------------- Bug #1757: File mode is printed as decimal instead of octal http://projects.reductivelabs.com/issues/show/1757 Author: luke Status: Ready for Checkin Priority: Normal Assigned to: jamtur01 Category: RAL Target version: 0.24.7 Complexity: Easy Affected version: 0.24.6 Keywords: When you use ralsh (or anything using the RAL internally) to print file modes, it's printed as decimal instead of octal: <pre> [EMAIL PROTECTED](0) $ touch /tmp/test [EMAIL PROTECTED](0) $ ralsh file /tmp/test file { '/tmp/test': type => 'file', checksum => '{md5}d41d8cd98f00b204e9800998ecf8427e', selrole => '', seltype => '', mode => '420', owner => '501', selrange => '', group => '0', ensure => 'file', seluser => '' } [EMAIL PROTECTED](0) $ </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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
