Files
puppet-r10k/r10k.yaml
T
unkinben 1a8772f684
ci/woodpecker/pr/pre-commit Pipeline was successful
chore: use git.unkin.net
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
2026-03-17 16:41:49 +11:00

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'