blob: a878715c5d1a00f4a4eac0548cbcf35895ea4048 [file] [log] [blame]
{%- if pillar.influxdb is defined %}
include:
{%- if pillar.influxdb.server is defined %}
- influxdb.server
{%- endif %}
{%- if pillar.influxdb.client is defined %}
- influxdb.client
{%- endif %}
{%- endif %}