allow gid and uid change

This commit is contained in:
Iwan Clément
2018-12-30 11:11:35 +01:00
parent 1bc98216a4
commit bf5c469236
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ AristideUser:
user.present:
- name: aristide
- fullname: Aristide Clement
- allow_uid_change: True
- allow_gid_change: True
- uid: 4629
- shell: /bin/bash
# - hash_password: True

View File

@@ -5,6 +5,8 @@ NadineUser:
user.present:
- name: nadine
- fullname: Nadine Clement
- allow_uid_change: True
- allow_gid_change: True
- uid: 5829
- shell: /bin/bash
# - hash_password: True