aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-02-19 21:06:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-02-19 21:06:24 -0300
commitb3d75be8dfc297818d770ba6a1cc82b7710a2a91 (patch)
tree37a8a524ee02d1d0b2efa664e1912eeb09a798b4
parent99e91974f9df31f9d5a11544c90ef4bd8bc63c7e (diff)
downloadpuppet-nodo-b3d75be8dfc297818d770ba6a1cc82b7710a2a91.tar.gz
puppet-nodo-b3d75be8dfc297818d770ba6a1cc82b7710a2a91.tar.bz2
Feat: adds tomb into nodo::utils::storage::crypto
-rw-r--r--manifests/utils/storage/crypto.pp1
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,
}