|
|
@@ -990,4 +990,18 @@ ext_pillar: |
|
|
|
############################################ |
|
|
|
# Default match type for filtering events tags: startswith, endswith, find, regex, fnmatch |
|
|
|
#event_match_type: startswith |
|
|
|
{{ get_config('event_match_type', 'startswith') }} |
|
|
|
{{ get_config('event_match_type', 'startswith') }} |
|
|
|
|
|
|
|
{% if 'mongo' in cfg_minion -%} |
|
|
|
##### mongodb connection settings ##### |
|
|
|
########################################## |
|
|
|
{%- for name, value in cfg_minion['mongo'].items() %} |
|
|
|
mongo.{{ name }}: {{ value }} |
|
|
|
{%- endfor %} |
|
|
|
|
|
|
|
{% if 'alternative.mongo' in cfg_minion -%} |
|
|
|
{%- for name, value in cfg_minion['alternative.mongo'].items() %} |
|
|
|
alternative.mongo.{{ name }}: {{ value }} |
|
|
|
{%- endfor %} |
|
|
|
{% endif %} |
|
|
|
{%- endif %} |