From 5c9a3005796ee54c9bdc2b0527592f7324e142d4 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 8 Mar 2026 18:40:24 +1100 Subject: [PATCH] chore: update puppet-bind repo url changing this to `git.unkin.net` as that certificate is publicly trusted, requiring no certificate changes for r10k docker container --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 08db94b..2934ad1 100644 --- a/Puppetfile +++ b/Puppetfile @@ -66,5 +66,5 @@ mod 'thias-sysctl', '1.0.8' mod 'cirrax-dovecot', '1.3.3' mod 'bind', - :git => 'https://git.service.au-syd1.consul/unkinben/puppet-bind.git', + :git => 'https://git.unkin.net/unkinben/puppet-bind.git', :tag => '1.0'