From 416c5ce7d93506c4673e2d1fdb3b10e14f3b0ec4 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 8 Mar 2026 19:01:55 +1100 Subject: [PATCH] chore: update puppet-bind repo url (#452) changing this to `git.unkin.net` as that certificate is publicly trusted, requiring no certificate changes for r10k docker container Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/452 --- 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'