Merge pull request #168 from apenney/last-minute-metadata-fix
Add in missing files to work around Puppet bug.
This commit is contained in:
commit
98f4dc5087
2 changed files with 9 additions and 1 deletions
|
@ -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": []
|
||||
}
|
||||
|
|
0
spec/fixtures/manifests/site.pp
vendored
0
spec/fixtures/manifests/site.pp
vendored
Loading…
Reference in a new issue