Changes to author formatting, remove emails

This commit is contained in:
Greg DeKoenigsberg 2015-06-16 14:32:39 -04:00 committed by Matt Clay
parent f98648bf6f
commit c65a612d1f
111 changed files with 123 additions and 123 deletions

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: airbrake_deployment
version_added: "1.2"
author: '"Bruce Pennypacker (@bpennypacker)" <bruce@pennypacker.org>'
author: "Bruce Pennypacker (@bpennypacker)"
short_description: Notify airbrake about app deployments
description:
- Notify airbrake about app deployments (see http://help.airbrake.io/kb/api-2/deploy-tracking)

View file

@ -34,7 +34,7 @@ short_description: Manage boundary meters
description:
- This module manages boundary meters
version_added: "1.3"
author: '"curtis (@ccollicutt)" <curtis@serverascode.com>'
author: "curtis (@ccollicutt)"
requirements:
- Boundary API access
- bprobe is required to send data, but not to register a meter

View file

@ -14,7 +14,7 @@ description:
- "Allows to post events to DataDog (www.datadoghq.com) service."
- "Uses http://docs.datadoghq.com/api/#events API."
version_added: "1.3"
author: '"Artūras `arturaz` Šlajus (@arturaz)" <x11@arturaz.net>'
author: "Artūras `arturaz` Šlajus (@arturaz)"
notes: []
requirements: [urllib2]
options:

View file

@ -34,7 +34,7 @@ description:
- "Manages monitors within Datadog"
- "Options like described on http://docs.datadoghq.com/api/"
version_added: "2.0"
author: '"Sebastian Kornehl (@skornehl)" <sebastian.kornehl@asideas.de>'
author: "Sebastian Kornehl (@skornehl)"
notes: []
requirements: [datadog]
options:

View file

@ -19,7 +19,7 @@
DOCUMENTATION = '''
---
module: logentries
author: '"Ivan Vanderbyl (@ivanvanderbyl)" <ivan@app.io>'
author: "Ivan Vanderbyl (@ivanvanderbyl)"
short_description: Module for tracking logs via logentries.com
description:
- Sends logs to LogEntries in realtime

View file

@ -39,7 +39,7 @@ options:
default: null
choices: [ "present", "started", "stopped", "restarted", "monitored", "unmonitored", "reloaded" ]
requirements: [ ]
author: '"Darryl Stoflet (@dstoflet)" <stoflet@gmail.com>'
author: "Darryl Stoflet (@dstoflet)"
'''
EXAMPLES = '''

View file

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

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: newrelic_deployment
version_added: "1.2"
author: '"Matt Coddington (@mcodd)" <coddington@gmail.com>'
author: "Matt Coddington (@mcodd)"
short_description: Notify newrelic about app deployments
description:
- Notify newrelic about app deployments (see https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/deployment-notifications#api)

View file

@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: rollbar_deployment
version_added: 1.6
author: '"Max Riveiro (@kavu)" <kavu13@gmail.com>'
author: "Max Riveiro (@kavu)"
short_description: Notify Rollbar about app deployments
description:
- Notify Rollbar about app deployments

View file

@ -26,7 +26,7 @@ short_description: Create Zabbix maintenance windows
description:
- This module will let you create Zabbix maintenance windows.
version_added: "1.8"
author: '"Alexander Bulimov (@abulimov)" <lazywolf0@gmail.com>'
author: "Alexander Bulimov (@abulimov)"
requirements:
- "python >= 2.6"
- zabbix-api