-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13425 from Security-Onion-Solutions/salt3006.9
Salt3006.9
- Loading branch information
Showing
20 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# version cannot be used elsewhere in this pillar as soup is grepping for it to determine if Salt needs to be patched | ||
salt: | ||
master: | ||
version: 3006.6 | ||
version: 3006.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# version cannot be used elsewhere in this pillar as soup is grepping for it to determine if Salt needs to be patched | ||
salt: | ||
minion: | ||
version: 3006.6 | ||
version: 3006.9 | ||
check_threshold: 3600 # in seconds, threshold used for so-salt-minion-check. any value less than 600 seconds may cause a lot of salt-minion restarts since the job to touch the file occurs every 5-8 minutes by default | ||
service_start_delay: 30 # in seconds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file added
BIN
+139 KB
...ocker/charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright Security Onion Solutions LLC and/or licensed to Security Onion Solutions LLC under one | ||
# or more contributor license agreements. Licensed under the Elastic License 2.0 as shown at | ||
# https://securityonion.net/license; you may not use this file except in compliance with the | ||
# Elastic License 2.0. | ||
|
||
docker_module_package: | ||
file.recurse: | ||
- name: /opt/so/conf/salt/module_packages/docker | ||
- source: salt://salt/module_packages/docker | ||
- clean: True | ||
- makedirs: True | ||
|
||
# fail hard on this state so that soup would be cancelled on a manager (eventhough salt would have already updated) | ||
# on a non manager, failing hard here will prevent the minion from upgrading | ||
# we want to fail hard here to prevent the minion from upgrading and potetially being able to manager docker containers from a dep mismatch | ||
docker_python_module_install: | ||
cmd.run: | ||
- name: /opt/saltstack/salt/bin/python3.10 -m pip install docker --no-index --find-links=/opt/so/conf/salt/module_packages/docker/ --upgrade | ||
- onchanges: | ||
- file: docker_module_package | ||
- failhard: True |
Binary file removed
BIN
-152 KB
setup/files/salt_module_deps/docker/certifi-2022.12.7-py3-none-any.whl
Binary file not shown.
Binary file removed
BIN
-175 KB
setup/files/salt_module_deps/docker/chardet-4.0.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed
BIN
-195 KB
...ocker/charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Binary file not shown.
Binary file removed
BIN
-143 KB
setup/files/salt_module_deps/docker/docker-5.0.2-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-59.8 KB
setup/files/salt_module_deps/docker/requests-2.25.1-py2.py3-none-any.whl
Binary file not shown.
Binary file removed
BIN
-138 KB
setup/files/salt_module_deps/docker/urllib3-1.26.15-py2.py3-none-any.whl
Binary file not shown.
Binary file removed
BIN
-54.6 KB
setup/files/salt_module_deps/docker/websocket_client-1.5.1-py3-none-any.whl
Binary file not shown.
Binary file removed
BIN
-42.7 KB
setup/files/salt_module_deps/pymysql/PyMySQL-1.0.3-py3-none-any.whl
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters