mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
include whl files for salt module dependencies
This commit is contained in:
@@ -52,5 +52,6 @@ commonpkgs:
|
|||||||
- rsync
|
- rsync
|
||||||
- python3-rich
|
- python3-rich
|
||||||
- python3-watchdog
|
- python3-watchdog
|
||||||
|
- python3-packaging
|
||||||
- unzip
|
- unzip
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
setup/files/salt_module_deps/docker/idna-3.4-py3-none-any.whl
Normal file
BIN
setup/files/salt_module_deps/docker/idna-3.4-py3-none-any.whl
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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 ""
|
||||||
|
|||||||
Reference in New Issue
Block a user