Version information
This version is compatible with:
- Puppet Enterprise 3.x
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'camptocamp-gnome', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
#puppet-gnome
Basic puppet-drive gnome configuration for user environments
##gconf or gsettings? GConf is the older Gnome configuration system (shipped `<= Ubuntu Lucid) and GSettings is the newer equivalent.
In current Gnome versions(11/2011), the migration of application between GConf and GSettings in progress, so both systems may be used depending on the application you want to configure.
##Example The following example sets the user's Window Manager theme preference to be 'Ambiance'
gnome::gsettings { "wmpref":
schema => "org.gnome.desktop.wm.preferences",
key => "theme",
value => "Ambiance",
}
2016-08-17 - Release 0.2.0
- Update test framework
- Update README
- Cleanup unused parameter (Phil Friderici, fix #16)
- Add tests (Phil Friderici, fix #15)
- Add badges to README
2015-11-17 - Release 0.1.10
Change exec resource title to allow multiple GSettings registry changes
2015-08-21 - Release 0.1.9
Use docker for acceptance tests
2015-06-26 - Release 0.1.8
Fix strict_variables activation with rspec-puppet 2.2
2015-05-28 - Release 0.1.7
Add beaker_spec_helper to Gemfile
2015-05-26 - Release 0.1.6
Use random application order in nodeset
2015-05-26 - Release 0.1.5
add utopic & vivid nodesets
2015-05-25 - Release 0.1.4
Don't allow failure on Puppet 4
2015-05-13 - Release 0.1.3
Add puppet-lint-file_source_rights-check gem
2015-05-12 - Release 0.1.2
Don't pin beaker
2015-04-27 - Release 0.1.1
Add nodeset ubuntu-12.04-x86_64-openstack
2015-04-03 - Release 0.1.0
- Initial release