grains sans get

This commit is contained in:
Iwan Clément
2018-11-07 16:55:28 +00:00
parent 8b0c902cac
commit 0ddf567cf7

View File

@@ -1,5 +1,5 @@
{% if grains['kernel'] == 'Linux' %}
{% set DEBURL="deb [arch=amd64] https://download.docker.com/linux/debian " + grains.get['oscodename']+ " stable" %}
{% set DEBURL="deb [arch=amd64] https://download.docker.com/linux/debian " + grains['oscodename']+ " stable" %}
RemovePreviousDocker:
pkg.removed:
- pkgs: