Saltstack Official IPTables Formula
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- {%- 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 %}
|