-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml.default
More file actions
24 lines (19 loc) · 873 Bytes
/
config.yml.default
File metadata and controls
24 lines (19 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Where to deploy code to (it will automatically use /environments/<path> when deploying)
basedir: /etc/puppetlabs/code-staging
# FQDN of the master server (for filesync endpoints - you should be running PEM on the master)
# This needs to be a valid name your MoM will respond to.
# example: master.inf.puppet.vm
master:
# Master certificate; used for filesync auth
# /etc/puppetlabs/puppet/ssl/certs/<FQDN>.pem
#filesync_cert: /etc/puppetlabs/puppet/ssl/certs/<FQDN>.pem
filesync_cert:
# private_key; used for filesync auth
# /etc/puppetlabs/puppet/ssl/private_keys/<FQDN>.pem
#filesync_cert_key: /etc/puppetlabs/puppet/ssl/private_keys/<FQDN>.pem
filesync_cert_key:
# CA Certificate to use
filesync_ca_cert: /etc/puppetlabs/puppet/ssl/certs/ca.pem
# User & Group to set ownership to for code; after deploy a chown -R equiv is run
user: pe-puppet
group: pe-puppet