Fix repo.saltstack.com URLs for Python 3 packages (#364)

This commit is contained in:
Imran Iqbal
2019-01-29 13:37:35 +00:00
parent 1d9643b14b
commit f7be659561
4 changed files with 50 additions and 11 deletions
+4
View File
@@ -10,6 +10,10 @@ salt:
# This state will remove "/etc/salt/master" when you set this to true.
master_remove_config: True
# Set this to 'py3' to install the Python 3 packages.
# If this is not set, the Python 2 packages will be installed by default.
py_ver: 'py3'
# Set this to False to not have the formula install packages (in the case you
# install Salt via git/pip/etc.)
install_packages: True