Steno Salt Module - new and improved

This commit is contained in:
Mike Reeves
2018-02-23 09:34:09 -05:00
parent d05404273d
commit 7ab1596490

View File

@@ -12,14 +12,15 @@ salttmp:
sensorpkgs: sensorpkgs:
pkg.installed: pkg.installed:
- skip_suggestions: True - skip_suggestions: False
- pkgs: - pkgs:
- docker-ce - docker-ce
{% if grains.os == 'Centos' %} {% if grains.os == 'Centos' %}
- python-docker-py - python-docker
{% endif %} {% endif %}
{% if grains.os == 'Ubuntu' %} {% if grains.os == 'Ubuntu' %}
- python-dockerng - python-dockerng
- python-docker
{% endif %} {% endif %}
# Always keep these packages up to date # Always keep these packages up to date