From d2abbda66823a7ddcef5c654e537c620e1f296f1 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 28 May 2024 23:46:39 +1000 Subject: [PATCH] feat: migate to new git instance --- r10k.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r10k.yaml b/r10k.yaml index b673ec7..4b7a3cd 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.unkin.net/unkinben/puppet-prod.git' + remote: 'https://git.service.au-syd1.consul/unkinben/puppet-prod.git' basedir: '/etc/puppetlabs/code/environments'