Demon has uploaded a new change for review.

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


Change subject: Need single quotes since ${name} is literal
......................................................................

Need single quotes since ${name} is literal

Change-Id: Ie1934cc9c7c5ab27e5ad82aa48bc0f08c0c42852
---
M manifests/role/gerrit.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/12/56612/1

diff --git a/manifests/role/gerrit.pp b/manifests/role/gerrit.pp
index 1473e03..fa8f11e 100644
--- a/manifests/role/gerrit.pp
+++ b/manifests/role/gerrit.pp
@@ -30,8 +30,8 @@
                        replication => {
                                # If adding a new entry, remember to add the 
fingerprint to gerrit2's known_hosts
                                "inside-wmf" => {
-                                 "url" => 
"[email protected]:/var/lib/gerrit2/review_site/git/${name}.git
-  url = [email protected]:/var/lib/git/${name}.git",
+                                 "url" => 
'[email protected]:/var/lib/gerrit2/review_site/git/${name}.git
+  url = [email protected]:/var/lib/git/${name}.git',
                                  "threads" => "4",
                                  "mirror" => "true",
                                },

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

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

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

Reply via email to