Saltstack Official IPTables Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

7 lines
227B

  1. {%- from "iptables/map.jinja" import schema with context %}
  2. {%- if pillar.iptables.service.enabled is not defined %}
  3. include:
  4. - iptables.v{{ schema.epoch }}.v4_service
  5. - iptables.v{{ schema.epoch }}.v6_service
  6. {%- endif %}