-
Notifications
You must be signed in to change notification settings - Fork 112
/
metadata.json
37 lines (37 loc) · 864 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
35
36
37
{
"name": "ajjahn-dns",
"version": "2.1.1",
"author": "Adam Jahn",
"summary": "Module for provisioning DNS (bind9)",
"license": "Apache-2.0",
"source": "https://github.com/ajjahn/puppet-dns",
"project_page": "https://github.com/ajjahn/puppet-dns",
"issues_url": "https://github.com/ajjahn/puppet-dns/issues",
"description": "Module for provisioning DNS (bind9)",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5.0",
"6.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"10.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/concat",
"version_requirement": ">=2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.4.0 <6.0.0"
}
]
}