Using the foreman_proxy module

Are there any guides out there for using the foreman_proxy module to
install a proxy on a Puppet master? Foreman is on a separate server
(foreman.localdomain) that will just be an ENC and reports processor for
now. It was installed with the following:
foreman-installer --puppet-server=false --foreman-proxy-puppetrun=false –
foreman-proxy-puppetca=false -v

I am assuming I will need something that kinda equates to the following but
taking into account that the Puppet master is pm.localdomain and that it's
a functioning CA. (this was grabbed from "Standalone Puppet master" on
Foreman :: Manual)

foreman-installer
–no-enable-foreman
–no-enable-foreman-cli
–no-enable-foreman-plugin-bootdisk
–no-enable-foreman-plugin-setup
–enable-puppet
–puppet-server-ca=false
–puppet-server-foreman-url=https://foreman.example.com
–enable-foreman-proxy
–foreman-proxy-puppetca=false
–foreman-proxy-tftp=false
–foreman-proxy-foreman-base-url=https://foreman.example.com
–foreman-proxy-trusted-hosts=foreman.example.com
–foreman-proxy-oauth-consumer-key=<key here>
–foreman-proxy-oauth-consumer-secret=<secret here>

My goal is to be able to do this initial setup via puppet apply and then to
be able to ensure the settings stay current via the normal Puppet methods
once my master and and ENC are talking. Thanks for any tips or suggestions!

··· -- Gene Liverman Systems Administrator Information Technology Services University of West Georgia gliverma@westga.edu