Skip to content

Commit

Permalink
docs: fix disk encryption params
Browse files Browse the repository at this point in the history
adds `provider` key to encryption settings

Signed-off-by: Christoph Schmatzler <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
cschmatzler authored and frezbo committed Jul 12, 2022
1 parent c43d6a3 commit 6e3d2d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ machine:
...
systemDiskEncryption:
ephemeral:
provider: luks2
keys:
- nodeID: {}
slot: 0
state:
provider: luks2
keys:
- nodeID: {}
slot: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ machine:
...
systemDiskEncryption:
ephemeral:
provider: luks2
keys:
- nodeID: {}
slot: 0
state:
provider: luks2
keys:
- nodeID: {}
slot: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ machine:
...
systemDiskEncryption:
ephemeral:
provider: luks2
keys:
- nodeID: {}
slot: 0
state:
provider: luks2
keys:
- nodeID: {}
slot: 0
Expand Down

0 comments on commit 6e3d2d6

Please sign in to comment.