Re: [Puppet Users] Frequent Could not retrieve file metadata errors

2010-08-20 Thread Nigel Kersten
On Thu, Aug 19, 2010 at 1:39 AM, Tim tkedwa...@fastmail.com.au 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

[Puppet Users] Frequent Could not retrieve file metadata errors

2010-08-19 Thread Tim
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

Re: [Puppet Users] Frequent Could not retrieve file metadata errors

2010-08-19 Thread Avi Miller
Hi, On Thu, Aug 19, 2010 at 6:39 PM, Tim tkedwa...@fastmail.com.au wrote: puppetd[7303]: (//munin/Config-file[muninnode]/File[/etc/m unin/munin-node.conf]) Failed to retrieve current state of resource: Are you using the built-in webrick server that comes with Puppet or have you switched to

Re: [Puppet Users] Frequent Could not retrieve file metadata errors

2010-08-19 Thread Benjamin Kite
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 =