diff --git a/prometheus/init.sls b/prometheus/init.sls index aac7d25..3454c33 100644 --- a/prometheus/init.sls +++ b/prometheus/init.sls @@ -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 %}