commit | 4ec445014d5a1fdb7849803e492ab567fb78b766 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Fri Jan 19 12:49:31 2018 +0000 |
committer | Gerrit Code Review <gerrit2@56fc70e46927> | Fri Jan 19 12:49:31 2018 +0000 |
tree | 37b8effcc337ad9ea763c1e7d5412af169ef6898 | |
parent | 3ed48baccf4a9e476d69a3c0ca4a5aa2212b21cd [diff] | |
parent | 1f7b4c469a5999d917e819cf019ad05a6d02147a [diff] |
Merge "Add salt module dependencies into meta/salt.yml"
diff --git a/cinder/meta/salt.yml b/cinder/meta/salt.yml index b10f98d..1966a1c 100644 --- a/cinder/meta/salt.yml +++ b/cinder/meta/salt.yml
@@ -8,4 +8,9 @@ priority: 550 require: - salt: cinder.controller - +dependency: + {% from "cinder/map.jinja" import client with context %} + {%- if client.get('enabled', False) %} + engine: pkg + pkgs: {{ client.pkgs }} + {%- endif %}