]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: adds tomb into nodo::utils::storage::crypto
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Feb 2021 00:06:24 +0000 (21:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Feb 2021 00:06:24 +0000 (21:06 -0300)
manifests/utils/storage/crypto.pp

index 0de92c0f988cea72189d3e405f04662fc4f659f2..dcb2b640e17ba75ed6ebe05ac9e21914ad37d8af 100644 (file)
@@ -4,6 +4,7 @@ class nodo::utils::storage::crypto (
   package { [
     'cryptsetup',
     'ecryptfs-utils',
+    'tomb',
   ]:
     ensure => $ensure,
   }