From 3faba1d93f27f2b9d6fa811c4d332abe88c7ba38 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 11 Sep 2018 10:46:02 -0400 Subject: [PATCH] Common Module - Fix python packages to apply to ubuntu only --- salt/common/init.sls | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/common/init.sls b/salt/common/init.sls index 326fbaff2..4b4ec3a62 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -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: