* stable: (maint) add release date (FM-3492) Release 1.1.3
(FM-4917) Rake / Beaker / Rspec compatibility
Beaker needs a version of Rake less than 11 due to using `last_comment' in rake_task.rb:62. Reduce the version of Rake down to the same dependency that Beaker does as a development dependency. Rspec 3+ requires that should be explicitly set as an expect term. be_true and be_false have also been changed so that they are not whether something is truthy or falsey, but simply really true/false. To get the older behavior, the test simply needs to check for be_truthy or be_falsey. For explicit true/false checks, it is be true and be false. Remove gem install bundler as part of modulesync updates. Paired with Glenn Sarti <glenn.sarti at puppetlabs dot com>
Merge pull request #98 from ferventcoder/maint/master/modsync-changes
(FM-4917) Rake / Beaker / Rspec compatibility
Beaker needs a version of Rake less than 11 due to using `last_comment' in rake_task.rb:62. Reduce the version of Rake down to the same dependency that Beaker does as a development dependency.
(maint) Fix the style of the registry::value parameters
Prior to this, the parameters in the defined type, registry::value, were all on one line and not spaced according to the Puppet Labs style guide. This commit fixes that by putting each parameter on its own line and lining everything up.
Merge pull request #102 from natemccurdy/fix_style
(maint) Fix the style of the registry::value parameters
Merge pull request #103 from glennsarti/stable
(maint) modsync update - stable
Merge pull request #105 from ferventcoder/master
Merge stable up to master after modsync changes
Merge pull request #104 from glennsarti/master
(maint) modsync update - master
(doc)(MODULES-3356) Branding Name Change
Update all references from puppetlabs to puppet
Merge pull request #106 from jpogran/ticket/stable/MODULES-3356-brand…
…ing-name-change (MODULES-3356) Branding Name Change
* stable: (doc)(MODULES-3356) Branding Name Change
Merge pull request #108 from binford2k/fix_errors
(FM-5236) Use double quotes so $key is interpolated
Module updated with lastest modsync settings
Merge pull request #109 from glennsarti/ticket/stable/modules-3536
(MODULES-3536) modsync update
Merge pull request #111 from MosesMendoza/MODULES-3640/windows/add_js…
…on_pure_restriction (MODULES-3640) Update modulesync 30fc4ab
* stable: (MODULES-3640) Update modulesync 30fc4ab
Merge pull request #112 from glennsarti/ticket/stable/modsync
(maint) modulesync 70360747
(MODULES-3775) (msync 8d0455c) update travis/appveyer w/Ruby 2.3
Merge remote-tracking branch 'origin/stable'
* origin/stable: (maint) modulesync 70360747
Merge remote-tracking branch 'origin/master' into stable
* origin/master: (FM-5236) Use double quotes so $key is interpolated (maint) modsync update - master (maint) Fix the style of the registry::value parameters (FM-4917) Rake ~> 10.1 (FM-4917) Rake / Beaker / Rspec compatibility
Merge branch 'pr/113' into stable
* pr/113: (MODULES-3775) (msync 8d0455c) update travis/appveyer w/Ruby 2.3
Merge remote-tracking branch 'origin/stable'
* origin/stable: (MODULES-3775) (msync 8d0455c) update travis/appveyer w/Ruby 2.3
Merge pull request #115 from puppetlabs/hunner_msync
(MODULES-3704) Update gemfile template to be identical
Merge pull request #116 from puppetlabs/fix_json
(MODULES-3632) Use json_pure always
(MODULES-3865) Manage keys in HKU (hkey_users)
Previously, the registry module only allowed managing keys and values in HKLM and HKCR. This means the module would not be able to manage keys in HKU\.DEFAULT, a well-known key store. Allow HKU keys and values to also be managed with the module. NOTE: This is not the same as managing a user hive and registry keys. It is to purely manage the keys and values in HKU.
* pr114: (MODULES-3865) Manage keys in HKU (hkey_users)
Merge pull request #117 from puppetlabs/fix_1.9
Workaround frozen strings on ruby 1.9
Merge pull request #119 from puppetlabs/modulesync
(FM-5972) Update to next modulesync_configs [dedaf10]
(MODULES-4263) add blacksmith rake tasks
new CI changes require that windows modules have access to blacksmith tasks
(MODULES-3195) Fix WOW64 Constant Definition
The module is throwing a "Munging failed" error when applying a registry value, more specifically with 64 bit keys/values. The recommended way to fix this is to remove the "unless defined?" so that the constant is always defined on this module.
* pr118: (MODULES-3195) Fix WOW64 Constant Definition
Merge pull request #121 from eputnam/blacksmith_tasks
(MODULES-4263) add blacksmith rake tasks
Merge pull request #120 from puppetlabs/hunner_msync
(MODULES-4097) Sync travis.yml
Merge pull request #122 from puppetlabs/hunner_msync
(MODULES-4098) Sync the rest of the files
(MODULES-4331) quoted UNSET string
This is no longer a valid bareword.