Added puppet-enc setup

* systemd timer/service to update repo every minute
  * added puppetlabs/vcsrepo module
  * install git if its not already installed
  * added to profile::puppet::puppetmaster
  * updated pre-commit to allow long yaml lines
This commit is contained in:
2023-06-21 21:29:57 +10:00
parent 11a6e95b02
commit c6d62a710c
5 changed files with 92 additions and 0 deletions
+5
View File
@@ -22,3 +22,8 @@ repos:
rev: v1.32.0
hooks:
- id: 'yamllint'
args:
[
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
"-s",
]