Fix two typos in updated elasticsearch module

The resource has _deb in it, which was left out.
Also, the java package name resource was replaced in only
one of two locations.

Change-Id: Ia47beeeff80f2cba1e7dfff0538156bd6464b9a1
This commit is contained in:
Monty Taylor 2014-04-18 15:58:51 -07:00
parent fce067853a
commit 295bcb7ee0
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ class elasticsearch (
ensure => latest,
source => "/tmp/elasticsearch-${version}.deb",
provider => 'dpkg',
subscribe => Exec['get_elasticsearch_sha1'],
subscribe => Exec['get_elasticsearch_deb_sha1'],
require => [
Package['java7-runtime-headless'],
Package['openjdk-7-jre-headless'],
File['/etc/elasticsearch/elasticsearch.yml'],
File['/etc/elasticsearch/default-mapping.json'],
File['/etc/default/elasticsearch'],