On Saturday, November 10, 2012 5:43:48 PM UTC-8, Felipe Salum wrote:
>
> Is this related to the same error I have when I run the puppet agent on my 
> nodes ?
>
Nov 11 01:40:09 squeeze puppet-agent[8683]: Could not send report: Error 
403 on SERVER: Forbidden request: puppetdb1.puppet.test(192.168.
168.12) access to /report/puppetdb1.puppet.test [save] authenticated  at :67


No, other than that they're both related to authentication in auth.conf. If 
you were upgrading from 2.6, note that the default value of the 'report' 
setting changed between 2.6 and 2.7: 

http://docs.puppetlabs.com/references/2.7.latest/configuration.html#report
http://docs.puppetlabs.com/references/2.6.latest/configuration.html#report

So if your auth.conf file doesn't allow authenticated nodes to send save 
requests to /report, you will get errors. Examine your auth.conf file and 
compare it to the one here: 

https://github.com/puppetlabs/puppet/blob/master/conf/auth.conf

You should have AT LEAST all the same rules, although your site may have 
some extra rules as well. Be aware that order matters in this file. 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/rcFTBsu-IqkJ.
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.

Reply via email to