Merge pull request #168 from apenney/last-minute-metadata-fix

Add in missing files to work around Puppet bug.
This commit is contained in:
Hunter Haugen 2014-03-03 13:59:23 -08:00
commit 98f4dc5087
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,11 @@
{
"name": "puppetlabs-concat",
"version": "1.0.2",
"source": "https://github.com/puppetlabs/puppetlabs-concat",
"author": "Puppet Labs",
"license": "Apache-2.0",
"project_page": "https://github.com/puppetlabs/puppetlabs-concat",
"summary": "Concat module",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
@ -67,5 +74,6 @@
"requirements": [
{ "name": "pe", "version_requirement": "3.2.x" },
{ "name": "puppet", "version_requirement": "3.x" }
]
],
"dependencies": []
}

View file