summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/slxos
diff options
context:
space:
mode:
authorLindsay Hill <lindsay.k.hill@gmail.com>2018-06-19 11:15:47 -0700
committerAlicia Cozine <cozi@visi.com>2018-06-19 13:15:47 -0500
commit0713925f3d4d59598845c19522874c6394d2001b (patch)
tree4d26d8ac70a19e3516506a7f6634e4964489ed1c /lib/ansible/modules/network/slxos
parent89a9fb79da53ee0c5538d58002bbf343ace3ed9a (diff)
downloadansible-0713925f3d4d59598845c19522874c6394d2001b.tar.gz
Fixed SLX-OS docstring inconsistency (#41662)
Diffstat (limited to 'lib/ansible/modules/network/slxos')
-rw-r--r--lib/ansible/modules/network/slxos/slxos_l2_interface.py2
-rw-r--r--lib/ansible/modules/network/slxos/slxos_l3_interface.py2
-rw-r--r--lib/ansible/modules/network/slxos/slxos_linkagg.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/ansible/modules/network/slxos/slxos_l2_interface.py b/lib/ansible/modules/network/slxos/slxos_l2_interface.py
index e62d538669..98ab5115df 100644
--- a/lib/ansible/modules/network/slxos/slxos_l2_interface.py
+++ b/lib/ansible/modules/network/slxos/slxos_l2_interface.py
@@ -29,7 +29,7 @@ DOCUMENTATION = """
---
module: slxos_l2_interface
version_added: "2.6"
-short_description: Manage Layer-2 interface on Extreme Networks SLXOS devices.
+short_description: Manage Layer-2 interface on Extreme Networks SLX-OS devices.
description:
- This module provides declarative management of Layer-2 interface on
Extreme slxos devices.
diff --git a/lib/ansible/modules/network/slxos/slxos_l3_interface.py b/lib/ansible/modules/network/slxos/slxos_l3_interface.py
index c787c5c34b..085454c8b7 100644
--- a/lib/ansible/modules/network/slxos/slxos_l3_interface.py
+++ b/lib/ansible/modules/network/slxos/slxos_l3_interface.py
@@ -30,7 +30,7 @@ DOCUMENTATION = """
module: slxos_l3_interface
version_added: "2.6"
author: "Matthew Stone (@bigmstone)"
-short_description: Manage L3 interfaces on Extreme Networks SLXOS network devices.
+short_description: Manage L3 interfaces on Extreme Networks SLX-OS network devices.
description:
- This module provides declarative management of L3 interfaces
on slxos network devices.
diff --git a/lib/ansible/modules/network/slxos/slxos_linkagg.py b/lib/ansible/modules/network/slxos/slxos_linkagg.py
index a37cf438b9..b57af7e528 100644
--- a/lib/ansible/modules/network/slxos/slxos_linkagg.py
+++ b/lib/ansible/modules/network/slxos/slxos_linkagg.py
@@ -29,10 +29,10 @@ DOCUMENTATION = """
module: slxos_linkagg
version_added: "2.6"
author: "Matthew Stone (@bigmstone)"
-short_description: Manage link aggregation groups on Extreme Networks SLXOS network devices
+short_description: Manage link aggregation groups on Extreme Networks SLX-OS network devices
description:
- This module provides declarative management of link aggregation groups
- on Extreme Networks SLXOS network devices.
+ on Extreme Networks SLX-OS network devices.
notes:
- Tested against SLX-OS 17s.1.02
options: