Skip to content

Commit f784f46

Browse files
author
Ashley Penney
committed
FM-103: Add metadata.json to all modules.
1 parent 8160fa7 commit f784f46

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.vagrant
22
# This is a library, so don't pin
33
Gemfile.lock
4-
metadata.json
54
spec/fixtures
65
pkg/
76
.rspec_system/

metadata.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "puppetlabs/postgresql",
3+
"version": "3.0.0-rc1",
4+
"summary": "PostgreSQL",
5+
"source": "[email protected]/puppetlabs/puppetlabs-postgresql.git",
6+
"project_page": "http://github.com/puppetlabs/puppetlabs-postgresql",
7+
"author": "Puppet Labs",
8+
"license": "Apache-2.0",
9+
"operatingsystem_support": [
10+
"RedHat",
11+
"OpenSUSE",
12+
"SLES",
13+
"SLED",
14+
"Debian",
15+
"Ubuntu"
16+
],
17+
"puppet_version": [
18+
2.7,
19+
3.0,
20+
3.1,
21+
3.2,
22+
3.3
23+
],
24+
"dependencies": [
25+
{
26+
"name": "puppetlabs/stdlib",
27+
"version_requirement": ">=3.2.0 <5.0.0"
28+
},
29+
{
30+
"name": "puppetlabs/concat",
31+
"version_requirement": ">= 1.0.0 <2.0.0"
32+
},
33+
{
34+
"name": "puppetlabs/apt",
35+
"version_requirement": ">=1.1.0 <2.0.0"
36+
},
37+
{
38+
"name": "puppetlabs/firewall",
39+
"version_requirement": ">= 0.0.4"
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)