Include collectd_exoporter in the init.

This commit is contained in:
Michael Kutý 2017-05-16 16:14:40 +02:00
parent 5387f75417
commit c69ab99626

View file

@ -10,4 +10,7 @@ include:
{%- if pillar.prometheus.pushgateway is defined %}
- prometheus.pushgateway
{%- endif %}
{%- if pillar.prometheus.collectd_exporter is defined %}
- prometheus.collectd_exporter
{%- endif %}
{%- endif %}