mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint issues
This commit is contained in:
parent
98468cee2f
commit
9d978489c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue