From f7fb31242b4fb5f8b1a6f3be2744efd002756960 Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Date: Wed, 7 Aug 2013 20:18:28 -0700 Subject: [PATCH] Put correct gerrit ssh pubkey on git.o.o The pubkey being used previous was the server pubkey, not the gerrit2 user pubkey. The gerrit2 user pubkey is now in hiera and switched git.openstack.org to use that for the authorized_keys file. Change-Id: I6665ef119071b8b68e4cb6bb7f7e8d79ad04fcbc --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 7da4da86a9..08179745ef 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -289,7 +289,7 @@ node /^elasticsearch\d*\.openstack\.org$/ { node 'git.openstack.org' { class { 'openstack_project::git': sysadmins => hiera('sysadmins'), - git_gerrit_ssh_key => hiera('gerrit_ssh_rsa_pubkey_contents'), + git_gerrit_ssh_key => hiera('gerrit_replication_ssh_rsa_pubkey_contents'), ssl_cert_file_contents => hiera('git_ssl_cert_file_contents'), ssl_key_file_contents => hiera('git_ssl_key_file_contents'), ssl_chain_file_contents => hiera('git_ssl_chain_file_contents'),