Switch system-reseal script to shell 88/8288/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 02:35:31 +0000 (21:35 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 03:47:59 +0000 (22:47 -0500)
commit89c6ac986ceb6828338b99b768b1134b154ca87c
tree59ee2dc353eefa9cdd9de74514bedba6fc129be1
parent1f7a3a75ff47907549b299b544af16cd9a8f97f2
Switch system-reseal script to shell

While it would be nice to do things the Ansible way the "file"
method unnecessarily takes too long to remove files in a loop.
In this case we should just handle the cleanup with a quick script
which will run significantly more quickly.

Change-Id: I09145b1ece235ea523cf30fd9c8e13efdcbdb8fb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
provision/baseline.yaml
provision/docker.yaml
provision/system-reseal.sh [new file with mode: 0644]
provision/system-reseal.yaml [deleted file]