Update the elasticsearch cookbook
This commit is contained in:
7
cookbooks/elasticsearch/resources/partial/_package.rb
Normal file
7
cookbooks/elasticsearch/resources/partial/_package.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
property :download_url,
|
||||
String,
|
||||
default: lazy { default_download_url(new_resource.version) }
|
||||
|
||||
property :download_checksum,
|
||||
String,
|
||||
default: lazy { default_download_checksum(new_resource.version)[checksum_platform] }
|
||||
Reference in New Issue
Block a user