mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change "TBD" in versionadded to "2017.7.0"
This commit is contained in:
parent
81695a9f3c
commit
603f5b7de6
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Connection module for Amazon ALB
|
||||
|
||||
.. versionadded:: TBD
|
||||
.. versionadded:: 2017.7.0
|
||||
|
||||
:configuration: This module accepts explicit elb credentials but can also utilize
|
||||
IAM roles assigned to the instance through Instance Profiles. Dynamic
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Manage AWS Application Load Balancer
|
||||
|
||||
.. versionadded:: TBD
|
||||
.. versionadded:: 2017.7.0
|
||||
|
||||
Add and remove targets from an ALB target group.
|
||||
|
||||
|
@ -54,6 +54,8 @@ def __virtual__():
|
|||
def targets_registered(name, targets, region=None, key=None, keyid=None,
|
||||
profile=None):
|
||||
'''
|
||||
.. versionadded:: 2017.7.0
|
||||
|
||||
Add targets to an Application Load Balancer target group. This state will not remove targets.
|
||||
|
||||
name
|
||||
|
@ -63,8 +65,6 @@ def targets_registered(name, targets, region=None, key=None, keyid=None,
|
|||
A list of target IDs or a string of a single target that this target group should
|
||||
distribute traffic to.
|
||||
|
||||
.. versionadded:: TBD
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
add-targets:
|
||||
|
|
Loading…
Add table
Reference in a new issue