From 739dd06c9c90ce00d1bc7f6dea91aa1723da40d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 18 Jul 2021 22:36:58 +0200 Subject: Pacman hook paths shouldn't start with '/'. --- modules/profiles/manifests/workstation/archlinux.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profiles/manifests/workstation') diff --git a/modules/profiles/manifests/workstation/archlinux.pp b/modules/profiles/manifests/workstation/archlinux.pp index 29ef380..8534da0 100644 --- a/modules/profiles/manifests/workstation/archlinux.pp +++ b/modules/profiles/manifests/workstation/archlinux.pp @@ -21,7 +21,7 @@ class profiles::workstation::archlinux { trigger => { operation => 'Upgrade', type => 'Path', - target => '/usr/lib/systemd/user/*', + target => 'usr/lib/systemd/user/*', }, } } -- cgit v1.2.3