New in version 1.9.
IPS packages are the native packages in Solaris 11 and higher.
parameter | required | default | choices | comments |
---|---|---|---|---|
accept_licenses |
no |
|
Accept any licences. aliases: accept_licences, accept | |
name |
yes | An FRMI of the package(s) to be installed/removed/updated. Multiple packages may be specified, separated by , . | ||
state |
no | present |
|
Whether to install (present, latest), or remove (absent) a package. |
# Install Vim: - pkg5: name=editor/vim # Remove finger daemon: - pkg5: name=service/network/finger state=absent # Install several packages at once: - pkg5: name: - /file/gnu-findutils - /text/gnu-grep
Note
The naming of IPS packages is explained at http://www.oracle.com/technetwork/articles/servers-storage-admin/ips-package-versioning-2232906.html.
For more information on what this means please read Extras Modules
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.