Added enc_update script
This commit is contained in:
parent
4803b9f01b
commit
54a19a15cd
9
enc_update
Executable file
9
enc_update
Executable 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
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user