The user module is used to create and manage user settings, users can be set as either absent or present
fred:
user.present:
- fullname: Fred Jones
- shell: /bin/zsh
- home: /home/fred
- uid: 4000
- gid: 4000
- groups:
- wheel
- storage
- games
testuser:
user.absent
Members
Ensure that the named user is absent
Ensure that the named user is present with the specified properties
User comment field (GECOS) support (currently Linux-only):
The below values should be specified as strings to avoid ambiguities when the values are loaded. (Especially the phone and room number fields which are likely to contain numeric data)