1
0
Fork 0
mirror of synced 2024-05-26 11:51:10 -04:00
formula-grafana/grafana/collector.sls
Swann Croiset 4931237ebc Fixes
Change-Id: I2992d1543bd09542239eefd9fd23434f1f374df2
2017-05-03 15:21:43 +02:00

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 %}