-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
34 lines (34 loc) · 1011 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": "klynton-testing",
"version": "0.0.2",
"author": "klynton",
"summary": "Just a test module.",
"license": "Apache 2.0",
"source": "https://github.com/klynton/puppet-testing",
"project_page": "https://github.com/klynton/puppet-testing",
"issues_url": "https://github.com/klynton/puppet-testing/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5","6"]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5","6"]
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_range": ">= 1.0.0"
},
{
"name": "jfryman-nginx",
"version_range": ">= 0.0.10"
},
{
"name": "jproyo-git",
"version_range": ">= 0.1.0"
}
]
}