From 28896065c22eea76a1f8fa7f6aa61ba49b44ea48 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 4 May 2016 12:05:42 -0700 Subject: [PATCH] Use current elasticsearch url Elasticsearch now hosts at elastic.co. The old name still functions but update this before upstream can break us. Change-Id: Ia39471881f2946eaab6e37dea8a19ed5d36d0662 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index d672123..2142ff0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class elasticsearch ( $es_template_config = {}, $checksum = undef, $heap_size = '16g', - $url = 'https://download.elasticsearch.org/elasticsearch/elasticsearch', + $url = 'https://download.elastic.co/elasticsearch/elasticsearch', $version = '0.20.5', ) inherits elasticsearch::params { # Ensure: java runtime and curl