You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
296 B
10 lines
296 B
{%- 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 %}
|
|
|