diff options
Diffstat (limited to 'manifests/utils/storage')
-rw-r--r-- | manifests/utils/storage/crypto.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/storage/crypto.pp b/manifests/utils/storage/crypto.pp index 5e1e268..a683ff7 100644 --- a/manifests/utils/storage/crypto.pp +++ b/manifests/utils/storage/crypto.pp @@ -1,5 +1,5 @@ class nodo::utils::storage::crypto { - package { 'cryptsetup': + package { [ 'cryptsetup', 'ecryptfs-utils' ]: ensure => installed, } } |