commit | e8e517eb0731ad5e010ae8d0f2c7311697688d28 | [log] [tgz] |
---|---|---|
author | Aleš Komárek <github@newt.cz> | Thu Dec 01 15:06:59 2016 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 01 15:06:59 2016 +0100 |
tree | bc4211a39501831e272b9618ae88547b07c7c73b | |
parent | 02f7761b5dde0a860b96a9a1e55d8292173e7f96 [diff] | |
parent | 6b6058fd3a398df704c6eb5dd58912cd4ee87860 [diff] |
Merge pull request #40 from simonpasquier/fix-storage-test Misc fixes for LVM storage
diff --git a/linux/system/config.sls b/linux/system/config.sls index 98bb767..139c468 100644 --- a/linux/system/config.sls +++ b/linux/system/config.sls
@@ -21,6 +21,9 @@ - defaults: pillar: {{ config.pillar|yaml }} grains: {{ config.get('grains', {}) }} + {%- for key, value in service_config.get('defaults', {}).iteritems() %} + {{ key }}: {{ value }} + {%- endfor %} {%- endfor %} {%- endif %}