Ryan Lane has uploaded a new change for review.
https://gerrit.wikimedia.org/r/57033
Change subject: Use https for public puppet repo remote
......................................................................
Use https for public puppet repo remote
It's unnecessary to use the ssh user/key for the public repo. So,
let's use https instead.
Change-Id: I0516f6a2ec27e05ca82874b0bef6c7c70dfcfdd2
---
M manifests/puppetmaster.pp
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/33/57033/1
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index d02a151..6cbb67f 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -510,9 +510,8 @@
git::clone { "operations/puppet":
directory => "$gitdir/operations/puppet",
branch => "production",
- origin =>
"ssh://[email protected]:29418/operations/puppet.git",
- ssh => "$gitdir/ssh",
- require => [ File["$gitdir/operations"],
File["$gitdir/ssh"] ],
+ origin =>
"https://gerrit.wikimedia.org/r/operations/puppet.git",
+ require => File["$gitdir/operations"],
}
git::clone { "labs/private":
directory => "$gitdir/labs/private",
--
To view, visit https://gerrit.wikimedia.org/r/57033
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0516f6a2ec27e05ca82874b0bef6c7c70dfcfdd2
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