mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
One last bug to squash. Seriously. It's the last one. Ever!
- fixed param vpc_id being passed where vpc_name was intended.
This commit is contained in:
parent
002cbf5cde
commit
84ab0bbd74
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ def _rules_present(
|
|||
_source_group_name = rule.get('source_group_name', None)
|
||||
if _source_group_name:
|
||||
_group_id = __salt__['boto_secgroup.get_group_id'](
|
||||
_source_group_name, vpc_id, vpc_id, region, key, keyid, profile
|
||||
_source_group_name, vpc_id, vpc_name, region, key, keyid, profile
|
||||
)
|
||||
if not _group_id:
|
||||
msg = ('source_group_name {0} does not map to a valid'
|
||||
|
|
Loading…
Add table
Reference in a new issue