chore: migrate puppet-r10k

- moved puppet-r10k the unkin organisation
- ensure branch is set to follow origin/master
This commit is contained in:
2024-11-17 19:26:27 +11:00
parent 92d6697175
commit 58d31c5c9a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ class profiles::puppet::r10k (
mode => '0755',
content => "#!/bin/bash\n(
cd /etc/puppetlabs/r10k
git branch --set-upstream-to=origin/master master
git reset --hard master
git clean -fd
git pull\n)",