mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +01:00
Common Module - Fix python packages to apply to ubuntu only
This commit is contained in:
@@ -36,8 +36,10 @@ sensorpkgs:
|
|||||||
- skip_suggestions: False
|
- skip_suggestions: False
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- docker-ce
|
- docker-ce
|
||||||
|
{% if grains['os'] != 'CentOS' %}
|
||||||
- python-docker
|
- python-docker
|
||||||
- python-m2crypto
|
- python-m2crypto
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Always keep these packages up to date
|
# Always keep these packages up to date
|
||||||
|
|
||||||
@@ -70,7 +72,7 @@ docker:
|
|||||||
#dockernet:
|
#dockernet:
|
||||||
# cmd.script:
|
# cmd.script:
|
||||||
# - source: salt://common/scripts/dockernet.sh
|
# - source: salt://common/scripts/dockernet.sh
|
||||||
|
|
||||||
|
|
||||||
# Snag the so-core docker
|
# Snag the so-core docker
|
||||||
toosmooth/so-core:test2:
|
toosmooth/so-core:test2:
|
||||||
|
|||||||
Reference in New Issue
Block a user