Ryan Lane has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/54803


Change subject: Properly reference private repo
......................................................................

Properly reference private repo

Change-Id: Id6692de6807187d08f086ddd7043055a34459d0a
---
M manifests/openstack.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/54803/1

diff --git a/manifests/openstack.pp b/manifests/openstack.pp
index cb423e8..06bde84 100644
--- a/manifests/openstack.pp
+++ b/manifests/openstack.pp
@@ -607,11 +607,11 @@
                                mode => 0700,
                                require => Package["nova-common"];
                        "/var/lib/nova/.ssh/id_rsa":
-                               source => "private:///files/ssh/nova/nova.key",
+                               source => "puppet:///private/ssh/nova/nova.key",
                                mode => 0600,
                                require => File["/var/lib/nova/.ssh"];
                        "/var/lib/nova/.ssh/authorized_keys":
-                               source => "private:///files/ssh/nova/nova.pub",
+                               source => "puppet:///private/ssh/nova/nova.pub",
                                mode => 0600,
                                require => File["/var/lib/nova/.ssh"];
                        "/etc/libvirt/libvirtd.conf":

-- 
To view, visit https://gerrit.wikimedia.org/r/54803
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6692de6807187d08f086ddd7043055a34459d0a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ryan Lane <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to