apache-formula/apache/files/Suse/global.config.jinja

5 lines
124 B
Plaintext
Raw Normal View History

{%- for directive, dvalue in salt['pillar.get']('apache:global', {}).items() %}
{{ directive }} {{ dvalue }}
{%- endfor %}