Files
puppet-r10k/r10k.yaml
T
unkinben ef9fb54c5a
ci/woodpecker/pr/pre-commit Pipeline was successful
chore: hardlink compat cachedir
with kubernetes/puppet deployment, we are mounting /etc/puppetlabs/code
into a PVC. g10k hardlinks. therefore, we need the g10k cache in the
same PVC.

- set cachedir to a hardlink compat path for kubernetes
2026-03-17 17:44:00 +11:00

11 lines
389 B
YAML

# The location to use for storing cached Git repos
:cachedir: '/etc/puppetlabs/code/.g10k/cachedir'
# 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'