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)?

-- 
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