From 1a8772f684ebbc8303955ba43e45d0af391949bc Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 17 Mar 2026 16:40:43 +1100 Subject: [PATCH] chore: use git.unkin.net update the source to use the endpoint via haproxy with letsencrypt certificates. this will make it simpler to manage trust in externally sources containers used for puppet/k8s integration - use git.unkin.net url for unkin origin --- r10k.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r10k.yaml b/r10k.yaml index 4b7a3cd..28229b2 100644 --- a/r10k.yaml +++ b/r10k.yaml @@ -6,5 +6,5 @@ # This will clone the git repository and instantiate an environment per # branch in /etc/puppetlabs/code/environments :unkin: - remote: 'https://git.service.au-syd1.consul/unkinben/puppet-prod.git' + remote: 'https://git.unkin.net/unkin/puppet-prod.git' basedir: '/etc/puppetlabs/code/environments'