From 36142a3565aac5dd748f7444bf3f53f2285461ba Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 5 Nov 2023 17:54:36 +1100 Subject: [PATCH] fix: bump enc https://git.unkin.net/unkinben/puppet-enc/pulls/24 --- hieradata/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 9533387..eb3289a 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -41,7 +41,7 @@ profiles::puppet::client::show_diff: true profiles::puppet::client::usecacheonfailure: false profiles::puppet::enc::repo: https://git.unkin.net/unkinben/puppet-enc.git -profiles::puppet::enc::release: '0.2' +profiles::puppet::enc::release: '0.3' 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'