Saltstack Official IPTables Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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