Importing fails after updating to Foreman 1.5.2

I originally updated to puppet 3.6.2/Foreman 1.5.1 which broke importing
due to puppet changing to directory configured environments. I have since
updated Foreman to 1.5.2 and I get the following error when I try to import
environments. environmentpath is set and directory structure is laid out.

> Warning!ERF12-2749 [ProxyAPI::ProxyException]: Unable to get environments
> from Puppet ([RestClient::NotAcceptable]: 406 Not Acceptable) for proxy
> https://vg3770.uname.telecom.co.nz:8443/puppet
>

Hoping for some help.
Ash

Check ERF12-2749 - Foreman,
you probably need to update /etc/puppet/auth.conf to permit access to
this Puppet API (it may not have been added during Puppet package upgrades).

··· On 14/08/14 04:24, Ash wrote: > I originally updated to puppet 3.6.2/Foreman 1.5.1 which broke importing > due to puppet changing to directory configured environments. I have > since updated Foreman to 1.5.2 and I get the following error when I try > to import environments. environmentpath is set and directory structure > is laid out. > > > Warning! > > ERF12-2749 [ProxyAPI::ProxyException]: Unable to get environments > from Puppet ([RestClient::NotAcceptable]: 406 Not Acceptable) for > proxy https://vg3770.uname.telecom.co.nz:8443/puppet


Dominic Cleal
Red Hat Engineering

That did the trick, thanks.