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:
pkg.installed:
- skip_suggestions: True
- skip_suggestions: False
- pkgs:
- docker-ce
{% if grains.os == 'Centos' %}
- python-docker-py
- python-docker
{% endif %}
{% if grains.os == 'Ubuntu' %}
- python-dockerng
- python-docker
{% endif %}
# Always keep these packages up to date