commit | 1973172e8ae53f068c565be8c5d8471794124efe | [log] [tgz] |
---|---|---|
author | Ondrej Smola <osmola@mirantis.com> | Thu Jul 19 13:43:32 2018 +0000 |
committer | Gerrit Code Review <gerrit2@853267bf53e2> | Thu Jul 19 13:43:32 2018 +0000 |
tree | 95138f90857cdf5381aff15bfc9843556e0ec89c | |
parent | c9af93ce614752a6702550031f519312f965b6a6 [diff] | |
parent | bafd257298c43f7bbe200eafcd0e7bd9a4ca80d8 [diff] |
Merge "Add unit tests"
diff --git a/grafana/meta/salt.yml b/grafana/meta/salt.yml index 50c001f..3c00ab7 100644 --- a/grafana/meta/salt.yml +++ b/grafana/meta/salt.yml
@@ -17,7 +17,7 @@ {%- endif %} minion: - {%- if pillar.grafana.client is defined %} + {%- if pillar.get('grafana', {}).client is defined %} grafana: {%- from "grafana/map.jinja" import client with context %} grafana_version: {{ client.server.get('version', 3) }}