Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2024
1 parent a7e2224 commit 2c53fcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dot1x protocol bpdu bypass
{% if dot1x.dynamic_authorization is arista.avd.defined(true) %}
dot1x dynamic-authorization
{% endif %}
{% if dot1x.mac_based_authentication is arista.avd.defined or dot1x.radius_av_pair is arista.avd.defined or
dot1x.aaa.unresponsive is arista.avd.defined or dot1x.captive_portal is arista.avd.defined
{% if dot1x.mac_based_authentication is arista.avd.defined or dot1x.radius_av_pair is arista.avd.defined or
dot1x.aaa.unresponsive is arista.avd.defined or dot1x.captive_portal is arista.avd.defined
or dot1x.supplicant is arista.avd.defined %}
dot1x
{% if dot1x.aaa.unresponsive is arista.avd.defined %}
Expand Down

0 comments on commit 2c53fcf

Please sign in to comment.