From fa211925e431984422684fb0d04a7ac5fbb7d3cd Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 12 Nov 2023 14:42:38 +1100 Subject: [PATCH] chore: bump enc version - add new dns hosts, update dns roles --- hieradata/roles/puppet/puppetmaster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/roles/puppet/puppetmaster.yaml b/hieradata/roles/puppet/puppetmaster.yaml index de09f46..eb72974 100644 --- a/hieradata/roles/puppet/puppetmaster.yaml +++ b/hieradata/roles/puppet/puppetmaster.yaml @@ -9,7 +9,7 @@ profiles::puppet::autosign::domains: # - 'somenode.main.unkin.net' profiles::puppet::enc::repo: https://git.unkin.net/unkinben/puppet-enc.git -profiles::puppet::enc::release: '0.4' +profiles::puppet::enc::release: '0.5' 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'