Manybubbles has uploaded a new change for review.
https://gerrit.wikimedia.org/r/75858
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/58/75858/1
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: newchange
Gerrit-Change-Id: I367f532a1476b2552744f1a0092285ffb9a2979e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Manybubbles <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits