-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmetadata.json
More file actions
39 lines (39 loc) · 821 Bytes
/
metadata.json
File metadata and controls
39 lines (39 loc) · 821 Bytes
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
{
"name": "LeLutin-asterisk",
"version": "2.0.3",
"author": "LeLutin",
"summary": "Install and configure the Asterisk PBX service",
"license": "GPL-3.0+",
"source": "https://github.com/lelutin/puppet-asterisk",
"project_page": "https://github.com/lelutin/puppet-asterisk",
"issues_url": "https://github.com/lelutin/puppet-asterisk/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 8.5.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11",
"12",
"13"
]
}
],
"tags": [
"asterisk",
"sip",
"iax",
"PBX",
"VoIP"
]
}