-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.json
51 lines (51 loc) · 1.24 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
46
47
48
49
50
51
{
"name": "opsmatic/opsmatic",
"version": "0.1.10",
"source": "https://github.com/opsmatic/puppet-opsmatic",
"author": "Opsmatic",
"license": "Apache-2.0",
"project_page": "https://github.com/opsmatic/puppet-opsmatic",
"summary": "A Puppet module for installing Opsmatic Agent, Puppet Reporter, and Opsmatic CLI tool",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"11.04",
"11.10",
"12.04",
"12.10",
"13.04",
"13.10",
"14.04"
]
}
],
"requirements": [
{ "name": "puppet", "version_requirement": "3.x" }
],
"dependencies": [
{ "name": "puppetlabs/apt", "version_requirement": "1.x" },
{ "name": "puppet/download_file", "version_requirement": ">=1.2.0"}
]
}