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