search for: mypuppetlabel

Displaying 1 result from an estimated 1 matches for "mypuppetlabel".

2013 Aug 27
2
Changing the PE3 console's RAILS_RELATIVE_URL_ROOT? How to prepend a URL string?
...trying to proxy the console thru an Oracle web server (Apache under the hood), and for security we need to make all URLs easily identifiable as having originated from Puppet in the web log files. A PCI requirement I believe. So, the question is how to change https://console.puppet.net into https://mypuppetlabel/console.puppet.net....and hopefully still keep PE happy and functioning as an ENC / report processor :) Having had a dig around, by best guess would be to modify RAILS_RELATIVE_URL_ROOT which seems to be set in a few different configuration.rb files only. Doesn''t seem to be set in httpd/c...