projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc26be
)
buildd lingering: remove a bashism
author
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 2 Apr 2018 21:40:08 +0000
(23:40 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Mon, 2 Apr 2018 21:40:08 +0000
(23:40 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
4f5c291
..
1d9aa20
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-186,7
+186,7
@@
class buildd ($ensure=present) {
file { '/home/buildd/.profile':
content => @(EOT),
- export XDG_RUNTIME_DIR="/run/user/$
UID
"
+ export XDG_RUNTIME_DIR="/run/user/$
(id -u)
"
export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
| EOT
group => buildd,