saltstack-formulas / salter

Salter orchestrates software profiles onto Linux/MacOS/FreeBSD/Windows without fuss.
Apache License 2.0
6 stars 5 forks source link

No salt-py3 on centos6 #53

Closed noelmcloughlin closed 4 years ago

noelmcloughlin commented 5 years ago

In salter.sh the hardcoded sh bootstrap_salt.sh -x python3 ${SALT_VERSION} command does not work on CentOS6.

The correct command is sh bootstrap_salt.sh ${SALT_VERSION}

noelmcloughlin commented 4 years ago

who cares