Issue #18931 has been updated by Nick Chappell.
Some more specific desired behaviors that may help: Newly created folders: inherit perms of parent folder Existing folder that has contents changed: perms should stay the same (inherit those of the parent folder) New file created in existing folder: inherit folder perms Existing file with changed content: inherit folder perms ---------------------------------------- Feature #18931: Don't set mode on existing Windows folders when none is specified https://projects.puppetlabs.com/issues/18931#change-82144 Author: Nick Chappell Status: Accepted Priority: Normal Assignee: Category: file Target version: Affected Puppet version: Keywords: windows Branch: Current behavior: If a folder resource is declared with a source => parameter but no mode specified, the mode of the source folder on the master is applied to it. On Windows, this means that the mode is converted from POSIX to an equivalent set of Windows file permissions, which can break existing ACLs and inheritance. Desired behavior: If a folder already exists on the node and is merely having files placed in it by Puppet, the mode shouldn't be changed if none is specified in the manifest. A more complete solution would be the ability to specify NTFS ACLs directly, but this should alleviate problems caused by unexpected behavior in the mean time. -- 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 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
