From: Silvio Rhatto Date: Sat, 20 Feb 2021 00:06:24 +0000 (-0300) Subject: Feat: adds tomb into nodo::utils::storage::crypto X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b3d75be8dfc297818d770ba6a1cc82b7710a2a91;p=puppet-nodo.git Feat: adds tomb into nodo::utils::storage::crypto --- 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, }