diff --git a/linux/docker-ce.sls b/linux/docker-ce.sls index 4c108e0..7082dea 100644 --- a/linux/docker-ce.sls +++ b/linux/docker-ce.sls @@ -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.get['oscodename']+ " stable" %} RemovePreviousDocker: pkg.removed: - pkgs: