Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
From original Redmine ticket 18342 comment from josh, which this duplicates:
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
- REMIND fails on Windows because chown/chgrp functionality not supported yet
if Puppet.features.root? and !Puppet.features.microsoft_windows?
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
Attachments
Issue Links
- is blocked by
-
PUP-1133 Windows generates test failures when %ALLUSERSPROFILE%\PuppetLabs\puppet doesn't exist
-
- Closed
-
-
PUP-1688 When applying a mode of 0466 on Windows, a mode of 0666 is applied instead
-
- Closed
-
- relates to
-
PUP-5480 Puppet does not apply inheritable SYSTEM permissions to directories it manages on Windows under certain circumstances
-
- Closed
-
-
PUP-4684 windows file resource doesn't grant group full permissions
-
- Closed
-
-
PUP-6729 NTFS permissions should be recalculated given SYSTEM is an implicit member of local Administrators
-
- Closed
-
-
PUP-8939 Administrators are not able to run puppet agent when installed as SYSTEM in some cases
-
- Closed
-
- links to