mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #28534 from rallytime/fix-28469
Add versionadded directive for vpc_name arg in boto_secgroup.present
This commit is contained in:
commit
2bc78a32ef
@ -126,6 +126,8 @@ def present(
|
||||
vpc_name
|
||||
The name of the VPC wherein to create the security group, if any. Exclusive with vpc_id.
|
||||
|
||||
.. versionadded:: 2015.8.2
|
||||
|
||||
rules
|
||||
A list of ingress rule dicts. If not specified, ``rules=None``,
|
||||
the ingress rules will be unmanaged. If set to an empty list, ``[]``,
|
||||
|
Loading…
Reference in New Issue
Block a user