diff --git a/CHANGELOG b/CHANGELOG index bb0e1a9..9781f51 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2015-02-11 Release 1.1.2 +Features: +- Added ability to disable pkcs7 key generation with hiera-eyaml +- Added gem_source param 2014-11-21 Release 1.1.1 Bugfixes: - Correct handling of cmdpath (using an array of paths instead of hardcoded diff --git a/Modulefile b/Modulefile deleted file mode 100644 index 50fec8c..0000000 --- a/Modulefile +++ /dev/null @@ -1,11 +0,0 @@ -name 'hunner-hiera' -version '1.1.1' -source 'UNKNOWN' -author 'hunner' -license 'BSD' -summary 'Deploy hiera.yaml with hierarchy, and datadir' -description '' -project_page 'https://github.com/hunner/hunner-hiera' - -## Add dependencies, if any: -# dependency 'username/name', '>= 1.2.0' diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..db37bbc --- /dev/null +++ b/metadata.json @@ -0,0 +1,14 @@ +{ + "name": "hunner-hiera", + "version": "1.1.2", + "author": "hunner", + "summary": "Deploy hiera.yaml with hierarchy, and datadir", + "license": "BSD", + "source": "UNKNOWN", + "project_page": "https://github.com/hunner/hunner-hiera", + "issues_url": null, + "description": "", + "dependencies": [ + + ] +}