FM-103: Add metadata.json to all modules.

This commit is contained in:
Ashley Penney 2013-10-04 15:49:01 -04:00
parent 42b2cd3d61
commit 245b2b1783
2 changed files with 26 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,4 +2,3 @@
pkg/
Gemfile.lock
spec/fixtures/manifests
metadata.json

26
metadata.json Normal file
View file

@ -0,0 +1,26 @@
{
"name": "puppetlabs/apt",
"version": "1.3.0",
"summary": "Apt key and source management",
"source": "git@github.com/puppetlabs/puppetlabs-apt.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-apt",
"author": "Puppet Labs",
"license": "Apache-2.0",
"operatingsystem_support": [
"Debian",
"Ubuntu"
],
"puppet_version": [
2.7,
3.0,
3.1,
3.2,
3.3
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.2.1"
}
]
}