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' ```