Fixes for docs building

This commit is contained in:
Toshio Kuratomi 2015-01-05 08:40:57 -08:00
parent 3e7da5366b
commit d4f5b6d41a

View file

@ -24,6 +24,7 @@ module: gluster_volume
short_description: Manage GlusterFS volumes short_description: Manage GlusterFS volumes
description: description:
- Create, remove, start, stop and tune GlusterFS volumes - Create, remove, start, stop and tune GlusterFS volumes
version_added: "1.9"
options: options:
name: name:
required: true required: true
@ -34,7 +35,7 @@ options:
choices: [ 'present', 'absent', 'started', 'stopped' ] choices: [ 'present', 'absent', 'started', 'stopped' ]
description: description:
- Use present/absent ensure if a volume exists or not, - Use present/absent ensure if a volume exists or not,
use started/stopped to control it's availability. use started/stopped to control it's availability.
cluster: cluster:
required: false required: false
description: description: