On Thu, Aug 19, 2010 at 1:39 AM, Tim <[email protected]> wrote:
> I get errors like this randomly on some of my puppet clients:
>
> puppetd[7303]: (//munin/Config-file[muninnode]/File[/etc/m
> unin/munin-node.conf]) Failed to retrieve current state of resource:
> Could not
> retrieve file metadata for 
> puppet://puppet.hq.eso.org/modules/munin/munin-node.c
> onf:  at /etc/puppet/manifests/site.pp:41
>
> 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)?

Are you using an external node classifier? Environments?

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



-- 
nigel

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

Reply via email to