-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmetadata.json
45 lines (45 loc) · 1.15 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "puppetfinland-librenms",
"version": "6.2.1",
"author": "Puppet-Finland team",
"summary": "Setup librenms server and add devices and services",
"license": "BSD-2-Clause",
"source": "https://github.com/Puppet-Finland/puppet-librenms.git",
"project_page": "https://github.com/Puppet-Finland/puppet-librenms",
"issues_url": "https://github.com/Puppet-Finland/puppet-librenms/issues",
"dependencies": [
{
"name": "puppetfinland/os",
"version_requirement": ">= 0.5.5 < 2.0.0"
},
{
"name": "puppet/posix_acl",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "camptocamp/systemd",
"version_requirement": ">= 2.0.0 < 3.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.0.0 < 7.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 7.0.0"
}
],
"pdk-version": "2.1.0",
"template-url": "pdk-default#2.1.0",
"template-ref": "tags/2.1.0-0-ga675ea5"
}