Fix some module author names (#55770)

* Fix some module author names

During some data analysis we noticed some typos in author lines.
This commit is contained in:
John R Barker
2019-04-26 16:11:35 +01:00
committed by GitHub
parent 9d5b5d7ddd
commit 52a1e4a599
38 changed files with 44 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ DOCUMENTATION = """
---
module: vyos_command
version_added: "2.2"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Run one or more commands on VyOS devices
description:
- The command module allows running one or more commands on remote

View File

@@ -25,7 +25,7 @@ DOCUMENTATION = """
---
module: vyos_config
version_added: "2.2"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Manage VyOS configuration on remote device
description:
- This module provides configuration file management of VyOS

View File

@@ -24,7 +24,7 @@ DOCUMENTATION = """
---
module: vyos_facts
version_added: "2.2"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Collect facts from remote devices running VyOS
description:
- Collects a base set of device facts from a remote device that

View File

@@ -37,7 +37,7 @@ description:
- For Windows targets, use the M(win_ping) module instead.
- For targets running Python, use the M(ping) module instead.
author:
- Nilashish Chakraborty (@nilashishc)
- Nilashish Chakraborty (@NilashishC)
version_added: '2.8'
options:
dest:

View File

@@ -26,7 +26,7 @@ DOCUMENTATION = """
---
module: "vyos_system"
version_added: "2.3"
author: "Nathaniel Case (@qalthos)"
author: "Nathaniel Case (@Qalthos)"
short_description: Run `set system` commands on VyOS devices
description:
- Runs one or more commands on remote devices running VyOS.