mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix
This commit is contained in:
parent
b74b0d1413
commit
7b9ae82951
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ def present(
|
|||
name, region, key, keyid, profile
|
||||
)
|
||||
for cname in cnames:
|
||||
_ret = __salt__['state.single'](
|
||||
_ret = __salt__['state.single'](
|
||||
'boto_route53.present',
|
||||
name=cname.get('name'),
|
||||
value=lb['dns_name'],
|
||||
|
|
Loading…
Add table
Reference in a new issue