forked from voxpupuli/puppet-prosody
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
43 lines (43 loc) · 1.01 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
{
"name": "puppet-prosody",
"version": "1.0.1-rc0",
"author": "Vox Pupuli",
"summary": "Simple Puppet module for managing the Prosody Jabber/XMPP server",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-prosody",
"issues_url": "https://github.com/voxpupuli/puppet-prosody/issues",
"description": "This module supports most configuration options and installing community modules",
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04",
"20.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 9.0.0"
},
{
"name": "puppetlabs/vcsrepo",
"version_requirement": ">= 1.0.0 < 5.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.1.0 < 8"
}
]
}