mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #44969 from rallytime/bp-41305
Back-port #41305 to 2016.11
This commit is contained in:
commit
4d6d640381
1 changed files with 1 additions and 1 deletions
|
@ -1511,7 +1511,7 @@ def accept_vpc_peering_connection(name=None, conn_id=None, conn_name=None,
|
|||
'comment': 'Boto VPC peering state'
|
||||
}
|
||||
|
||||
if not pending['exists']:
|
||||
if not pending:
|
||||
ret['result'] = True
|
||||
ret['changes'].update({
|
||||
'old': 'No pending VPC peering connection found. '
|
||||
|
|
Loading…
Add table
Reference in a new issue