Project

General

Profile

Support #17462 » smartproxy_puppet_proxy_legacy.yml

Slagian Momirovici, 11/23/2016 07:30 AM

 
---
:puppet_conf: /etc/puppet/puppet.conf
#
# Override use of Puppet's API to list environments, by default it will use only if
# environmentpath is given in puppet.conf, else will look for environments in puppet.conf
# (Puppet versions prior to 4.0 only)
#:use_environment_api: true
#
# URL of the puppet master itself for API requests. Required if puppet_use_environment_api is set to true.
:puppet_url: https://puppetmaster2.phgroup.com:8140
#
# SSL certificates used to access the environment API. Required if puppet_use_environment_api is set to true.
:puppet_ssl_ca: /var/lib/puppet/ssl/certs/ca.pem
:puppet_ssl_cert: /var/lib/puppet/ssl/certs/puppetmaster2.phgroup.com.pem
:puppet_ssl_key: /var/lib/puppet/ssl/private_keys/puppetmaster2.phgroup.com.pem
#
# Enable/disable puppet class cache
#:use_cache: true

(5-5/8)