Fix lint issues

This commit is contained in:
Pablo Suárez Hernández 2020-05-14 14:11:43 +01:00 committed by Daniel Wozniak
parent 98468cee2f
commit 9d978489c5

View file

@ -2343,7 +2343,7 @@ def fqdns():
# Provides:
# fqdns
opt = {"fqdns": []}
if __opts__.get("enable_fqdns_grains", True) == True:
if __opts__.get("enable_fqdns_grains", True):
opt = __salt__["network.fqdns"]()
return opt