Saltstack Official IPTables Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456
  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 %}