int to string for real
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% if grains['os'] == 'Debian' %}
|
||||
{% set LURL="deb [arch=amd64] https://download.docker.com/linux/debian " + grains['oscodename']+ " stable" %}
|
||||
{% elif grains['os'] == 'CentOS'%}
|
||||
{% set LURL='baseurl=https://download.docker.com/linux/centos/' + grains['osmajorrelease']|str + '/$basearch/stable' %}
|
||||
{% set LURL='https://download.docker.com/linux/centos/' + grains['osmajorrelease']|string + '/$basearch/stable' %}
|
||||
{% endif %}
|
||||
RemovePreviousDocker:
|
||||
pkg.removed:
|
||||
|
||||
Reference in New Issue
Block a user