forked from puppetlabs/puppetlabs-apache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
34 lines (34 loc) · 778 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "puppetlabs/apache",
"version": "0.9.0",
"summary": "Manage apache and mods",
"source": "git@github.com/puppetlabs/puppetlabs-apache.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-apache",
"author": "Puppet Labs",
"license": "Apache-2.0",
"operatingsystem_support": [
"RedHat",
"OpenSUSE",
"SLES",
"SLED",
"Debian",
"Ubuntu"
],
"puppet_version": [
2.7,
3.0,
3.1,
3.2,
3.3
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.2.1"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.0.0"
}
]
}