Displaying 1 result from an estimated 1 matches for "mainbackup".
Did you mean:
mailbackup
2010 Aug 19
6
Frequent "Could not retrieve file metadata" errors
...s/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 Googl...