From c00611b3f768cd1da3f238259f22321d9384566d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Dec 2021 13:29:23 +0100 Subject: cleanup --- manifests/workstation/archlinux.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/workstation/archlinux.pp') diff --git a/manifests/workstation/archlinux.pp b/manifests/workstation/archlinux.pp index 5274699..0919efd 100644 --- a/manifests/workstation/archlinux.pp +++ b/manifests/workstation/archlinux.pp @@ -13,8 +13,7 @@ class profiles::workstation::archlinux { package { 'kernel-modules-hook': ensure => installed, - } ~> service { 'linux-modules-cleanup': - ensure => running, + } -> service { 'linux-modules-cleanup': enable => true, } -- cgit v1.2.3