diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 11:58:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 11:58:29 -0200 |
commit | d22788a7a2d611e8b8630717e8e2f79319a80a6d (patch) | |
tree | 195e4efe0c5826660f322d2cea5b88ce1a984700 /files/etc/crypttab | |
download | puppet-nodo-d22788a7a2d611e8b8630717e8e2f79319a80a6d.tar.gz puppet-nodo-d22788a7a2d611e8b8630717e8e2f79319a80a6d.tar.bz2 |
Initial import
Diffstat (limited to 'files/etc/crypttab')
-rw-r--r-- | files/etc/crypttab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/etc/crypttab b/files/etc/crypttab new file mode 100644 index 0000000..35f0521 --- /dev/null +++ b/files/etc/crypttab @@ -0,0 +1,4 @@ +# <target name> <source device> <key file> <options> +root /dev/mapper/vg-root none luks,cipher=aes-cbc-essiv:sha256 +cswap /dev/sda1 /dev/random swap,cipher=aes-cbc-essiv:sha256 +vservers /dev/mapper/vg-vservers none luks,cipher=aes-cbc-essiv:sha256 |