Saltstack Official Apache Formula

global.config.jinja 124B

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