**Problem:Foreman-Proxy puppetCA module does not load due to :autosignfile: feature in puppetca.yml
**Expected outcome:Foreman-Proxy should work with the :autosignfile: feature as described in the documentation
**Foreman and Proxy versions:*Foreman -Version 1.20.1, Foreman-proxy 1.20.1
Foreman and Proxy plugin versions:
Other relevant data: cat /var/log/foreman-proxy/proxy.log|head -n 10
2018-12-21T16:08:17 [E] Disabling all modules in the group [‘puppetca_hostname_whitelisting’, ‘puppetca’] due to a failure in one of them: Provider ‘puppetca_hostname_whitelisting’ settings conflict with the main plugin’s settings: [:autosignfile]
It seems that on the foreman-proxy you can configure in puppetca.yml (:use_provider: puppetca_hostname_whitelisting) and configure the autosingfile in puppetca_hostname_whitelisting.yml not in puppetca.yml.
This approach seems to work, I`ll test it to see if the autosign.conf file will be generated on the PuppetCA for the new provisioned host.