Forge Home

gconf

gconf configuration Type

13,715 downloads

13,715 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.6 (latest)
released Apr 13th 2011

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'rohlfs-gconf', '0.0.6'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add rohlfs-gconf
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install rohlfs-gconf --version 0.0.6

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: gconf, gnome2

Documentation

rohlfs/gconf — version 0.0.6 Apr 13th 2011

gconf

This is a gconf module. Its a Type/Provider module for gconf Settings. Only a basic rudimantary implementation. At the moment it only checks a gconf value and set it to the desired state if not matching.

Please not that is only a first version. so do not exspect perfecness from it...

Usage:

gconf { "/apps/gnome-screensaver/idle_delay": content => "10", # the exspected content of the setting gmode => "mandatory", # may be default or mandatory type => "integer" # type of the content (integer,string,boolean) }

other options: gconf_default_source --> path to the default xml directory (Defaults to: /etc/gconf/gconf.xml.defaults) gconf_mandatory_source --> patch to the mandatory xml directroy (Defaults to: /etc/gconf/gconf.xml.mandatory)

TODO:

  • possibility of removing gconf entries.
  • better validation of input
  • etc...