diff --git a/linux/docker-ce.sls b/linux/docker-ce.sls index 3ad8b92..5e2ee2d 100644 --- a/linux/docker-ce.sls +++ b/linux/docker-ce.sls @@ -70,6 +70,10 @@ IwanDocker: - name: iwan - fullname: Iwan CLEMENT - groups: + {% if grains['os'] == 'Debian' %} - docker + {% elif grains['os'] == 'CentOS' %} + - wheel + {% endif %} {% endif %} \ No newline at end of file