Josh Cooper
2012-May-16 23:53 UTC
[Puppet Users] Announcing Windows registry module initial release
Hello, We''re pleased to announce the first release of the Windows registry module, version 0.1.0. This release provides the ability to manage registry keys and values on Windows 2003, 2003R2, 7, 2008, and 2008R2 systems. It supports the most commonly used registry value types (REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ, REG_DWORD, REG_QWORD, REG_BINARY), as well as purging unmanaged registry values from a specified key. The module can manage redirected registry keys and values when running on a 64-bit version of Windows. For example: registry_key { ''HKLM\System\CurrentControlSet\Services\Puppet'': ensure => present, } registry_value { ''HKLM\System\CurrentControlSet\Services\Puppet\Description'': ensure => present, type => string, data => "The Puppet Agent service periodically manages your configuration", } The best way to install this module is with the puppet module subcommand or the puppet-module Gem. puppet module install puppetlabs-registry More information about the module is available here: http://forge.puppetlabs.com/puppetlabs/registry Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jeff McCune
2012-May-23 19:14 UTC
Re: [Puppet Users] Announcing Windows registry module initial release
On Wed, May 16, 2012 at 4:53 PM, Josh Cooper <josh@puppetlabs.com> wrote:> Hello, > > We''re pleased to announce the first release of the Windows registry > module, version 0.1.0. >The 0.1.0 release contained a bug that prevented default values from being managed correctly. We''ve just released 0.1.1 to the forge which corrects this problem. http://forge.puppetlabs.com/puppetlabs/registry Please let us know if you try out the module and have ideas for how it can be improved. -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Kelsey Hightower
2012-May-23 19:43 UTC
Re: [Puppet Users] Announcing Windows registry module initial release
On Wed, May 16, 2012 at 7:53 PM, Josh Cooper <josh@puppetlabs.com> wrote:> Hello, > > We''re pleased to announce the first release of the Windows registry > module, version 0.1.0. > > This release provides the ability to manage registry keys and values > on Windows 2003, 2003R2, 7, 2008, and 2008R2 systems. It supports the > most commonly used registry value types (REG_SZ, REG_MULTI_SZ, > REG_EXPAND_SZ, REG_DWORD, REG_QWORD, REG_BINARY), as well as purging > unmanaged registry values from a specified key. The module can manage > redirected registry keys and values when running on a 64-bit version > of Windows. > > For example: > > registry_key { ''HKLM\System\CurrentControlSet\Services\Puppet'': > ensure => present, > } > registry_value { > ''HKLM\System\CurrentControlSet\Services\Puppet\Description'': > ensure => present, > type => string, > data => "The Puppet Agent service periodically manages your > configuration", > } > > The best way to install this module is with the puppet module subcommand > or the puppet-module Gem. > > puppet module install puppetlabs-registry > > More information about the module is available here: > > http://forge.puppetlabs.com/puppetlabs/registry > > Josh > > -- > Josh Cooper > Developer, Puppet Labs > >You guys are on it, and double kudos for kicking ass on Windows.> -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- Kelsey Hightower Developer Puppet Labs (678) 4719501 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.