-
-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a "elasticsearch::customize" attribute file to customize the co…
- Loading branch information
1 parent
eb49ff6
commit e5ebce0
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Override the cookbook's default attributes in this file. | ||
# | ||
# Usually, you don't change this file directly, but you'll create a "elasticsearch/attributes/customize.rb" file | ||
# in your wrapper cookbook and put the overrides in that file. | ||
# | ||
# The following shows how to override the Elasticsearch version and cluster name settings: | ||
# | ||
# normal[:elasticsearch][:version] = '1.1.0' | ||
# normal[:elasticsearch][:cluster][:name] = 'my-cluster' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters