grains sans get
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user