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