Skip to content

Commit

Permalink
Update doc/configuration-v3_2_experimental.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Lowrie <[email protected]>
  • Loading branch information
cgwalters and arithx authored Aug 31, 2020
1 parent a9823d1 commit f91127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration-v3_2_experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The Ignition configuration is a JSON document conforming to the following specif
* **_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.
* **_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.
* **_shell_** (string): the login shell of the new account.
* **_shouldExist_** (boolean) If set to false, the target user will be deleted (if present) and not created. Defaults to true.
* **_shouldExist_** (boolean) whether or not the user with the specified `name` should exist. If omitted, it defaults to true. If false Ignition will delete the specified user.
* **_system_** (bool): whether or not this account should be a system account. This only has an effect if the account doesn't exist yet.
* **_groups_** (list of objects): the list of groups to be added. All groups must have a unique `name`.
* **name** (string): the name of the group.
Expand Down

0 comments on commit f91127a

Please sign in to comment.