more string corrections

reviewable/pr18780/r1
Brian Coca 11 years ago
parent 9dd4e07fe9
commit 08445418aa

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save