Common Salt Module - fix python-docker package naming

This commit is contained in:
Mike Reeves
2018-02-21 16:12:31 -05:00
parent a59987654e
commit 851faa82a4

View File

@@ -15,9 +15,11 @@ sensorpkgs:
- skip_suggestions: True
- pkgs:
- docker-ce
- python-docker
{% if grains.os == 'Centos' %}
- python-docker-py
{% endif %}
{% if grains.os == 'Ubuntu' %}
# Put stuff here for Ubuntu specific naming etc
- python-dockerng
{% endif %}
# Always keep these packages up to date