Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Beta: Use array format for dictionary in cxserver config
......................................................................


Beta: Use array format for dictionary in cxserver config

Change-Id: I137db1fde1229a84164f66ec434646cdf4cda043
---
M hieradata/labs/deployment-prep/common.yaml
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/hieradata/labs/deployment-prep/common.yaml 
b/hieradata/labs/deployment-prep/common.yaml
index ce5a289..bb207e7 100644
--- a/hieradata/labs/deployment-prep/common.yaml
+++ b/hieradata/labs/deployment-prep/common.yaml
@@ -78,9 +78,9 @@
   dictionary:
     JsonDict:
       'ca':
-        'es'
+        - 'es'
       'es':
-        'ca'
+        - 'ca'
 "role::deployment::salt_masters::deployment_server": 
deployment-bastion.eqiad.wmflabs
 "hhvm::extra::fcgi":
     hhvm:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I137db1fde1229a84164f66ec434646cdf4cda043
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to