This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/wifi-voucher/files/voucher.env.jinja

4 lines
99 B
Plaintext
Raw Permalink Normal View History

2022-11-02 10:18:20 +00:00
{% for key, value in pillar['voucher']['config'].items() -%}
{{ key }}="{{ value }}"
{% endfor -%}