Showing with 18 additions and 18 deletions.
  1. +6 −0 CHANGELOG.md
  2. +0 −11 Modulefile
  3. +12 −7 metadata.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##2014-07-15 - Supported Release 1.0.2
###Summary

This release merely updates metadata.json so the module can be uninstalled and
upgraded via the puppet module command.

##2014-05-20 - Supported Release 1.0.1
#####Bugfixes
- Add zero padding to binary single character inputs
Expand Down
11 changes: 0 additions & 11 deletions Modulefile

This file was deleted.

19 changes: 12 additions & 7 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"name": "puppetlabs-registry",
"version": "1.0.2",
"author": "puppetlabs",
"summary": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"license": "Apache License, Version 2.0",
"source": "git://github.com/puppetlabs/puppetlabs-registry.git",
"project_page": "http://links.puppetlabs.com/registry-module",
"issues_url": "https://github.com/puppetlabs/puppetlabs-registry/issues",
"operatingsystem_support": [
{
"operatingsystem": "Windows",
Expand All @@ -24,15 +32,12 @@
"version_requirement": "3.x"
}
],
"name": "puppetlabs-registry",
"version": "1.0.1",
"source": "git://github.com/puppetlabs/puppetlabs-registry.git",
"author": "puppetlabs",
"license": "Apache License, Version 2.0",
"summary": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"description": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"project_page": "http://links.puppetlabs.com/registry-module",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.3.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.3.0"
Expand Down