common salt module - fix for python-docker

This commit is contained in:
Mike Reeves
2018-02-15 13:50:55 -05:00
parent 5cf050bb7a
commit 0c77882640

View File

@@ -15,7 +15,7 @@ sensorpkgs:
- skip_suggestions: True - skip_suggestions: True
- pkgs: - pkgs:
- docker-ce - docker-ce
{% if grains.os == Ubuntu %} {% if grains.os == 'Ubuntu' %}
- python-docker - python-docker
{% endif %} {% endif %}