forked from lelutin/puppet-asterisk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
36 lines (35 loc) · 909 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
{
"name": "dillec-asterisk",
"version": "0.5.2-beta",
"author": "dillec",
"summary": "Install and configure the Asterisk PBX service",
"license": "GPL-3.0+",
"source": "https://github.com/diLLec/puppet-asterisk",
"project_page": "https://github.com/diLLec/puppet-asterisk",
"issues_url": "https://github.com/diLLec/puppet-asterisk/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":"4.17.1"},
{"name":"puppetlabs-concat","version_requirement":"4.0.1"},
{"name":"puppet-yum","version_requirement":"0.9.15"}
],
"operatingsystem_support": [
{ "operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"tags": [
"asterisk",
"puppet-module",
"puppet",
"puppet-forge"
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
]
}