Issue #1757 has been updated by luke.

Status changed from Closed to Accepted
Complexity changed from Easy to Medium

This commit should be reverted -- Brice was right that it's a broken commit.

I'm not sure this is fixable until we create a single Resource class for both 
resource types and transportation.  Otherwise, it's going to be too difficult 
to have a class that can be easily passed over the wire while also having all 
of the context necessary to, in this case, convert a given value to the 
appropriately-formatted string.
----------------------------------------
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: jamtur01
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