mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27624 from eyj/fix_wait_for_sync
Wait for sync is not passed to boto_route53 state
This commit is contained in:
commit
fb6f6b9ce4
1 changed files with 2 additions and 1 deletions
|
@ -345,7 +345,8 @@ def present(
|
|||
region=region,
|
||||
key=key,
|
||||
keyid=keyid,
|
||||
profile=profile
|
||||
profile=profile,
|
||||
wait_for_sync=wait_for_sync
|
||||
)
|
||||
ret['changes'] = dictupdate.update(ret['changes'], _ret['changes'])
|
||||
ret['comment'] = ' '.join([ret['comment'], _ret['comment']])
|
||||
|
|
Loading…
Add table
Reference in a new issue