nsd-formula/nsd/files/default/pillar-configuration.conf.jinja

7 lines
177 B
Plaintext
Raw Normal View History

{%- for category, config in nsd.get('config_data').items() %}
{{ category }}:
{%- for option, value in config.items() %}
{{ option }}: {{ value }}
{%- endfor %}
{%- endfor %}