From 1696d7b45c4a3b83b8bee04efe30a7b3ace89ae5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 3 Oct 2024 18:53:34 -0600 Subject: [PATCH] Update Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md --- .../Linux/Automation/Puppet/Storing Puppets in Gitea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md b/Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md index 5cf0876..1e4889f 100644 --- a/Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md +++ b/Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md @@ -31,7 +31,7 @@ cachedir: '/var/cache/r10k' # Sources define which repositories contain environments sources: puppet: - remote: 'https://git.bunny-lab.io/GitOps/Puppet.git' + remote: 'git@git.bunny-lab.io:GitOps/Puppet.git' basedir: '/etc/puppetlabs/code/environments' ```