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
This commit is contained in:
Clark Boylan 2016-05-04 12:05:42 -07:00
parent 4a05a695c9
commit 28896065c2
1 changed files with 1 additions and 1 deletions

View File

@ -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