Guest User

Untitled

a guest
Jul 8th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [puppetmasterd]
  2. autosign = /etc/puppet/autosign.conf
  3. storeconfigs = true
  4. dbadapter = mysql
  5. dbuser = this_is_the_username
  6. dbpassword = this_is_the_password
  7. dbserver = localhost
  8. dbsocket = /var/lib/mysql/mysql.sock
  9. modulepath = /opt/comcast/puppet/manifests/common/modules
  10. environments = test, development, production
  11. # This is used for apache to run puppetmaster as a rack app.
  12. ssl_client_header = SSL_CLIENT_S_DN
  13. ssl_client_verify_header = SSL_CLIENT_VERIFY
Add Comment
Please, Sign In to add comment