feat: change enc repo to be tagged

- enc repository will download a specific tag
- defaults to master
- hiera set to release tag '0.1'
This commit is contained in:
2023-11-04 20:25:35 +11:00
parent 3f1694d283
commit 56518f1fcb
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -40,7 +40,9 @@ profiles::puppet::client::runtimeout: 3600
profiles::puppet::client::show_diff: true
profiles::puppet::client::usecacheonfailure: false
profiles::puppet::enc::enc_repo: https://git.unkin.net/unkinben/puppet-enc.git
profiles::puppet::enc::repo: https://git.unkin.net/unkinben/puppet-enc.git
profiles::puppet::enc::release: '0.1'
profiles::puppet::enc::force: true
profiles::puppet::r10k::r10k_repo: https://git.unkin.net/unkinben/puppet-r10k.git
profiles::puppet::g10k::bin_path: '/opt/puppetlabs/bin/g10k'
profiles::puppet::g10k::cfg_path: '/etc/puppetlabs/r10k/r10k.yaml'