puppet-code configuration settings
You can temporarily override puppet-code.conf
settings on the
command line.
Setting | Description | *nix and macOS default value | Windows default value |
---|---|---|---|
cacert
|
Specifies the path to the Puppet CA certificate to use when connecting to the Code Manager service over SSL. | /etc/puppetlabs/puppet/ssl/certs/ca.pem
|
C:\ProgramData\PuppetLabs\puppet\etc\ssl\certs\ca.pem
|
token-file
|
Specifies the location of the file containing the authentication token for Code Manager. | ~/.puppetlabs/token
|
C:\Users\<USERNAME>\.puppetlabs\token
|
service-url
|
Specifies the base URL to call the Code Manager service. | https://<PRIMARY_HOSTNAME>:8170/code-manager
|
https://<PRIMARY_HOSTNAME>:8170/code-manager
|