updated openvpn_client state

This commit is contained in:
Paul 2022-12-09 21:56:54 +01:00
parent 5632b47023
commit 1034b96c2b

View File

@ -28,7 +28,7 @@ fast-io
{% for k,v in salt['network.interfaces']().items() -%}
{%- if k.startswith('en') or k.startswith('eth') %}
{% for net in salt['network.subnets'](k) -%}
{%- for net in salt['network.subnets'](k) %}
pull-filter ignore "route {{ net.split("/")[0] }}"
{%- endfor %}
{%- endif %}