Update Servers & Workflows/Linux/Automation/Puppet/Storing Puppets in Gitea.md

This commit is contained in:
2024-10-03 18:53:34 -06:00
parent 4f7cfc1b80
commit 1696d7b45c

View File

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