From: Silvio Rhatto Date: Sat, 8 Jan 2022 19:27:23 +0000 (-0300) Subject: Fix: nodo::subsystem::fstrim: ensure that the service is running X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9c8dd49491117860ae404b3837bc904d0f3df5d8;p=puppet-nodo.git Fix: nodo::subsystem::fstrim: ensure that the service is running --- 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, } }