Skip to content

Instantly share code, notes, and snippets.

@grimradical
Last active August 29, 2015 14:23
Show Gist options
  • Save grimradical/2f9e0203f3555262d312 to your computer and use it in GitHub Desktop.
Save grimradical/2f9e0203f3555262d312 to your computer and use it in GitHub Desktop.
{
"webserver": {
"access-log-config": "/etc/puppetlabs/puppetserver/request-logging.xml",
"client-auth": "want",
"ssl-host": "0.0.0.0",
"ssl-port": 8140
},
"web-router-service": {
// These two should not be modified because the Puppet 3.x agent expects them to
// be mounted at "/"
"puppetlabs.services.ca.certificate-authority-service/certificate-authority-service": "",
"puppetlabs.services.master.master-service/master-service": "",
// This controls the mount point for the puppet admin API.
"puppetlabs.services.puppet-admin.puppet-admin-service/puppet-admin-service": "/puppet-admin-api"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment