Files
states/Users/aristide.sls
Iwan Clément c0fe17edb5 No GID
2019-03-10 14:01:44 +01:00

28 lines
609 B
Plaintext

include:
- softwares.sudo
AristideUser:
user.present:
- name: aristide
- fullname: Aristide Clement
- allow_uid_change: True
- allow_gid_change: True
- uid: 4645
# - gid: 4645
- 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 %}