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.
|
- {%- from "iptables/map.jinja" import schema with context %}
- {%- if pillar.iptables.service.enabled is not defined %}
- include:
- - iptables.v{{ schema.epoch }}.v4_service
- - iptables.v{{ schema.epoch }}.v6_service
- {%- endif %}
|