Fix up some module docs formatting errors.

reviewable/pr18780/r1
Michael DeHaan 11 years ago
parent e6bc5ce124
commit 997bf64f3f

@ -53,7 +53,7 @@ options:
- Numeric, this is the id of the image you would like the droplet created with. - Numeric, this is the id of the image you would like the droplet created with.
region_id: region_id:
description: description:
- Numeric, this is the id of the region you would like your server in IE: US/Amsterdam. - "Numeric, this is the id of the region you would like your server"
ssh_key_ids: ssh_key_ids:
description: description:
- Optional, comma separated list of ssh_key_ids that you would like to be added to the server - Optional, comma separated list of ssh_key_ids that you would like to be added to the server

@ -23,10 +23,11 @@ description:
options: options:
command: command:
description: description:
- Specifies the action to take. Must be one of: create | replicate | delete | facts | modify - Specifies the action to take.
required: true required: true
default: null default: null
aliases: [] aliases: []
choices: [ 'create', 'replicate', 'delete', 'facts', 'modify' ]
instance_name: instance_name:
description: description:
- Database instance identifier. - Database instance identifier.
@ -142,7 +143,7 @@ options:
aliases: [] aliases: []
maint_window: maint_window:
description: description:
- Maintenance window in format of ddd:hh24:mi-ddd:hh24:mi. (Example: Mon:22:00-Mon:23:15) If not specified then a random maintenance window is assigned. Used only when command=create or command=modify. - "Maintenance window in format of ddd:hh24:mi-ddd:hh24:mi. (Example: Mon:22:00-Mon:23:15) If not specified then a random maintenance window is assigned. Used only when command=create or command=modify."
required: false required: false
default: null default: null
aliases: [] aliases: []
@ -154,7 +155,7 @@ options:
aliases: [] aliases: []
backup_retention: backup_retention:
description: description:
- Number of days backups are retained. Set to 0 to disable backups. Default is 1 day. Valid range: 0-35. Used only when command=create or command=modify. - "Number of days backups are retained. Set to 0 to disable backups. Default is 1 day. Valid range: 0-35. Used only when command=create or command=modify."
required: false required: false
default: null default: null
aliases: [] aliases: []

@ -58,7 +58,7 @@ options:
required: false required: false
default: 'default' default: 'default'
description: description:
- For OpenRC init scripts (ex: Gentoo) only. The runlevel that this service belongs to. - "For OpenRC init scripts (ex: Gentoo) only. The runlevel that this service belongs to."
arguments: arguments:
description: description:
- Additional arguments provided on the command line - Additional arguments provided on the command line

Loading…
Cancel
Save