Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,11 @@ The following parameters are available in the `accounts::user` defined type:

Data type: `Enum['absent','present']`

Specifies whether the user, its primary group, homedir, and ssh keys should
exist. Valid values are 'present' and 'absent'. Note that when a user is
created, a group with the same name as the user is also created.
Specifies whether the user, their primary group, home directory, and SSH keys
should exist. Valid values are 'present' and 'absent'. When set to 'present',
a group with the same name as the user is also created. When set to 'absent',
the user, their home directory, and any managed SSH keys are fully removed,
regardless of the ``purge_home_user`` and ``purge_sshkeys`` settings.

Default value: `'present'`

Expand Down
Loading