]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix: nodo::subsystem::fstrim: ensure that the service is running
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 8 Jan 2022 19:27:23 +0000 (16:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 8 Jan 2022 19:27:23 +0000 (16:27 -0300)
manifests/subsystem/fstrim.pp

index 1086dea684486be62d643cd10fcc96db22ad212e..954efcadcc8fa2a7bbfd44151787c602e93743bc 100644 (file)
@@ -2,6 +2,7 @@ class nodo::subsystem::fstrim(
   $enable = true,
 ) {
   service { 'fstrim.timer':
+    ensure => 'running',
     enable => true,
   }
 }