Merge "Fix placement of ssh public key"

This commit is contained in:
Jenkins 2017-04-03 20:35:11 +00:00 committed by Gerrit Code Review
commit e4de9bc101
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ class gerrit(
}
if $ssh_replication_rsa_pubkey_contents != '' {
file { '/home/gerrit2/id_rsa.pub':
file { '/home/gerrit2/.ssh/id_rsa.pub':
owner => 'gerrit2',
group => 'gerrit2',
mode => '0644',