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