5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
|
{%- for directive, dvalue in salt['pillar.get']('apache:global', {}).items() %}
|
||
|
{{ directive }} {{ dvalue }}
|
||
|
{%- endfor %}
|
||
|
|