Title: Message Title
Joshua Cooper commented on an issue
Puppet / Bug PUP-1681
Windows stat doesn't expose the correct mode
When trying to read the mode of a file in Windows, there are two separate code paths that might be used - Puppet::FileSystem.stat in our file system abstraction, and the more direct Puppet::Util::Windows::Security.get_mode. For example

{code}
Puppet::FileSystem.stat('c:/inetpub').mode
{code}

{code}
Puppet::Util::Windows::Security.get_mode('c:/in...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to