Class: Ansible::Ruby::Modules::Pkg5
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pkg5
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb
Overview
IPS packages are the native packages in Solaris 11 and higher.
Instance Method Summary collapse
-
#accept_licenses ⇒ Boolean?
Accept any licences.
-
#name ⇒ Array<String>, String
An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).
-
#state ⇒ :present, ...
Whether to install (I(present), I(latest)), or remove (I(absent)) a package.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#accept_licenses ⇒ Boolean?
Returns Accept any licences.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 19 attribute :accept_licenses |
#name ⇒ Array<String>, String
Returns An FRMI of the package(s) to be installed/removed/updated.,Multiple packages may be specified, separated by C(,).
11 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 11 attribute :name |
#state ⇒ :present, ...
Returns Whether to install (I(present), I(latest)), or remove (I(absent)) a package.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb', line 15 attribute :state |