Tweak documentation.

pull/18777/head
Peter Oliver 10 years ago committed by Matt Clay
parent 5c1c2c5c1a
commit defdc7c44b

@ -24,17 +24,16 @@ short_description: Manages packages with the Solaris 11 Image Packaging System
description: description:
- IPS packages are the native packages in Solaris 11 and higher. - IPS packages are the native packages in Solaris 11 and higher.
notes: notes:
- The naming of IPS packages is explained at http://www.oracle.com/technetwork/articles/servers-storage-admin/ips-package-versioning-2232906.html. - The naming of IPS packages is explained at U(http://www.oracle.com/technetwork/articles/servers-storage-admin/ips-package-versioning-2232906.html).
options: options:
name: name:
description: description:
- An FRMI of the package(s) to be installed/removed/updated. - An FRMI of the package(s) to be installed/removed/updated.
- Multiple packages may be specified, separated by C(,). If C(,) - Multiple packages may be specified, separated by C(,).
appears in an FRMI, you can replace it with C(-).
required: true required: true
state: state:
description: description:
- Whether to install (C(present), C(latest)), or remove (C(absent)) a - Whether to install (I(present), I(latest)), or remove (I(absent)) a
package. package.
required: false required: false
default: present default: present

Loading…
Cancel
Save