Alexandros Kosiaris has uploaded a new change for review.
https://gerrit.wikimedia.org/r/259691
Change subject: cxserver: quote no strings in registry yaml
......................................................................
cxserver: quote no strings in registry yaml
ruby yaml library casts no to false causing puppet failures. force cast
to string by single quoting
Change-Id: Ib202ea81f5db0054546215e8297c83c00f4f7195
---
M hieradata/common/cxserver.yaml
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/91/259691/1
diff --git a/hieradata/common/cxserver.yaml b/hieradata/common/cxserver.yaml
index 1ea64a2..00d6837 100644
--- a/hieradata/common/cxserver.yaml
+++ b/hieradata/common/cxserver.yaml
@@ -175,7 +175,7 @@
- nl
- nn
- nov
- - no
+ - 'no'
- nrm
- nso
- nv
@@ -455,7 +455,7 @@
- nl
- nn
- nov
- - no
+ - 'no'
- nrm
- nso
- nv
@@ -640,8 +640,8 @@
nn:
- da
- nb
- - no
- no:
+ - 'no'
+ 'no':
- nn
oc:
- ca
--
To view, visit https://gerrit.wikimedia.org/r/259691
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib202ea81f5db0054546215e8297c83c00f4f7195
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits