more string corrections

This commit is contained in:
Brian Coca 2015-05-14 10:45:21 -04:00 committed by Matt Clay
parent bab763de89
commit d344a3fde3
33 changed files with 44 additions and 37 deletions

View file

@ -20,7 +20,7 @@
DOCUMENTATION = '''
---
module: ovirt
author: Vincent Van der Kussen
author: '"Vincent Van der Kussen (@vincentvdk)" <vincent at vanderkussen.org>'
short_description: oVirt/RHEV platform management
description:
- allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform

View file

@ -22,7 +22,9 @@
DOCUMENTATION = '''
---
module: patch
author: Luis Alberto Perez Lazaro, Jakub Jirutka
author:
- '"Jakub Jirutka (@jirutka)" <jakub@jirutka.cz>'
- '"Luis Alberto Perez Lazaro (@luisperlaz)" <luisperlazaro@gmail.com>'
version_added: 1.9
description:
- Apply patch files using the GNU patch tool.

View file

@ -25,7 +25,7 @@ short_description: Adds or removes parameters to RabbitMQ
description:
- Manage dynamic, cluster-wide parameters for RabbitMQ
version_added: "1.1"
author: Chris Hoffman
author: '"Chris Hoffman (@chrishoffman)"'
options:
component:
description:

View file

@ -25,7 +25,7 @@ short_description: Adds or removes plugins to RabbitMQ
description:
- Enables or disables RabbitMQ plugins
version_added: "1.1"
author: Chris Hoffman
author: '"Chris Hoffman (@chrishoffman)"'
options:
names:
description:

View file

@ -26,7 +26,7 @@ short_description: Manage the state of policies in RabbitMQ.
description:
- Manage the state of a virtual host in RabbitMQ.
version_added: "1.5"
author: John Dewey
author: '"John Dewey (@retr0h)" <john@dewey.ws>'
options:
name:
description:

View file

@ -25,7 +25,7 @@ short_description: Adds or removes users to RabbitMQ
description:
- Add or remove users to RabbitMQ and assign permissions
version_added: "1.1"
author: Chris Hoffman
author: '"Chris Hoffman (@chrishoffman)"'
options:
user:
description:

View file

@ -26,7 +26,7 @@ short_description: Manage the state of a virtual host in RabbitMQ
description:
- Manage the state of a virtual host in RabbitMQ
version_added: "1.1"
author: Chris Hoffman
author: '"Chris Hoffman (@choffman)"'
options:
name:
description:

View file

@ -73,7 +73,7 @@ options:
required: true
default: null
author: Tim Bielawa
author: '"Tim Bielawa (@tbielawa)" <tbielawa@redhat.com>'
requirements: [ "Nagios" ]
'''

View file

@ -82,7 +82,7 @@ options:
choices: ['yes', 'no']
requirements: [ "urllib", "urllib2" ]
author: Nandor Sivok
author: '"Nandor Sivok (@dominis)" <nandor@gawker.com>'
'''
EXAMPLES = '''

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: openvswitch_bridge
version_added: 1.4
author: David Stygstra
author: '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
short_description: Manage Open vSwitch bridges
requirements: [ ovs-vsctl ]
description:

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: openvswitch_port
version_added: 1.4
author: David Stygstra
author: '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
short_description: Manage Open vSwitch ports
requirements: [ ovs-vsctl ]
description:

View file

@ -25,11 +25,11 @@ options:
required: true
url:
description:
- Service URL for the web client
- Service URL for the web client
required: false
icon_url:
description:
- Icon for the service
- Icon for the service
required: false
validate_certs:
description:
@ -39,7 +39,7 @@ options:
default: 'yes'
choices: ['yes', 'no']
version_added: 1.5.1
author: Jonas Pfenniger <zimbatm@zimbatm.com>
author: '"Jonas Pfenniger (@zimbatm)" <zimbatm@zimbatm.com>'
'''
EXAMPLES = '''

View file

@ -80,7 +80,9 @@ options:
# informational: requirements for nodes
requirements: [ socket ]
author: Jan-Piet Mens, Matt Martz
author:
- '"Jan-Piet Mens (@jpmens)"'
- '"Matt Martz (@sivel)"'
'''
EXAMPLES = '''

View file

@ -20,7 +20,7 @@
DOCUMENTATION = """
---
author: Dag Wieers
author: '"Dag Wieers (@dagwieers)" <dag@wieers.com>'
module: mail
short_description: Send an email
description:

View file

@ -24,7 +24,7 @@ short_description: Send a SMS via nexmo
description:
- Send a SMS message via nexmo
version_added: 1.6
author: Matt Martz
author: '"Matt Martz (@sivel)" <matt@sivel.net>'
options:
api_key:
description:

View file

@ -37,7 +37,7 @@ description:
- Downloads an artifact from a maven repository given the maven coordinates provided to the module. Can retrieve
- snapshots or release versions of the artifact and will resolve the latest available version if one is not
- available.
author: Chris Schmidt <chris.schmidt () contrastsecurity.com>
author: '"Chris Schmidt (@chrisisbeef)" <chris.schmidt () contrastsecurity.com>'
requirements:
- "python >= 2.6"
- lxml

View file

@ -25,7 +25,7 @@ short_description: Manage node.js packages with npm
description:
- Manage node.js packages with Node Package Manager (npm)
version_added: 1.2
author: Chris Hoffman
author: '"Chris Hoffman (@chrishoffman)" <christopher.hoffman@gmail.com>'
options:
name:
description:

View file

@ -22,9 +22,9 @@
DOCUMENTATION = '''
---
module: homebrew
author:
- "Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>
- "Andrew Dunham (@andrew-d)" <andrew@du.nham.ca>
author:
- '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
- '"Andrew Dunham (@andrew-d)" <andrew@du.nham.ca>'
short_description: Package manager for Homebrew
description:
- Manages Homebrew packages

View file

@ -19,7 +19,7 @@
DOCUMENTATION = '''
---
module: homebrew_cask
author: Daniel Jaouen
author: '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
short_description: Install/uninstall homebrew casks.
description:
- Manages Homebrew casks.

View file

@ -24,7 +24,7 @@ import re
DOCUMENTATION = '''
---
module: homebrew_tap
author: Daniel Jaouen
author: '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
short_description: Tap a Homebrew repository.
description:
- Tap external Homebrew repositories.

View file

@ -25,7 +25,7 @@ from urllib2 import Request, urlopen, URLError
DOCUMENTATION = '''
---
module: layman
author: Jakub Jirutka
author: '"Jakub Jirutka (@jirutka)" <jakub@jirutka.cz>'
version_added: "1.6"
short_description: Manage Gentoo overlays
description:

View file

@ -25,7 +25,7 @@ import syslog
DOCUMENTATION = '''
---
module: openbsd_pkg
author: Patrik Lundin
author: '"Patrik Lundin (@eest)" <patrik.lundin.swe@gmail.com>'
version_added: "1.1"
short_description: Manage packages on OpenBSD.
description:

View file

@ -20,7 +20,7 @@
DOCUMENTATION = '''
---
module: opkg
author: Patrick Pelletier
author: '"Patrick Pelletier (@skinp)" <pp.pelletier@gmail.com>'
short_description: Package manager for OpenWrt
description:
- Manages OpenWrt packages

View file

@ -31,7 +31,7 @@ import re
DOCUMENTATION = '''
---
module: zypper
author: Patrick Callahan
author: '"Patrick Callahan (@dirtyharrycallahan)" <pmc@patrickcallahan.com>'
version_added: "1.2"
short_description: Manage packages on SUSE and openSUSE
description:

View file

@ -23,7 +23,7 @@
DOCUMENTATION = '''
---
module: zypper_repository
author: Matthias Vogelgesang
author: '"Matthias Vogelgesang (@matze)" <matthias.vogelgesang@gmail.com>'
version_added: "1.4"
short_description: Add and remove Zypper repositories
description:

View file

@ -64,7 +64,7 @@ options:
default: 'json'
choices: ['json', 'form']
author: Phillip Gentry, CX Inc
author: '"Phillip Gentry, CX Inc (@pcgentry)" <phillip@cx.com>'
'''
EXAMPLES = '''

View file

@ -103,7 +103,7 @@ options:
notes:
- "Requires cli tools for GlusterFS on servers"
- "Will add new bricks, but not remove them"
author: Taneli Leppä
author: '"Taneli Leppä (@rosmo)" <taneli@crasman.fi>'
"""
EXAMPLES = """

View file

@ -25,7 +25,7 @@ import re
DOCUMENTATION = '''
---
module: kernel_blacklist
author: Matthias Vogelgesang
author: '"Matthias Vogelgesang (@matze)" <matthias.vogelgesang@gmail.com>'
version_added: 1.4
short_description: Blacklist kernel modules
description:

View file

@ -51,7 +51,7 @@ options:
required: no
default: present
requirements: [ ]
author: Matthew Vernon
author: '"Matthew Vernon (@mcv21)" <mcv21@cam.ac.uk>'
'''
EXAMPLES = '''

View file

@ -25,7 +25,10 @@ module: modprobe
short_description: Add or remove kernel modules
requirements: []
version_added: 1.4
author: David Stygstra, Julien Dauphant, Matt Jeffery
author:
- '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
- Julien Dauphant
- Matt Jeffery
description:
- Add or remove kernel modules.
options:

View file

@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: open_iscsi
author: Serge van Ginderachter
author: '"Serge van Ginderachter (@srvg)" <serge@vanginderachter.be>'
version_added: "1.4"
short_description: Manage iscsi targets with open-iscsi
description:

View file

@ -47,7 +47,7 @@ options:
notes:
- "The JBoss standalone deployment-scanner has to be enabled in standalone.xml"
- "Ensure no identically named application is deployed through the JBoss CLI"
author: Jeroen Hoekx
author: '"Jeroen Hoekx (@jhoekx)" <jeroen.hoekx@dsquare.be>'
"""
EXAMPLES = """

View file

@ -99,7 +99,7 @@ options:
notes:
- "Currently this only works with basic-auth."
author: Steve Smith
author: '"Steve Smith (@tarka)" <ssmith@atlassian.com>'
"""
EXAMPLES = """