common salt module - fix for python-docker

This commit is contained in:
Mike Reeves
2018-02-15 13:50:22 -05:00
parent 77863d8322
commit 5cf050bb7a

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 %}