Project

General

Profile

ERF12-2749 » History » Revision 4

Revision 3 (Joshua Hoblitt, 07/31/2014 04:37 PM) → Revision 4/7 (Greg Sutcliffe, 07/31/2014 04:39 PM)

h1. ERF12-2749 

 h2. Unable to get environments from Puppet 

 Check /var/log/foreman-proxy/proxy.log on your puppetmaster for more details. 

 h2. When using Puppet's "environmentpath" setting 

 Directory environments (environmentpath) are unsupported currently in Foreman.    Watch #4699 for further details and release version. 

 h2. When using Puppet 3.6 or higher 

 Ensure you have foreman-proxy 1.5.2 1.5.1 or higher when using Puppet 3.6. 

 Ensure that your @auth.conf@ enables access to the enviroments endpoint. 

 @path /v2.0/environments 
 method find 
 allow *@