Skip to content

Instantly share code, notes, and snippets.

@frozenfoxx
Created December 5, 2013 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frozenfoxx/7815515 to your computer and use it in GitHub Desktop.
Save frozenfoxx/7815515 to your computer and use it in GitHub Desktop.
# URL of your Foreman installation
$foreman_url='https://foreman.mycompany.local'
# if CA is specified, remote Foreman host will be verified
$foreman_ssl_ca = "/var/lib/puppet/ssl/ca/ca_crt.pem"
# ssl_cert and key are required if require_ssl_puppetmasters is enabled in Foreman
$foreman_ssl_cert = "/var/lib/puppet/ssl/certs/puppet.mycompany.local.pem"
$foreman_ssl_key = "/var/lib/puppet/ssl/private_keys/puppet.mycompany.local.pem"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment