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

Change subject: elasticsearch: do not manage plugin directory yet
......................................................................


elasticsearch: do not manage plugin directory yet

Change-Id: Ifb828f54c5709babf30d3511298d7a9fb0a3d5d5
---
M modules/elasticsearch/manifests/init.pp
1 file changed, 5 insertions(+), 4 deletions(-)

Approvals:
  Gehel: Verified; Looks good to me, approved



diff --git a/modules/elasticsearch/manifests/init.pp 
b/modules/elasticsearch/manifests/init.pp
index c383880..05b9eb7 100644
--- a/modules/elasticsearch/manifests/init.pp
+++ b/modules/elasticsearch/manifests/init.pp
@@ -149,10 +149,11 @@
 
     # Elasticsearch 5 doesn't allow setting the plugin path, we need
     # to symlink it into place
-    file { '/usr/share/elasticsearch/plugins':
-        ensure => 'link',
-        target => $plugins_dir,
-    }
+    # TODO: temporary fix, fix for real later
+    # file { '/usr/share/elasticsearch/plugins':
+    #     ensure => 'link',
+    #     target => $plugins_dir,
+    # }
 
     file { '/etc/elasticsearch/elasticsearch.yml':
         ensure  => file,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifb828f54c5709babf30d3511298d7a9fb0a3d5d5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>

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

Reply via email to