Added enc_update script
This commit is contained in:
Executable
+9
@@ -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
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user