Skip to content

Instantly share code, notes, and snippets.

@ajroetker
Created April 25, 2017 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajroetker/d14a034fd04acbd1b1fdde54dfa9b8af to your computer and use it in GitHub Desktop.
Save ajroetker/d14a034fd04acbd1b1fdde54dfa9b8af to your computer and use it in GitHub Desktop.
ugghghhh
code-manager : {
file-sync : {
repo-id : "puppet-code"
}
environmentdir : "/etc/puppetlabs/code-staging/environments"
datadir : "/opt/puppetlabs/server/data/code-manager/"
cachedir : "/opt/puppetlabs/server/data/code-manager/cache"
authenticate-webhook : true
deploy-pool-size : 2
timeouts : {
fetch : 30
deploy : 600
hook : 30
shutdown : 610
wait : 700
sync : 60
}
purge-whitelist : [
".resource_types"
]
sources : {
"puppet" : {
"remote" : "git@github.com/puppetlabs/private-control-repo.git"
}
}
git : {
"private-key" : "/etc/puppetlabs/puppetserver/ssh/id-control_repo_wopp.rsa"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment