ERF12-2749 » History » Version 4
Greg Sutcliffe, 07/31/2014 04:39 PM
fix proxy version
1 | 1 | Dominic Cleal | h1. ERF12-2749 |
---|---|---|---|
2 | |||
3 | h2. Unable to get environments from Puppet |
||
4 | |||
5 | Check /var/log/foreman-proxy/proxy.log on your puppetmaster for more details. |
||
6 | |||
7 | h2. When using Puppet's "environmentpath" setting |
||
8 | |||
9 | Directory environments (environmentpath) are unsupported currently in Foreman. Watch #4699 for further details and release version. |
||
10 | |||
11 | 2 | Dominic Cleal | h2. When using Puppet 3.6 or higher |
12 | 1 | Dominic Cleal | |
13 | 4 | Greg Sutcliffe | Ensure you have foreman-proxy 1.5.2 or higher when using Puppet 3.6. |
14 | 3 | Joshua Hoblitt | |
15 | Ensure that your @auth.conf@ enables access to the enviroments endpoint. |
||
16 | |||
17 | @path /v2.0/environments |
||
18 | method find |
||
19 | allow *@ |