1
0
Fork 0
mirror of synced 2024-11-05 01:08:57 -05:00
formula-grafana/grafana/collector.sls
Filip Pytloun 44657188cf Manage grains using support metadata
Change-Id: I8ab61330338213b474ec372e911667f7255eafbd
2017-05-02 14:51:01 +02:00

11 lines
321 B
Text

{%- from "grafana/map.jinja" import collector with context %}
{%- if 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 %}