272
|
1 {
|
|
2 "name": "stahnma-epel",
|
|
3 "version": "1.3.1",
|
|
4 "author": "stahnma",
|
|
5 "summary": "Setup the EPEL package repo",
|
|
6 "license": "Apache-2.0",
|
|
7 "source": "https://github.com/stahnma/puppet-module-epel",
|
|
8 "project_page": "https://github.com/stahnma/puppet-module-epel",
|
|
9 "issues_url": "https://github.com/stahnma/puppet-module-epel/issues",
|
|
10 "dependencies": [
|
|
11 {
|
|
12 "name": "puppetlabs/stdlib",
|
|
13 "version_requirement": ">= 3.0.0"
|
|
14 }
|
|
15 ],
|
|
16 "data_provider": null,
|
|
17 "operatingsystem_support": [
|
|
18 {
|
|
19 "operatingsystem": "RedHat",
|
|
20 "operatingsystemrelease": [
|
|
21 "5",
|
|
22 "6",
|
|
23 "7"
|
|
24 ]
|
|
25 },
|
|
26 {
|
|
27 "operatingsystem": "CentOS",
|
|
28 "operatingsystemrelease": [
|
|
29 "5",
|
|
30 "6",
|
|
31 "7"
|
|
32 ]
|
|
33 },
|
|
34 {
|
|
35 "operatingsystem": "Scientific",
|
|
36 "operatingsystemrelease": [
|
|
37 "5",
|
|
38 "6",
|
|
39 "7"
|
|
40 ]
|
|
41 },
|
|
42 {
|
|
43 "operatingsystem": "OEL",
|
|
44 "operatingsystemrelease": [
|
|
45 "5",
|
|
46 "6",
|
|
47 "7"
|
|
48 ]
|
|
49 },
|
|
50 {
|
|
51 "operatingsystem": "OracleLinux",
|
|
52 "operatingsystemrelease": [
|
|
53 "5",
|
|
54 "6",
|
|
55 "7"
|
|
56 ]
|
|
57 }
|
|
58 ],
|
|
59 "requirements": [
|
|
60 {
|
|
61 "name": "puppet",
|
|
62 "version_requirement": ">= 3.0.0"
|
|
63 }
|
|
64 ],
|
|
65 "description": "Setup the EPEL package repo on Centos/RHEL et al"
|
|
66 }
|