@@ -57,6 +57,8 @@ mine_interval: {{ minion.mine.get('interval', 30) }} | |||
{%- endif %} | |||
log_level: {{ minion.log.level }} | |||
{%- if minion.sentry is defined %} | |||
sentry_handler: | |||
{% for server in minion.sentry.servers %} |
@@ -55,6 +55,8 @@ default: | |||
- python-pydot | |||
- python-yaml | |||
graph_states: False | |||
log: | |||
level: info | |||
service: salt-minion | |||
{%- if pillar.salt.get('minion', {}).get('source', {}).get('engine', 'pkg') == 'pkg' %} | |||
install_state: "pkg: salt_minion_packages" |