|
|
|
|
|
|
|
|
# web.*: |
|
|
# web.*: |
|
|
# - network.* |
|
|
# - network.* |
|
|
# - disk.* |
|
|
# - disk.* |
|
|
|
|
|
{% if 'mine_functions' in cfg_master %} |
|
|
|
|
|
mine_functions: |
|
|
|
|
|
{% for name, roots in cfg_master['mine_functions'].items() %} |
|
|
|
|
|
{{ name }}: |
|
|
|
|
|
{% for mod in roots %} |
|
|
|
|
|
- {{ mod }} |
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
{% elif 'mine_functions' in cfg_salt %} |
|
|
|
|
|
mine_functions: |
|
|
|
|
|
{% for name, roots in cfg_salt['mine_functions'].items() %} |
|
|
|
|
|
{{ name }}: |
|
|
|
|
|
{% for mod in roots %} |
|
|
|
|
|
- {{ mod }} |
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### Logging settings ##### |
|
|
##### Logging settings ##### |