13 lines
284 B
Text
13 lines
284 B
Text
|
|
{%- if pillar.grafana is defined %}
|
|
include:
|
|
{%- if pillar.grafana.server is defined %}
|
|
- grafana.server
|
|
{%- endif %}
|
|
{%- if pillar.grafana.client is defined %}
|
|
- grafana.client
|
|
{%- endif %}
|
|
{%- if pillar.grafana.collector is defined %}
|
|
- grafana.collector
|
|
{%- endif %}
|
|
{%- endif %}
|