Initial commit

This commit is contained in:
2023-06-26 19:35:49 +10:00
commit 86a392201c
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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: 'git@github.com:neoloc/puppet-prod'
basedir: '/etc/puppetlabs/code/environments'