Skip to content

Commit

Permalink
Add metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Mar 18, 2015
1 parent 37d3d36 commit c398f4d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "camptocamp-pbuilder",
"version": "0.1.0",
"author": "Camptocamp",
"summary": "Puppet pbuilder module",
"license": "Apache-2.0",
"source": "https://github.com/camptocamp/puppet-pbuilder",
"project_page": "https://github.com/camptocamp/puppet-pbuilder",
"issues_url": "https://github.com/camptocamp/puppet-pbuilder/issues",
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">=1.1.0 <1.2.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.0 <5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
}
]
}

0 comments on commit c398f4d

Please sign in to comment.