Skip to content

Commit 4a3f13b

Browse files
author
Ashley Penney
committed
Merge pull request #105 from apenney/metadata
FM-103: Add metadata.json to all modules.
2 parents e3b9938 + f333d83 commit 4a3f13b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pkg/
2-
metadata.json
32
Gemfile.lock
43
.rspec_system/
54
.*.sw*

metadata.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "puppetlabs/ntp",
3+
"version": "2.0.1",
4+
"summary": "NTP server and clients management.",
5+
"source": "[email protected]/puppetlabs/puppetlabs-ntp.git",
6+
"project_page": "http://github.com/puppetlabs/puppetlabs-ntp",
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": ">= 2.2.1"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)