Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/335735 )

Change subject: phabricator: Set the elasticsearch version in a string
......................................................................


phabricator: Set the elasticsearch version in a string

Bug: T138881
Change-Id: I29e90f250ca2753052e5b3ee3084455d6b5c964b
---
M modules/role/manifests/phabricator/main.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/role/manifests/phabricator/main.pp 
b/modules/role/manifests/phabricator/main.pp
index bfb0107..717857a 100644
--- a/modules/role/manifests/phabricator/main.pp
+++ b/modules/role/manifests/phabricator/main.pp
@@ -129,7 +129,7 @@
     $phab_diffusion_ssh_host = hiera('phabricator_diffusion_ssh_host', 
'git-ssh.wikimedia.org')
 
     $elasticsearch_host = hiera('phabricator_elasticsearch_host', 
'https://search.svc.eqiad.wmnet:9243')
-    $elasticsearch_version = hiera('phabricator_elasticsearch_version', 2)
+    $elasticsearch_version = hiera('phabricator_elasticsearch_version', '2')
     $elasticsearch_enabled = hiera('phabricator_elasticsearch_enabled', true)
 
     # lint:ignore:arrow_alignment

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I29e90f250ca2753052e5b3ee3084455d6b5c964b
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: 20after4 <mmod...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to