From 115df5d6371d93dd1a9b0c3ab98d5cea892aae09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 27 Sep 2023 06:40:27 +0200 Subject: s/after/require/g --- manifests/workstation_x.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- cgit v1.2.3