From 8e71a35a9bdf38f08a63b8d22ff012388ec6098e Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 3 Oct 2024 18:53:56 -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 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'