diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-02-19 21:06:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-02-19 21:06:24 -0300 |
commit | b3d75be8dfc297818d770ba6a1cc82b7710a2a91 (patch) | |
tree | 37a8a524ee02d1d0b2efa664e1912eeb09a798b4 | |
parent | 99e91974f9df31f9d5a11544c90ef4bd8bc63c7e (diff) | |
download | puppet-nodo-b3d75be8dfc297818d770ba6a1cc82b7710a2a91.tar.gz puppet-nodo-b3d75be8dfc297818d770ba6a1cc82b7710a2a91.tar.bz2 |
Feat: adds tomb into nodo::utils::storage::crypto
-rw-r--r-- | manifests/utils/storage/crypto.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/storage/crypto.pp b/manifests/utils/storage/crypto.pp index 0de92c0..dcb2b64 100644 --- a/manifests/utils/storage/crypto.pp +++ b/manifests/utils/storage/crypto.pp @@ -4,6 +4,7 @@ class nodo::utils::storage::crypto ( package { [ 'cryptsetup', 'ecryptfs-utils', + 'tomb', ]: ensure => $ensure, } |