2013-09-25 07:54:08 -04:00
|
|
|
setup:
|
|
|
|
- do:
|
|
|
|
indices.delete_template:
|
|
|
|
name: '*'
|
|
|
|
ignore: 404
|
2013-09-18 09:29:21 -04:00
|
|
|
---
|
2014-01-07 10:19:06 -05:00
|
|
|
"Get missing template":
|
2013-09-18 09:29:21 -04:00
|
|
|
|
|
|
|
- do:
|
2014-01-07 10:19:06 -05:00
|
|
|
catch: missing
|
2013-09-18 09:29:21 -04:00
|
|
|
indices.get_template:
|
|
|
|
name: test
|
|
|
|
|