apache-formula/apache/files/Suse/global.config.jinja
2016-01-19 17:02:31 +08:00

5 lines
124 B
Django/Jinja

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