FM-103: Add metadata.json to all modules.
This commit is contained in:
parent
42b2cd3d61
commit
245b2b1783
2 changed files with 26 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,3 @@
|
||||||
pkg/
|
pkg/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
spec/fixtures/manifests
|
spec/fixtures/manifests
|
||||||
metadata.json
|
|
||||||
|
|
26
metadata.json
Normal file
26
metadata.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue