We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eecb2 commit f421f01Copy full SHA for f421f01
README.md
@@ -137,6 +137,14 @@ Examples:
137
elasticsearch_install 'elasticsearch'
138
```
139
140
+```
141
+elasticsearch_install 'my_es_installation' do
142
+ type :package # type of install
143
+ version "1.7.2"
144
+ action :install # could be :remove as well
145
+end
146
147
+
148
149
elasticsearch_install 'my_es_installation' do
150
type :tarball # type of install
@@ -169,13 +177,7 @@ elasticsearch_install 'my_es_installation' do
169
177
end
170
178
171
179
172
-```
173
-elasticsearch_install 'my_es_installation' do
174
- type :package # type of install
175
- version "1.7.2"
176
- action :install # could be :remove as well
-end
180
181
182
### elasticsearch_configure
183
Actions: `:manage`, `:remove`
0 commit comments