Update the elasticsearch cookbook
This commit is contained in:
12
cookbooks/elasticsearch/resources/partial/_common.rb
Normal file
12
cookbooks/elasticsearch/resources/partial/_common.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
include ElasticsearchCookbook::Helpers
|
||||
include ElasticsearchCookbook::VersionHelpers
|
||||
|
||||
property :instance_name,
|
||||
String
|
||||
|
||||
property :version,
|
||||
String,
|
||||
default: '7.17.9'
|
||||
|
||||
property :package_options,
|
||||
String
|
||||
Reference in New Issue
Block a user