Saltstack Official IPTables Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

init.sls 85B

1234
  1. include:
  2. {%- if pillar.iptables.service is defined %}
  3. - iptables.service
  4. {%- endif %}