On Tue, May 22, 2012 at 2:56 AM, Matthew Burgess <[email protected]> wrote: > Thanks for any help, either in being able to get puppet-load to load > test our environment, or in letting me know what might cause our > clients to fail to check in reliably if it's not a load issue. >
Hi Matt, I ran into this as well, it seems as though puppet-load isn't properly authenticating with its agent certificate to the master. To work around this for now, assuming the client running puppet-load has a certificate named centos6.puppetlabs.vm, insert the following statement into auth.conf path /catalog/centos6.puppetlabs.vm method find allow centos6.puppetlabs.vm auth any This statement allows your node to find its catalog. It's the 'auth any' bit that makes it work, I just chose to make it a separate statement so you don't allow unauthenticated clients to grab catalogs. Reference: http://docs.puppetlabs.com/guides/rest_auth_conf.html HTH, --Ryan -- 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.
