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:
parent
3241ba6e24
commit
40e54b9233
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user