diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 11:22:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 11:22:55 -0300 |
commit | 8bba1988b50fe085853e56b56d2855059da48292 (patch) | |
tree | aba29cbac90695a23e01e60b994a94628d1d36db /manifests/base | |
parent | 1e652180e6273dfd5fffce70e6913f7f65a87cbc (diff) | |
download | puppet-nodo-8bba1988b50fe085853e56b56d2855059da48292.tar.gz puppet-nodo-8bba1988b50fe085853e56b56d2855059da48292.tar.bz2 |
Fix: removes revelation at nodo::utils::security::gui
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/host.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp index 6e71f98..148ebc8 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -5,6 +5,7 @@ class nodo::base::host { include nodo::subsystem::firewire include nodo::subsystem::sysctl include nodo::subsystem::resolver + include nodo::subsystem::fstrim include nodo::utils::physical include nodo::utils::storage::crypto |