Skip to content

Commit a9823d1

Browse files
committed
doc: Add shouldExist for users
This addition to the docs was missed in the original PR coreos#1014
1 parent 3430088 commit a9823d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/configuration-v3_2_experimental.md

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ The Ignition configuration is a JSON document conforming to the following specif
159159
* **_noUserGroup_** (boolean): whether or not to create a group with the same name as the user. This only has an effect if the account doesn't exist yet.
160160
* **_noLogInit_** (boolean): whether or not to add the user to the lastlog and faillog databases. This only has an effect if the account doesn't exist yet.
161161
* **_shell_** (string): the login shell of the new account.
162+
* **_shouldExist_** (boolean) If set to false, the target user will be deleted (if present) and not created. Defaults to true.
162163
* **_system_** (bool): whether or not this account should be a system account. This only has an effect if the account doesn't exist yet.
163164
* **_groups_** (list of objects): the list of groups to be added. All groups must have a unique `name`.
164165
* **name** (string): the name of the group.

0 commit comments

Comments
 (0)