Class: Ansible::Ruby::Modules::Openbsd_pkg
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Openbsd_pkg
- Defined in:
- lib/ansible/ruby/modules/generated/extras/packaging/os/openbsd_pkg.rb
Overview
Manage packages on OpenBSD using the pkg tools.
Instance Method Summary collapse
-
#build ⇒ Boolean?
Build the package from source instead of downloading and installing a binary.
-
#name ⇒ String
Name of the package.
-
#ports_dir ⇒ String?
When used in combination with the ‘build’ option, allows overriding the default ports source directory.
-
#state ⇒ :present, ...
C(present) will make sure the package is installed.
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
#build ⇒ Boolean?
19 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/openbsd_pkg.rb', line 19 attribute :build |
#name ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/openbsd_pkg.rb', line 11 attribute :name |
#ports_dir ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/openbsd_pkg.rb', line 23 attribute :ports_dir |
#state ⇒ :present, ...
15 |
# File 'lib/ansible/ruby/modules/generated/extras/packaging/os/openbsd_pkg.rb', line 15 attribute :state |