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

This commit is contained in:
2024-10-03 18:53:56 -06:00
parent 1696d7b45c
commit 8e71a35a9b

View File

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