On Thu, Aug 19, 2010 at 4:39 AM, Tim <tkedwa...@fastmail.com.au> wrote:

> The relevant definition from /etc/puppet/manifests/site.pp is:
> # Generic config file
> define config-file ($fullpath, $source, $mode = '644') {
>        file { $fullpath:
>        source => "puppet://puppet.hq.eso.org/modules/${source}",
>        backup => mainbackup,
>        mode => $mode,
>        ensure => file,
>        group => root,
>        owner => root
>        }
> }
>
>
> Any ideas why these messages are popping up randomly (about 1 or 2
> times a day, usually on a different host)?


Is it possible that your fileserver repository is being updated/written to
when this happens?

-- 
Benjamin C. Kite, System Administrator, Greenpeace USA
☎ (202) 319-2489 - ⬡ (202) 538-2845

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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