From 286b76cf91c60ed283abf35d51bd7bd75e21a108 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Jan 2022 11:23:07 -0300 Subject: Feat: adds nodo::subsystem::fstrim --- manifests/subsystem/fstrim.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/subsystem/fstrim.pp diff --git a/manifests/subsystem/fstrim.pp b/manifests/subsystem/fstrim.pp new file mode 100644 index 0000000..1086dea --- /dev/null +++ b/manifests/subsystem/fstrim.pp @@ -0,0 +1,7 @@ +class nodo::subsystem::fstrim( + $enable = true, +) { + service { 'fstrim.timer': + enable => true, + } +} -- cgit v1.2.3