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 1e4889f..775ee44 100644 --- a/Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md +++ b/Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md @@ -28,7 +28,7 @@ sudo nano /etc/puppetlabs/r10k/r10k.yaml # Cache directory for r10k cachedir: '/var/cache/r10k' -# Sources define which repositories contain environments +# Sources define which repositories contain environments (Be sure to use the SSH URL, not the Git URL) sources: puppet: remote: 'git@git.bunny-lab.io:GitOps/Puppet.git'