diff --git a/salt/common/init.sls b/salt/common/init.sls index 173937447..45f1e6711 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -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