salt-states/wifi-voucher/files/voucher.env.jinja

4 lines
99 B
Plaintext
Raw Normal View History

2023-06-27 07:16:37 +00:00
{% for key, value in pillar['voucher']['config'].items() -%}
{{ key }}="{{ value }}"
{% endfor -%}