mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +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
@ -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…
Reference in New Issue
Block a user