Création du fichier

This commit is contained in:
Iwan Clément
2018-12-29 13:31:28 +01:00
parent 41bad18a59
commit 6c065aa43b

10
Users/iwan.sls Normal file
View File

@@ -0,0 +1,10 @@
IwanDocker:
user.present:
- name: iwan
- fullname: Iwan CLEMENT
- groups:
{% if grains['os_family'] == 'Debian' %}
- sudo
{% elif grains['os_family'] == 'RedHat' %}
- wheel
{% endif %}