Class: Ansible::Ruby::Modules::Gconftool2

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/gconftool2.rb

Overview

This module allows for the manipulation of GNOME 2 Configuration via gconftool-2. Please see the gconftool-2(1) man pages for more details.

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

#config_sourceObject?

Returns Specify a configuration source to use rather than the default path. See man gconftool-2(1).

Returns:

  • (Object, nil)

    Specify a configuration source to use rather than the default path. See man gconftool-2(1)



28
# File 'lib/ansible/ruby/modules/generated/system/gconftool2.rb', line 28

attribute :config_source

#direct:yes, ...

Returns Access the config database directly, bypassing server. If direct is specified then the config_source must be specified as well. See man gconftool-2(1).

Returns:

  • (:yes, :no, nil)

    Access the config database directly, bypassing server. If direct is specified then the config_source must be specified as well. See man gconftool-2(1)



31
# File 'lib/ansible/ruby/modules/generated/system/gconftool2.rb', line 31

attribute :direct

#keyString

Returns A GConf preference key is an element in the GConf repository that corresponds to an application preference. See man gconftool-2(1).

Returns:

  • (String)

    A GConf preference key is an element in the GConf repository that corresponds to an application preference. See man gconftool-2(1)



12
# File 'lib/ansible/ruby/modules/generated/system/gconftool2.rb', line 12

attribute :key

#state:absent, ...

Returns The action to take upon the key/value.

Returns:

  • (:absent, :get, :present)

    The action to take upon the key/value.



24
# File 'lib/ansible/ruby/modules/generated/system/gconftool2.rb', line 24

attribute :state

#valueString?

Returns Preference keys typically have simple values such as strings, integers, or lists of strings and integers. This is ignored if the state is “get”. See man gconftool-2(1).

Returns:

  • (String, nil)

    Preference keys typically have simple values such as strings, integers, or lists of strings and integers. This is ignored if the state is “get”. See man gconftool-2(1)



16
# File 'lib/ansible/ruby/modules/generated/system/gconftool2.rb', line 16

attribute :value

#value_type:bool, ...

Returns The type of value being set. This is ignored if the state is “get”.

Returns:

  • (:bool, :float, :int, :string, nil)

    The type of value being set. This is ignored if the state is “get”.



20
# File 'lib/ansible/ruby/modules/generated/system/gconftool2.rb', line 20

attribute :value_type