Class: Ansible::Ruby::Modules::Debconf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Debconf
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/debconf.rb
Instance Method Summary collapse
-
#name ⇒ Object
Name of package to configure.
-
#question ⇒ Object?
A debconf configuration setting.
-
#unseen ⇒ Boolean?
Do not set ‘seen’ flag when pre-seeding.
-
#value ⇒ Object?
Value to set the configuration to.
-
#vtype ⇒ :string, ...
The type of the value supplied.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ Object
Returns Name of package to configure.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 10 attribute :name |
#question ⇒ Object?
Returns A debconf configuration setting.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 14 attribute :question |
#unseen ⇒ Boolean?
Returns Do not set ‘seen’ flag when pre-seeding.
24 |
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 24 attribute :unseen |
#value ⇒ Object?
Returns Value to set the configuration to.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 21 attribute :value |
#vtype ⇒ :string, ...
Returns The type of the value supplied.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 17 attribute :vtype |