Class: Ansible::Ruby::Modules::Pkg5

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/packaging/os/pkg5.rb

Overview

IPS packages are the native packages in Solaris 11 and higher.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#accept_licenses:yes, ...

Returns Accept any licences.

Returns:

  • (:yes, :no, nil)

    Accept any licences.



20
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5.rb', line 20

attribute :accept_licenses

#nameArray<String>, String

Returns An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).

Returns:

  • (Array<String>, String)

    An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).



12
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5.rb', line 12

attribute :name

#state:absent, ...

Returns Whether to install (I(present), I(latest)), or remove (I(absent)) a package.

Returns:

  • (:absent, :latest, :present, nil)

    Whether to install (I(present), I(latest)), or remove (I(absent)) a package.



16
# File 'lib/ansible/ruby/modules/generated/packaging/os/pkg5.rb', line 16

attribute :state