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:
95805ab
)
salsa: make an /etc/ssh/userkeys/git
author
Peter Palfrader
<peter@palfrader.org>
Thu, 7 Sep 2017 18:45:44 +0000
(20:45 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 7 Sep 2017 18:45:44 +0000
(20:45 +0200)
modules/salsa/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/salsa/manifests/init.pp
b/modules/salsa/manifests/init.pp
index
519fdae
..
dd4de62
100644
(file)
--- a/
modules/salsa/manifests/init.pp
+++ b/
modules/salsa/manifests/init.pp
@@
-55,4
+55,8
@@
class salsa inherits salsa::params {
file { "/var/lib/systemd/linger/git":
ensure => present,
}
+ file { "/etc/ssh/userkeys/git":
+ ensure => link,
+ target => "${salsa::home}/.ssh/authorized_keys",
+ }
}