mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix two typos in the salt.state.cryptdev examples
This commit is contained in:
parent
f68e9616b9
commit
0cb3dc87e7
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ Ensure that an encrypted device is mapped with the `mapped` function:
|
|||
- size=256
|
||||
|
||||
swap:
|
||||
crypted.mapped:
|
||||
cryptdev.mapped:
|
||||
- device: /dev/sdx4
|
||||
- keyfile: /dev/urandom
|
||||
- opts: swap,cipher=aes-cbc-essiv:sha256,size=256
|
||||
|
||||
mappedbyuuid:
|
||||
crypted.mapped:
|
||||
cryptdev.mapped:
|
||||
- device: UUID=066e0200-2867-4ebe-b9e6-f30026ca2314
|
||||
- keyfile: /etc/keyfile.key
|
||||
- config: /etc/alternate-crypttab
|
||||
|
|
Loading…
Add table
Reference in a new issue