summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/workstation/archlinux.pp
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
commita884889967a3b5d7c00caf3b09d46c4796206704 (patch)
tree44ab45a48ecc165b9b26e79d384ea4dd7abfd754 /modules/profiles/manifests/workstation/archlinux.pp
parentImprove puppetboard? (diff)
downloadwebdav_server-a884889967a3b5d7c00caf3b09d46c4796206704.tar.gz
webdav_server-a884889967a3b5d7c00caf3b09d46c4796206704.tar.xz
cleanup
Diffstat (limited to '')
-rw-r--r--modules/profiles/manifests/workstation/archlinux.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/profiles/manifests/workstation/archlinux.pp b/modules/profiles/manifests/workstation/archlinux.pp
index 5274699..0919efd 100644
--- a/modules/profiles/manifests/workstation/archlinux.pp
+++ b/modules/profiles/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,
}