summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-27 06:40:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-27 06:40:27 +0200
commit115df5d6371d93dd1a9b0c3ab98d5cea892aae09 (patch)
tree1b172130a3d1d7b1be77736c1d28989bb379dd51
parentTex: more default packages. (diff)
downloadprofiles-115df5d6371d93dd1a9b0c3ab98d5cea892aae09.tar.gz
profiles-115df5d6371d93dd1a9b0c3ab98d5cea892aae09.tar.xz
s/after/require/g
-rw-r--r--manifests/workstation_x.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/workstation_x.pp b/manifests/workstation_x.pp
index 587eb89..7115c26 100644
--- a/manifests/workstation_x.pp
+++ b/manifests/workstation_x.pp
@@ -13,7 +13,7 @@ class profiles::workstation_x (
checksum_value => '1f1023f6958916de592695cedbc94e5c',
source => 'https://raw.githubusercontent.com/HugoNikanor/keymaps/master/X11/planck',
# NOTE Package name only checked on Archlinux
- after => Package['xorg'],
+ require => Package['xorg'],
}
file { '/etc/X11/xorg.conf.d':