Common Salt Module - add python-docker for centos

This commit is contained in:
Mike Reeves
2018-02-21 15:55:59 -05:00
parent 6cc0d8bbce
commit 001ce31b92

View File

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