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:
Mike Place 2015-10-02 09:37:44 -06:00
commit fb6f6b9ce4

View file

@ -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']])