Created
June 10, 2016 13:45
-
-
Save jianchen2580/f4fe8852575e93cf4dbb4cfa65348840 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/metadata.rb b/metadata.rb | |
index f0a5b4a..84c9aec 100644 | |
--- a/metadata.rb | |
+++ b/metadata.rb | |
@@ -4,7 +4,7 @@ maintainer_email '[email protected]' | |
license 'all_rights' | |
description 'Installs/Configures tropo-elasticsearch' | |
long_description 'Installs/Configures tropo-elasticsearch' | |
-version '0.1.0' | |
+version '0.1.8' | |
depends 'elasticsearch', '>= 2.3.1' | |
depends 'java', '>=1.38.0' | |
diff --git a/recipes/default.rb b/recipes/default.rb | |
index c0a0f8b..e4282bb 100644 | |
--- a/recipes/default.rb | |
+++ b/recipes/default.rb | |
@@ -46,7 +46,7 @@ elasticsearch_configure 'elasticsearch' do | |
path_data package: "/opt/elasticsearch" | |
# path_plugins package: "/usr/share/elasticsearch/plugins" | |
- logging({:"action" => 'INFO'}) | |
+ # logging({:"action" => 'INFO'}) | |
allocated_memory node[:es][:allocated_memory] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment