use curator defaults.yaml merged with pillar for actions

This commit is contained in:
m0duspwnens
2022-10-21 10:38:32 -04:00
parent 998870ac87
commit c880be8d45
138 changed files with 145 additions and 138 deletions
+3
View File
@@ -13,3 +13,6 @@
{% do CURATOROPTIONS.update({'start': True}) %}
{% do CURATOROPTIONS.update({'status': 'running'}) %}
{% endif %}
{% import 'curator/defaults.yaml' as CURATORDEFAULTS %}
{% set CURATORMERGED = salt['pillar.get']('elasticsearch:index_settings', CURATORDEFAULTS, merge=true) %}