mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
sls/gentoo/makeconf.sls: fixed "other" attribute processing.
This commit is contained in:
parent
28ad1c8966
commit
7b396e48ef
@ -32,7 +32,7 @@ manage-make-conf:
|
||||
- set EMERGE_DEFAULT_OPTS '"{{ make_conf.get("emerge_default_opts", "--quiet-build --verbose --keep-going") }}"'
|
||||
- set VIDEO_CARDS '"{{ make_conf.get("video_cards", "") }}"'
|
||||
{% if make_conf.get("other", False) %}
|
||||
{% for k, v in make_conf["other"] %}
|
||||
{% for k, v in make_conf["other"].items() %}
|
||||
- set {{ k }} '"{{ v }}"'
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user