Files
states/Users/nadine.sls
2018-12-30 11:11:35 +01:00

27 lines
586 B
Plaintext

include:
- softwares.sudo
NadineUser:
user.present:
- name: nadine
- fullname: Nadine Clement
- allow_uid_change: True
- allow_gid_change: True
- uid: 5829
- shell: /bin/bash
# - hash_password: True
# - password: Monpremiermotdepasse
- empty_password: True
- optional_groups:
- vboxusers
{% if grains['os_family'] == 'Debian' %}
{% if grains['os']== "Ubuntu" %}
- cdrom
- dip
- plugdev
- sambashare
{% endif %}
{% elif grains['os_family'] == 'RedHat' %}
# - wheel
- printadmin
{% endif %}