forked from cristifalcas/puppet-abrt
-
Notifications
You must be signed in to change notification settings - Fork 5
/
metadata.json
49 lines (49 loc) · 1.03 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
{
"name": "jewelnuruddin-abrt",
"version": "2.2.2",
"author": "Jewel Mohammad Nuruddin",
"license": "Apache-2.0",
"project_page": "https://github.com/jewelnuruddin/puppet-abrt",
"source": "[email protected]:jewelnuruddin/puppet-abrt.git",
"issues_url": "https://github.com/jewelnuruddin/puppet-abrt/issues",
"summary": "Configuring abrt (Daemon monitoring crashes)",
"tags": [ "abrt"
],
"requirements": [{
"name": "puppet",
"version_requirement": ">=3.4.0 <6.0.0"
}
],
"operatingsystem_support": [{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6",
"7",
"8"
]
},{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6",
"7"
]
},{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "6",
"7"
]
},{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "6",
"7"
]
},{
"operatingsystem": "Fedora",
"operatingsystemrelease": [ "21"
]
}
],
"dependencies": [{
"name": "puppetlabs/stdlib",
"version_requirement": "6.x"
}
]
}