Ryan Lane has submitted this change and it was merged.
Change subject: Properly reference private repo
......................................................................
Properly reference private repo
Change-Id: Id6692de6807187d08f086ddd7043055a34459d0a
---
M manifests/openstack.pp
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Ryan Lane: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Id6692de6807187d08f086ddd7043055a34459d0a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ryan Lane <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits