1
0
Fork 0
formula-grafana/grafana/collector.sls

11 lines
296 B
Plaintext

{%- if pillar.get('grafana', {}).get('collector', {}).get('enabled', False) %}
# This state is only used to map grains.collector pillar. Grains are now
# managed from salt.minion.grains so we will just include it in case it's
# executed explicitly
include:
- salt.minion.grains
{%- endif %}