On Tue, Jul 1, 2014 at 9:53 PM, Michael Legleux <legl...@gmail.com> wrote:

> This warning is haunting me:
>
> Copying owner/mode/group from the source file on Windows is deprecated;
> use source_permissions => ignore.
>
> It is referenced here:
> http://docs.puppetlabs.com/windows/writing.html#managing-file-permissions
>
> I am not copying ANY files or anything yet, the site.pp is otherwise
> blank. What files are PUPPET copying?
> This folder is empty:
> so I put this in site.pp
> if $osfamily == 'windows' {
> File { source_permissions => ignore } }
> to no avail.
>
> Must I just live with this warning? What gives?
> Immediately after the warning it says
> Debug: /File[C:/ProgramData/PuppetLabs/puppet/var/facts.d]: Copying owner
> from the source file on Windows is deprecated; user source_permissions =>
> ignore.
> Debug: /File[C:/ProgramData/PuppetLabs/puppet/var/facts.d]: Copying mode
> from the source file on Windows is deprecated; user source_permissions =>
> ignore.
> Debug: /File[C:/ProgramData/PuppetLabs/puppet/var/facts.d]: Copying group
> from the source file on Windows is deprecated; user source_permissions =>
> ignore.
>
> C:/ProgramData/PuppetLabs/puppet/var/facts.d is empty!
>

Does the directory already exist? Perhaps the permissions are not set
correctly and something is attempting to create that.

What version of Puppet on the master? What version on the agent?


>
>  --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/eb59f831-4eb6-491f-9a5d-c73f25f37b1c%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/eb59f831-4eb6-491f-9a5d-c73f25f37b1c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Rob Reynolds
Developer, Puppet Labs

*Join us at PuppetConf 2014 <http://www.puppetconf.com/>, September
20-24 in San Francisco*
*Register by July 31st to take advantage of the Early Bird discount
<https://puppetconf2014.eventbrite.com/?discount=EarlyBird> **--**save $249!*

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAMJiBK4v1dhy47TY5ywd0EU4tAT%3DajhH036-GFht_0%3DzGZoufA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to