The virtual machines failed to provision properly. the puppet/provision.sh script has type-o on line 15 when deploying VMs - if [! -d ${DLPATH} ]; then +if [ ! -d ${DLPATH} ]; then (Missing space in front of "!")
The virtual machines failed to provision properly.
the puppet/provision.sh script has type-o on line 15 when deploying VMs
+if [ ! -d ${DLPATH} ]; then
(Missing space in front of "!")