updated other places that es is cleared to also clear templates

This commit is contained in:
Spencer Alger
2014-06-09 10:03:05 -07:00
parent b64afec7ee
commit 7a2571f11a
4 changed files with 15 additions and 18 deletions

View File

@ -96,10 +96,7 @@ function rangeMatchesCurrentVersion(rangeString, done) {
// empty all of the indices in ES please
function clearIndices(done) {
clientManager.get().indices.delete({
index: '*',
ignore: 404
}, done);
clientManager.get().clearEs(done);
}
function YamlDoc(doc, file) {