Merge pull request 'Added enc_update script' (#3) from feature/enc_updater into master

Reviewed-on: #3
This commit is contained in:
2023-06-18 14:50:51 +09:30
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
)