mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Steno Salt Module - new and improved
This commit is contained in:
@@ -12,14 +12,15 @@ salttmp:
|
|||||||
|
|
||||||
sensorpkgs:
|
sensorpkgs:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- skip_suggestions: True
|
- skip_suggestions: False
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- docker-ce
|
- docker-ce
|
||||||
{% if grains.os == 'Centos' %}
|
{% if grains.os == 'Centos' %}
|
||||||
- python-docker-py
|
- python-docker
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if grains.os == 'Ubuntu' %}
|
{% if grains.os == 'Ubuntu' %}
|
||||||
- python-dockerng
|
- python-dockerng
|
||||||
|
- python-docker
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Always keep these packages up to date
|
# Always keep these packages up to date
|
||||||
|
|||||||
Reference in New Issue
Block a user