10 lines
137 B
Text
10 lines
137 B
Text
|
|
{% if pillar.get('network_policy_provider', '').lower() == 'calico' %}
|
||
|
|
|
||
|
|
ip6_tables:
|
||
|
|
kmod.present
|
||
|
|
|
||
|
|
xt_set:
|
||
|
|
kmod.present
|
||
|
|
|
||
|
|
{% endif -%}
|