Skip to content

Commit

Permalink
Merge pull request #182 from bgilbert/docs
Browse files Browse the repository at this point in the history
docs: fix indentation level for storage.luks
  • Loading branch information
bgilbert authored Dec 24, 2020
2 parents 835a403 + cd5ade9 commit b88e57a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/config-fcos-v1_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The Fedora CoreOS configuration is a YAML document conforming to the following s
* **_name_** (string): the group name of the owner.
* **target** (string): the target path of the link
* **_hard_** (boolean): a symbolic link is created if this is false, a hard one if this is true.
* **_luks_** (list of objects): the list of luks devices to be created. Every device must have a unique `name`.
* **_luks_** (list of objects): the list of luks devices to be created. Every device must have a unique `name`.
* **name** (string): the name of the luks device.
* **device** (string): the absolute path to the device. Devices are typically referenced by the `/dev/disk/by-*` symlinks.
* **_key_file_** (string): options related to the contents of the key file.
Expand Down
2 changes: 1 addition & 1 deletion docs/config-fcos-v1_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The Fedora CoreOS configuration is a YAML document conforming to the following s
* **_name_** (string): the group name of the owner.
* **target** (string): the target path of the link
* **_hard_** (boolean): a symbolic link is created if this is false, a hard one if this is true.
* **_luks_** (list of objects): the list of luks devices to be created. Every device must have a unique `name`.
* **_luks_** (list of objects): the list of luks devices to be created. Every device must have a unique `name`.
* **name** (string): the name of the luks device.
* **device** (string): the absolute path to the device. Devices are typically referenced by the `/dev/disk/by-*` symlinks.
* **_key_file_** (string): options related to the contents of the key file.
Expand Down
2 changes: 1 addition & 1 deletion docs/config-fcos-v1_4-exp.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The Fedora CoreOS configuration is a YAML document conforming to the following s
* **_name_** (string): the group name of the owner.
* **target** (string): the target path of the link
* **_hard_** (boolean): a symbolic link is created if this is false, a hard one if this is true.
* **_luks_** (list of objects): the list of luks devices to be created. Every device must have a unique `name`.
* **_luks_** (list of objects): the list of luks devices to be created. Every device must have a unique `name`.
* **name** (string): the name of the luks device.
* **device** (string): the absolute path to the device. Devices are typically referenced by the `/dev/disk/by-*` symlinks.
* **_key_file_** (string): options related to the contents of the key file.
Expand Down

0 comments on commit b88e57a

Please sign in to comment.