mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Common Salt Module - fix python-docker package naming
This commit is contained in:
@@ -15,9 +15,11 @@ sensorpkgs:
|
|||||||
- skip_suggestions: True
|
- skip_suggestions: True
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- docker-ce
|
- docker-ce
|
||||||
- python-docker
|
{% if grains.os == 'Centos' %}
|
||||||
|
- python-docker-py
|
||||||
|
{% endif %}
|
||||||
{% if grains.os == 'Ubuntu' %}
|
{% if grains.os == 'Ubuntu' %}
|
||||||
# Put stuff here for Ubuntu specific naming etc
|
- python-dockerng
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Always keep these packages up to date
|
# Always keep these packages up to date
|
||||||
|
|||||||
Reference in New Issue
Block a user