You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Can you please add in linux/network/interface.sls support of ZONE for firewalld?
I think code should be like this: {%- if interface.name_zone is defined %} zone: {{ interface.name_zone }} {%- endif %}
now it does not works:
The text was updated successfully, but these errors were encountered:
I don't believe it's related directly to linux formula, as this one seems to be a firewalld related.
Conflicting file editions could be a problem, so you will have to control your network interface state from 2 places(firewalld and linux formulas), which is pretty bad.
Anyway, due to simple implementation, I will get this done.
Hi, Can you please add in linux/network/interface.sls support of ZONE for firewalld?
I think code should be like this:
{%- if interface.name_zone is defined %} zone: {{ interface.name_zone }} {%- endif %}
now it does not works:
The text was updated successfully, but these errors were encountered: