Added enc_update script

This commit is contained in:
Ben Vincent 2023-06-18 15:18:55 +10:00
parent 4803b9f01b
commit 54a19a15cd

9
enc_update Executable file
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
)