summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/workstation
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-07-18 22:36:58 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-07-18 22:36:58 +0200
commit739dd06c9c90ce00d1bc7f6dea91aa1723da40d4 (patch)
treedb9e5113509a85bfbaf4aa34a87fe5e1c7caa424 /modules/profiles/manifests/workstation
parentConfigure shiori server. (diff)
downloadwebdav_server-739dd06c9c90ce00d1bc7f6dea91aa1723da40d4.tar.gz
webdav_server-739dd06c9c90ce00d1bc7f6dea91aa1723da40d4.tar.xz
Pacman hook paths shouldn't start with '/'.
Diffstat (limited to 'modules/profiles/manifests/workstation')
-rw-r--r--modules/profiles/manifests/workstation/archlinux.pp2
1 files changed, 1 insertions, 1 deletions
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/*',
},
}
}