Fix typo in ignition documentation (#14469)
This commit is contained in:
parent
dd2bc1edbd
commit
0e0c61bbd8
|
@ -40,9 +40,9 @@ The following arguments are supported:
|
||||||
|
|
||||||
* `groups` - (Optional) The list of groups to be added.
|
* `groups` - (Optional) The list of groups to be added.
|
||||||
|
|
||||||
* `append` - (Optional) A block with config that will replace the current.
|
* `append` - (Optional) Any number of blocks with the configs to be appended to the current config.
|
||||||
|
|
||||||
* `replace` - (Optional) Any number of blocks with the configs to be appended to the current config.
|
* `replace` - (Optional) A block with config that will replace the current.
|
||||||
|
|
||||||
|
|
||||||
The `append` and `replace` blocks supports:
|
The `append` and `replace` blocks supports:
|
||||||
|
|
Loading…
Reference in New Issue