On Wed, Sep 30, 2009 at 8:35 AM, Brian Ferris <bdfer...@gmail.com> wrote:
> Just to elaborate, these warnings seem to appear whether I omit the owner
> parameter or if I include the owner parameter, set to my current user
> account.  I'm using something like:
>
> file { "${my_target_directory}":
>   ensure => directory,
>   recurse => true,
>   source => "puppet://$puppet_server/path/to/source/dir"
> }
>
> to recursively copy over a bunch of files and the warning is printed for
> each file.  So I think this is more in line with Trevor's description.
> However, adding "owner => myUserId" doesn't help.  Also, I've confirmed that
> file owner on the puppetmaster server already matches my user account.
>
> I'm runnig 0.25.1rc1 btw, though these warnings also appeared under 0.24.8.
>
> Any ideas?


does owner => undef resolve it?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to