summaryrefslogtreecommitdiff
path: root/manifests/workstation
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 13:29:23 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 13:29:23 +0100
commitc00611b3f768cd1da3f238259f22321d9384566d (patch)
tree728e868ad5ffb5c5ed3515b57b01b1f0126f8a6b /manifests/workstation
parentImprove puppetboard? (diff)
downloadprofiles-c00611b3f768cd1da3f238259f22321d9384566d.tar.gz
profiles-c00611b3f768cd1da3f238259f22321d9384566d.tar.xz
cleanup
Diffstat (limited to 'manifests/workstation')
-rw-r--r--manifests/workstation/archlinux.pp3
1 files changed, 1 insertions, 2 deletions
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,
}