HomePhorge

(#10586) Don't copy owner and group when sourcing files from master
d4d3cb363eaeUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(#10586) Don't copy owner and group when sourcing files from master

Previously, puppet on Windows was not able to source files from the
master, because it was attempting to translate the uid/gid from
the Unix master into a Windows account, and obviously failing.

This commit skips the owner and group properties when copying them
from non-local sources, i.e. sources whose URIs have a 'puppet'
scheme.

If the source comes from a local source, then puppet behaves the same
as it did previously, it copies the owner and group if the source
volume supports Windows ACLs, e.g. C:/, samba mapped drives, or uses
default values if the volume does not, e.g. VMware shared drives.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU2717c55076ea: Merge pull request #278 from nfagerlund/ticket/2.7.x/11404-type-reference…
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPUd4d3cb363eae: (#10586) Don't copy owner and group when sourcing files from master (authored by Josh Cooper <josh@puppetlabs.com>).Dec 16 2011, 1:31 AM