Common Module - Fix python packages to apply to ubuntu only

This commit is contained in:
Mike Reeves
2018-09-11 10:46:02 -04:00
parent ea50edf04d
commit 3faba1d93f

View File

@@ -36,8 +36,10 @@ sensorpkgs:
- skip_suggestions: False
- pkgs:
- docker-ce
{% if grains['os'] != 'CentOS' %}
- python-docker
- python-m2crypto
{% endif %}
# Always keep these packages up to date
@@ -70,7 +72,7 @@ docker:
#dockernet:
# cmd.script:
# - source: salt://common/scripts/dockernet.sh
# Snag the so-core docker
toosmooth/so-core:test2: