Initial commit
This commit is contained in:
commit
86a392201c
10
.pre-commit-config.yaml
Normal file
10
.pre-commit-config.yaml
Normal 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
10
r10k.yaml
Normal 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'
|
||||||
Loading…
Reference in New Issue
Block a user