4931237ebc
Change-Id: I2992d1543bd09542239eefd9fd23434f1f374df2
10 lines
296 B
Text
10 lines
296 B
Text
{%- 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 %}
|