mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #23178 from jfindlay/boto_version
fix incorrect boto_vpc state versionaddeds
This commit is contained in:
commit
46b7938d54
@ -3,7 +3,7 @@
|
||||
Manage VPCs
|
||||
=================
|
||||
|
||||
.. versionadded:: 2014.7.1
|
||||
.. versionadded:: Beryllium
|
||||
|
||||
Create and destroy VPCs. Be aware that this interacts with Amazon's services,
|
||||
and so may incur charges.
|
||||
@ -315,7 +315,6 @@ def subnet_present(name, cidr_block, vpc_name=None, vpc_id=None,
|
||||
def subnet_absent(name=None, subnet_id=None, region=None, key=None, keyid=None, profile=None):
|
||||
'''
|
||||
Ensure subnet with passed properties is absent.
|
||||
.. versionadded:: Beryllium
|
||||
|
||||
name
|
||||
Name of the subnet.
|
||||
@ -527,8 +526,6 @@ def route_table_present(name, vpc_name=None, vpc_id=None, routes=None,
|
||||
- subnet1
|
||||
- subnet2
|
||||
|
||||
.. versionadded:: Beryllium
|
||||
|
||||
name
|
||||
Name of the route table.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user