Added enc_update script

This commit is contained in:
2023-06-18 15:18:55 +10:00
parent 4803b9f01b
commit 54a19a15cd
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/bash
# open a subshell and pull enc data
(
cd /opt/puppetlabs/enc/
git reset --hard master
git clean -fd
git pull
)