1a8772f684
ci/woodpecker/pr/pre-commit Pipeline was successful
update the source to use the endpoint via haproxy with letsencrypt certificates. this will make it simpler to manage trust in externally sources containers used for puppet/k8s integration - use git.unkin.net url for unkin origin
11 lines
380 B
YAML
11 lines
380 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.unkin.net/unkin/puppet-prod.git'
|
|
basedir: '/etc/puppetlabs/code/environments'
|