include whl files for salt module dependencies

This commit is contained in:
m0duspwnens
2023-04-04 16:08:35 -04:00
parent d83266c546
commit 6040c5062b
11 changed files with 3 additions and 0 deletions

View File

@@ -52,5 +52,6 @@ commonpkgs:
- rsync - rsync
- python3-rich - python3-rich
- python3-watchdog - python3-watchdog
- python3-packaging
- unzip - unzip
{% endif %} {% endif %}

View File

@@ -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 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 "dnf -y install salt salt-master salt-minion"
logCmd "mkdir -p /etc/salt/minion.d" 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 #if [[ $waitforstate ]]; then
# # Since this is a salt master so let's install it # # Since this is a salt master so let's install it
# logCmd "" # logCmd ""