Faidon has submitted this change and it was merged.
Change subject: Fix syntax error in elasticsearch.
......................................................................
Fix syntax error in elasticsearch.
I wasn't hitting this error because I always defined
elasticsearch_cluster_name.
Change-Id: I367f532a1476b2552744f1a0092285ffb9a2979e
---
M manifests/role/elasticsearch.pp
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Faidon: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/role/elasticsearch.pp b/manifests/role/elasticsearch.pp
index c927623..6ba6a74 100644
--- a/manifests/role/elasticsearch.pp
+++ b/manifests/role/elasticsearch.pp
@@ -27,8 +27,7 @@
#
class role::elasticsearch::labs {
if $::elasticsearch_cluster_name == undef {
- fail("$::elasticsearch_cluster_name must be set to something unique " +
- 'for your cluster')
+ fail("$::elasticsearch_cluster_name must be set to something unique
for your cluster")
}
class { '::elasticsearch':
cluster_name => $::elasticsearch_cluster_name,
--
To view, visit https://gerrit.wikimedia.org/r/75858
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I367f532a1476b2552744f1a0092285ffb9a2979e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: Pyoungmeister <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits