Closed noelmcloughlin closed 4 years ago
In salter.sh the hardcoded sh bootstrap_salt.sh -x python3 ${SALT_VERSION} command does not work on CentOS6.
salter.sh
sh bootstrap_salt.sh -x python3 ${SALT_VERSION}
The correct command is sh bootstrap_salt.sh ${SALT_VERSION}
sh bootstrap_salt.sh ${SALT_VERSION}
who cares
In
salter.sh
the hardcodedsh bootstrap_salt.sh -x python3 ${SALT_VERSION}
command does not work on CentOS6.The correct command is
sh bootstrap_salt.sh ${SALT_VERSION}