Skip to content

Commit

Permalink
Fixed ES download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Dec 19, 2012
1 parent 1c0419c commit f19cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/manifests/init.pp
Expand Up @@ -27,7 +27,7 @@

apt::localpackage { 'elasticsearch':
url => $deburl ? {
false => "https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-${version}.deb",
false => "http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${version}.deb",
default => $deburl
}
}
Expand Down

0 comments on commit f19cd95

Please sign in to comment.