diff --git a/salt/common/packages.sls b/salt/common/packages.sls index 2ed82c895..9e118f4da 100644 --- a/salt/common/packages.sls +++ b/salt/common/packages.sls @@ -52,5 +52,6 @@ commonpkgs: - rsync - python3-rich - python3-watchdog + - python3-packaging - unzip {% endif %} diff --git a/setup/files/salt_module_deps/docker/certifi-2022.12.7-py3-none-any.whl b/setup/files/salt_module_deps/docker/certifi-2022.12.7-py3-none-any.whl new file mode 100644 index 000000000..a08305611 Binary files /dev/null and b/setup/files/salt_module_deps/docker/certifi-2022.12.7-py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/setup/files/salt_module_deps/docker/charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100644 index 000000000..7b57bc716 Binary files /dev/null and b/setup/files/salt_module_deps/docker/charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/setup/files/salt_module_deps/docker/docker-6.0.1-py3-none-any.whl b/setup/files/salt_module_deps/docker/docker-6.0.1-py3-none-any.whl new file mode 100644 index 000000000..8c9006e56 Binary files /dev/null and b/setup/files/salt_module_deps/docker/docker-6.0.1-py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/idna-3.4-py3-none-any.whl b/setup/files/salt_module_deps/docker/idna-3.4-py3-none-any.whl new file mode 100644 index 000000000..7343c6845 Binary files /dev/null and b/setup/files/salt_module_deps/docker/idna-3.4-py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/packaging-23.0-py3-none-any.whl b/setup/files/salt_module_deps/docker/packaging-23.0-py3-none-any.whl new file mode 100644 index 000000000..a63ab7001 Binary files /dev/null and b/setup/files/salt_module_deps/docker/packaging-23.0-py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/requests-2.28.2-py3-none-any.whl b/setup/files/salt_module_deps/docker/requests-2.28.2-py3-none-any.whl new file mode 100644 index 000000000..8ba18c9f7 Binary files /dev/null and b/setup/files/salt_module_deps/docker/requests-2.28.2-py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/urllib3-1.26.15-py2.py3-none-any.whl b/setup/files/salt_module_deps/docker/urllib3-1.26.15-py2.py3-none-any.whl new file mode 100644 index 000000000..ad723d5e1 Binary files /dev/null and b/setup/files/salt_module_deps/docker/urllib3-1.26.15-py2.py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/docker/websocket_client-1.5.1-py3-none-any.whl b/setup/files/salt_module_deps/docker/websocket_client-1.5.1-py3-none-any.whl new file mode 100644 index 000000000..bd8152d2c Binary files /dev/null and b/setup/files/salt_module_deps/docker/websocket_client-1.5.1-py3-none-any.whl differ diff --git a/setup/files/salt_module_deps/pymysql/PyMySQL-1.0.3-py3-none-any.whl b/setup/files/salt_module_deps/pymysql/PyMySQL-1.0.3-py3-none-any.whl new file mode 100644 index 000000000..0bbd29da0 Binary files /dev/null and b/setup/files/salt_module_deps/pymysql/PyMySQL-1.0.3-py3-none-any.whl differ diff --git a/setup/so-functions b/setup/so-functions index e97a04968..699abb53d 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2034,6 +2034,8 @@ saltify() { #logCmd "dnf -y install securityonion-salt python3-audit python3-libsemanage python3-policycoreutils python3-setools python3-setuptools python3-chardet python3-idna python3-pysocks python3-requests python3-urllib3 python3-websocket-client python3-docker" logCmd "dnf -y install salt salt-master salt-minion" logCmd "mkdir -p /etc/salt/minion.d" + logCmd "salt-pip install files/salt_module_deps/docker/docker-6.0.1-py3-none-any.whl" + logCmd "salt-pip install files/salt_module_deps/pymysql/PyMySQL-1.0.3-py3-none-any.whl" #if [[ $waitforstate ]]; then # # Since this is a salt master so let's install it # logCmd ""