Issue #1757 has been updated by jamtur01.

Assigned to changed from jamtur01 to luke


----------------------------------------
Bug #1757: File mode is printed as decimal instead of octal
http://projects.reductivelabs.com/issues/show/1757

Author: luke
Status: Accepted
Priority: Normal
Assigned to: luke
Category: RAL
Target version: 0.24.7
Complexity: Medium
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to