On Thu, Dec 20, 2012 at 9:36 AM, krishna bhaskara rao <krishna...@gmail.com> wrote: > Hi Matt, > > While executing the command "puppet agent --server test.puppetmaster.com > --debug" in puppet agent on Windows I am getting mentioned exception.
I generally dislike specifying the server on the command line. What does the following command give you, when run on the agent? puppet agent --test Do you have a 'server =' line in your agent's puppet.conf file? This isn't strictly necessary if 'agent.your-domain.com' can successfully resolve a DNS query for 'puppet'. As you're on Windows, running 'nslookup puppet' is enough to test this. Or, confirm that your hosts file contains a suitable entry for 'puppet'. Regards, Matt. -- 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.