puppet-r10k/r10k.yaml

11 lines
396 B
YAML

# The location to use for storing cached Git repos
:cachedir: '/opt/puppetlabs/cache/r10k'
# A list of git repositories to create
:sources:
# This will clone the git repository and instantiate an environment per
# branch in /etc/puppetlabs/code/environments
:unkin:
remote: 'https://git.service.au-syd1.consul/unkinben/puppet-prod.git'
basedir: '/etc/puppetlabs/code/environments'