Many more doc fixes

This commit is contained in:
Toshio Kuratomi 2015-05-15 12:12:26 -07:00 committed by Matt Clay
commit 4f07e8b256
23 changed files with 34 additions and 24 deletions

View file

@ -19,7 +19,7 @@
DOCUMENTATION = '''
---
module: pkg5
author: Peter Oliver
author: '"Peter Oliver (@mavit)" <ansible@mavit.org.uk>'
short_description: Manages packages with the Solaris 11 Image Packaging System
description:
- IPS packages are the native packages in Solaris 11 and higher.

View file

@ -19,7 +19,7 @@
DOCUMENTATION = '''
---
module: pkg5_publisher
author: Peter Oliver
author: '"Peter Oliver (@mavit)" <ansible@mavit.org.uk>'
short_description: Manages Solaris 11 Image Packaging System publishers
description:
- IPS packages are the native packages in Solaris 11 and higher.

View file

@ -30,7 +30,9 @@ description:
- "The standard package manager for SmartOS, but also usable on NetBSD
or any OS that uses C(pkgsrc). (Home: U(http://pkgin.net/))"
version_added: "1.0"
author: Shaun Zinck, Larry Gilbert
author:
- '"Larry Gilbert (L2G)" <larry@L2G.to>'
- '"Shaun Zinck (@szinck)" <shaun.zinck at gmail.com>'
notes:
- "Known bug with pkgin < 0.8.0: if a package is removed and another
package depends on it, the other package will be silently removed as

View file

@ -63,7 +63,7 @@ options:
for newer pkgng versions, specify a the name of a repository
configured in /usr/local/etc/pkg/repos
required: false
author: bleader
author: '"bleader (@bleader)" <bleader@ratonland.org>'
notes:
- When using pkgsite, be careful that already in cache packages won't be downloaded again.
'''

View file

@ -32,7 +32,7 @@ description:
- Pkgutil is an advanced packaging system, which resolves dependency on installation.
It is designed for CSW packages.
version_added: "1.3"
author: Alexander Winkler
author: '"Alexander Winkler (@dermute)" <mail () winkler-alexander.de>'
options:
name:
description:

View file

@ -43,7 +43,7 @@ options:
choices: [ 'yes', 'no' ]
required: false
default: yes
author: berenddeboer
author: '"berenddeboer (@berenddeboer)" <berend@pobox.com>'
'''
EXAMPLES = '''

View file

@ -29,7 +29,7 @@ description:
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
version_added: "1.4"
notes: []
author: Raul Melo
author: '"Raul Melo (@melodous)" <raulmelo@gmail.com>'
options:
name:
description:

View file

@ -57,7 +57,7 @@ options:
required: false
default: yes
choices: [ "yes", "no" ]
author: Philippe Makowski
author: '"Philippe Makowski (@pmakowski)" <philippem@mageia.org>'
notes: []
'''