common salt module - fix for python-docker

This commit is contained in:
Mike Reeves
2018-02-15 13:48:11 -05:00
parent 54eed836ff
commit 77863d8322

View File

@@ -15,7 +15,9 @@ sensorpkgs:
- skip_suggestions: True - skip_suggestions: True
- pkgs: - pkgs:
- docker-ce - docker-ce
{% if grains.os = Ubuntu %}
- python-docker - python-docker
{% endif %}
# Always keep these packages up to date # Always keep these packages up to date