Issue #1757 has been updated by Luke Kanies.

Assigned to changed from Luke Kanies to Trevor Vaughan

I know this code is in for review again; just reassigning it since I'm not the 
main one working it.
----------------------------------------
Bug #1757: File mode is printed as decimal instead of octal
http://projects.puppetlabs.com/issues/1757

Author: Luke Kanies
Status: Code Insufficient
Priority: Normal
Assigned to: Trevor Vaughan
Category: RAL
Target version: Statler
Affected version: 0.24.6
Keywords: 
Branch: luke/tickets/master/1757-octal_file_modes


When you use ralsh (or anything using the RAL internally) to print file modes, 
it's printed as decimal instead of octal:
<pre>
l...@phage(0) $ touch /tmp/test
l...@phage(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 => ''
}
l...@phage(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://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.

Reply via email to