@@ -42,8 +42,8 @@ See the attributes section above to for what defaults you can adjust.
42
42
43
43
### default
44
44
45
- The default recipe creates an elasticsearch user and group with the default
46
- options.
45
+ The default recipe creates an elasticsearch user, group, package installation,
46
+ configuration files, and service with all of the default options.
47
47
48
48
## Resources
49
49
@@ -76,17 +76,17 @@ Elasticsearch setup:
76
76
77
77
1 . Resources that share the same resource name
78
78
1 . Resources that share the same value for ` instance_name `
79
- 1 . Resources named ` default `
80
- 1 . Resources named ` elasticsearch `
79
+ 1 . Resources named ` default ` or resources named ` elasticsearch `
80
+ - This fails if both ` default ` and ` elasticsearch ` resources exist
81
81
82
82
Examples of more complicated resource names are left to the reader, but here we
83
83
present a typical example that should work in most cases:
84
84
85
85
``` ruby
86
- elasticsearch_user ' default '
87
- elasticsearch_install ' default '
88
- elasticsearch_configure ' default '
89
- elasticsearch_service ' default '
86
+ elasticsearch_user ' elasticsearch '
87
+ elasticsearch_install ' elasticsearch '
88
+ elasticsearch_configure ' elasticsearch '
89
+ elasticsearch_service ' elasticsearch '
90
90
91
91
elasticsearch_plugin ' head' do
92
92
url ' mobz/elasticsearch-head'
0 commit comments