aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/subsystem/fstrim.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystem/fstrim.pp b/manifests/subsystem/fstrim.pp
index 1086dea..954efca 100644
--- a/manifests/subsystem/fstrim.pp
+++ b/manifests/subsystem/fstrim.pp
@@ -2,6 +2,7 @@ class nodo::subsystem::fstrim(
$enable = true,
) {
service { 'fstrim.timer':
+ ensure => 'running',
enable => true,
}
}