On Tue, Apr 10, 2012 at 9:17 AM, Kaya Saman <kayasa...@gmail.com> wrote:
> T > [root@ps ~]# /opt/puppet/bin/puppet agent --test > info: Retrieving plugin > err: /File[/var/opt/lib/pe-puppet/lib]: Failed to generate additional > resources using 'eval_generate: getaddrinfo: Name or service not known > err: /File[/var/opt/lib/pe-puppet/lib]: Could not evaluate: > getaddrinfo: Name or service not known Could not retrieve file > metadata for puppet://learn.localdomain/plugins: getaddrinfo: Name or > service not known > in the words of Jamie Hienaman (sp?) from Myth Busters... Now there's your problem! The client you are running the test on doesn't know what host to talk to. In other words the host "puppet" is unknown to the client. Try adding the IP address of the host running your puppet master to your /etc/hosts file. Example: 10.1.2.3 puppet -- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.