summaryrefslogtreecommitdiff
path: root/manifests/workstation/archlinux.pp
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
commit91c61a1ca52358682c19ec26d03fcf90978ecf57 (patch)
tree0815cd3a249cc02feea7bc8d2120c32df3ff8e4d /manifests/workstation/archlinux.pp
parentConfigure shiori server. (diff)
downloadprofiles-91c61a1ca52358682c19ec26d03fcf90978ecf57.tar.gz
profiles-91c61a1ca52358682c19ec26d03fcf90978ecf57.tar.xz
Pacman hook paths shouldn't start with '/'.
Diffstat (limited to 'manifests/workstation/archlinux.pp')
-rw-r--r--manifests/workstation/archlinux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/workstation/archlinux.pp b/manifests/workstation/archlinux.pp
index 29ef380..8534da0 100644
--- a/manifests/workstation/archlinux.pp
+++ b/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/*',
},
}
}