Initial commit

This commit is contained in:
Ben Vincent 2023-06-26 19:35:49 +10:00
commit 86a392201c
2 changed files with 20 additions and 0 deletions

10
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,10 @@
repos:
- repo: 'https://github.com/adrienverge/yamllint'
rev: v1.32.0
hooks:
- id: 'yamllint'
args:
[
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
"-s",
]

10
r10k.yaml Normal file
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'