From 9c8dd49491117860ae404b3837bc904d0f3df5d8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Jan 2022 16:27:23 -0300 Subject: Fix: nodo::subsystem::fstrim: ensure that the service is running --- manifests/subsystem/fstrim.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') 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, } } -- cgit v1.2.3