----- Original Message -----
> From: "James Trier" <[email protected]>
> To: [email protected]
> Sent: Wednesday, August 22, 2012 12:46:52 AM
> Subject: [Puppet Users] mcollective getaddrinfo: Name or service not known
>
> I'm getting these errors when running 'puppet agent --test' after
> doing a new installation of an agent:
>
> err:
> /Stage[main]/Pe_mcollective::Plugins/File[/opt/puppet/libexec/mcollective/mcollective/security/sshkey.rb]/content:
> change from {md5}512f42272699eaa085c83d2cc67c27ea to
> {md5}8fa3e9125fd917948445e3d2621d40e5 failed: Could not back up
> /opt/puppet/libexec/mcollective/mcollective/security/sshkey.rb:
> getaddrinfo: Name or service not known
>
> err:
> /Stage[main]/Pe_mcollective::Posix/File[/etc/puppetlabs/mcollective/server.cfg]/content:
> change from {md5}a9c7335a83c5ac9f6a19bb195ea0c63e to
> {md5}db6aa935c128b6d7bd12b41dfbe33b91 failed: Could not back up
> /etc/puppetlabs/mcollective/server.cfg: getaddrinfo: Name or service
> not known
>
> I know the above error is commonly related to DNS but I'm not sure
> where the disconnect it. These are brand new agent installations.
> server field in the agent puppet.conf is the server hostname which
> is also the listed certname shown when 'puppet master --configprint
> certname,certdnsnames' is typed from the server (certdnsname is
> blank).
>
> Any help or direction?
This is probably related to the puppet remote filebucket configuration
rather than mcollective, do you have any remote filebucket config anywhere?
maybe somewhere something like:
filebucket { "main":
server => "a.host.that.does.not.exist",
}
--
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.