Title: Message Title
Ethan Brown commented on an issue
Puppet / Improvement PUP-1679
Eradicate usage of FileUtils / File .chmod and move to the FileSystem abstraction
The built-in Ruby classes FileUtils.chmod and File.chmod do not behave correctly under Windows.

We do however have a nice method Puppet::Util::Windows::Security.set_mode(mode, path) that does it's best job to simulate a POSIX mode and roundtrip it properly.

All call sites that use the Ruby methods should be updated to use a new Puppet::FileSystem.ch...

--
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