From c69ab99626ecc2f103ac8bf0d5c66c32276b43dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Kut=C3=BD?= <6du1ro.n@gmail.com> Date: Tue, 16 May 2017 16:14:40 +0200 Subject: [PATCH] Include collectd_exoporter in the init. --- prometheus/init.sls | 3 +++ 1 file changed, 3 insertions(+) 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 %}