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:
411c0ee
)
Do the same for the git user
author
Peter Palfrader
<peter@palfrader.org>
Fri, 5 Jan 2018 16:57:53 +0000
(17:57 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 5 Jan 2018 16:57:53 +0000
(17:57 +0100)
modules/salsa/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/salsa/manifests/init.pp
b/modules/salsa/manifests/init.pp
index
be5d10f
..
a2d2063
100644
(file)
--- a/
modules/salsa/manifests/init.pp
+++ b/
modules/salsa/manifests/init.pp
@@
-63,13
+63,13
@@
class salsa inherits salsa::params {
| EOF
replace => false,
}
- file { "/var/lib/systemd/linger/
git
":
+ file { "/var/lib/systemd/linger/
${salsa::user}
":
ensure => present,
}
file { "/var/lib/systemd/linger/${salsa::webhook_user}":
ensure => present,
}
- file { "/etc/ssh/userkeys/
git
":
+ file { "/etc/ssh/userkeys/
${salsa::user}
":
ensure => link,
target => "${salsa::home}/.ssh/authorized_keys",
}