From 4e5a40a8c0cd876487b04d3c7863e91eb3f474ac Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 4 Mar 2015 13:47:24 -0800 Subject: [PATCH 1/2] adding metadata.rb --- layer-custom/metadata.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layer-custom/metadata.rb diff --git a/layer-custom/metadata.rb b/layer-custom/metadata.rb new file mode 100644 index 0000000..80a1574 --- /dev/null +++ b/layer-custom/metadata.rb @@ -0,0 +1,5 @@ +name "layer-custom" +description "ElasticSearch Custom scripts from http://blogs.aws.amazon.com/application-management/post/Tx3MEVKS0A4G7R5/Deploying-Elasticsearch-with-OpsWorks" +maintainer "amazonwebservices" +license "Apache 2.0" +version "1.0.0" From 84ffff87ff0b170ab9830d59d72467f489e9d6d3 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 4 Mar 2015 16:58:01 -0800 Subject: [PATCH 2/2] Fix for upstream nginx requirements for ssl --- opsworks-elasticsearch-11-10.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opsworks-elasticsearch-11-10.template b/opsworks-elasticsearch-11-10.template index 0c05ceb..643db6f 100644 --- a/opsworks-elasticsearch-11-10.template +++ b/opsworks-elasticsearch-11-10.template @@ -168,7 +168,8 @@ } ], "allow_cluster_api": "true", - "port": 80 + "port": 80, + "ssl": {} }, "cluster": { "name": "opsworks-elasticsearch"