Last active
August 29, 2015 14:23
-
-
Save grimradical/2f9e0203f3555262d312 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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