Fix deprecation notices. (#5180)

This commit is contained in:
Bill Nottingham 2016-10-06 14:32:57 -04:00 committed by Matt Clay
parent 91e433594a
commit 765269e547
5 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ description:
by evaluating the current running-config and only pushing configuration
commands that are not already configured. The config source can
be a set of commands or a template.
deprecated: Deprecated in 2.2. Use eos_config instead
deprecated: Deprecated in 2.2. Use ios_config instead
extends_documentation_fragment: ios
options:
src:

View file

@ -28,7 +28,7 @@ description:
by evaluating the current running-config and only pushing configuration
commands that are not already configured. The config source can
be a set of commands or a template.
deprecated: Deprecated in 2.2. Use eos_config instead
deprecated: Deprecated in 2.2. Use iosxr_config instead
extends_documentation_fragment: iosxr
options:
src:

View file

@ -27,7 +27,7 @@ description:
from a template file onto a remote device running Junos. The
module will return the differences in configuration if the diff
option is specified on the Ansible command line
deprecated: Deprecated in 2.2. Use eos_config instead
deprecated: Deprecated in 2.2. Use junos_config instead
extends_documentation_fragment: junos
options:
src:

View file

@ -28,7 +28,7 @@ description:
by evaluating the current running-config and only pushing configuration
commands that are not already configured. The config source can
be a set of commands or a template.
deprecated: Deprecated in 2.2. Use eos_config instead
deprecated: Deprecated in 2.2. Use nxos_config instead
extends_documentation_fragment: nxos
options:
src:

View file

@ -28,7 +28,7 @@ description:
against a provided candidate configuration. If there are changes, the
candidate configuration is merged with the current configuration and
pushed into OpenSwitch
deprecated: Deprecated in 2.2. Use eos_config instead
deprecated: Deprecated in 2.2. Use ops_config instead
extends_documentation_fragment: openswitch
options:
src: