commit | a5cfac85d3e53b63be4863b22b0ae6a2e59be67c | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu May 11 17:11:28 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu May 11 17:11:28 2017 +0200 |
tree | 20e4f652a1f745497e87f0dd2d89dab608f6c5e3 | |
parent | 3a82ac8bf0c5b862ca3cc47e360f8ac5edcc88bc [diff] | |
parent | d77f5c70e2ac5f2e7835f9aa4fa127162722ad58 [diff] |
Merge pull request #27 from smolaon/patch-1 Put collector back to init
diff --git a/grafana/init.sls b/grafana/init.sls index 9562a07..9829b7f 100644 --- a/grafana/init.sls +++ b/grafana/init.sls
@@ -7,4 +7,7 @@ {%- if pillar.grafana.client is defined %} - grafana.client {%- endif %} +{%- if pillar.grafana.collector is defined %} +- grafana.collector +{%- endif %} {%- endif %}