Issue #18342 has been reported by Josh Cooper.

----------------------------------------
Bug #18342: Allow file setting owner and group to be set on Windows
https://projects.puppetlabs.com/issues/18342

Author: Josh Cooper
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 2.7.6
Keywords: windows owner group settings
Branch: 


I disabled the file settings code that manages owner and group on Windows, 
because at the time we didn't yet have the ability to chown/chgrp. This has 
since been implemented, and so the ability to manage owner and group should be 
added.

In lib/puppet/settings/file_setting.rb
<pre>
# REMIND fails on Windows because chown/chgrp functionality not supported yet
if Puppet.features.root? and !Puppet.features.microsoft_windows?
</pre>

We also need to unconfine the acceptance test 
`acceptance/tests/config/apply_file_metadata_specified_in_config.rb` so that it 
runs on windows. See #17371


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