From 335dbe6b45291421714a92bc92f55b8a75ea7390 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 26 Jun 2023 19:47:20 +1000 Subject: [PATCH] Updated repo for puppet-prod --- r10k.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r10k.yaml b/r10k.yaml index 4b66ce2..b673ec7 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: 'git@github.com:neoloc/puppet-prod' + remote: 'https://git.unkin.net/unkinben/puppet-prod.git' basedir: '/etc/puppetlabs/code/environments'