equal
deleted
inserted
replaced
|
1 { |
|
2 "name": "ceritsc-yum", |
|
3 "version": "0.9.6", |
|
4 "author": "ceritsc", |
|
5 "summary": "YUM utilities", |
|
6 "license": "MIT", |
|
7 "source": "https://github.com/CERIT-SC/puppet-yum.git", |
|
8 "project_page": "https://github.com/CERIT-SC/puppet-yum", |
|
9 "issues_url": "https://github.com/CERIT-SC/puppet-yum/issues", |
|
10 "tags": [ |
|
11 "yum", |
|
12 "package" |
|
13 ], |
|
14 "operatingsystem_support": [ |
|
15 { |
|
16 "operatingsystem": "RedHat" |
|
17 }, |
|
18 { |
|
19 "operatingsystem": "CentOS" |
|
20 }, |
|
21 { |
|
22 "operatingsystem": "OracleLinux" |
|
23 }, |
|
24 { |
|
25 "operatingsystem": "Scientific" |
|
26 }, |
|
27 { |
|
28 "operatingsystem": "SLES" |
|
29 }, |
|
30 { |
|
31 "operatingsystem": "SLED" |
|
32 } |
|
33 ], |
|
34 "requirements": [ |
|
35 { |
|
36 "name": "pe", |
|
37 "version_requirement": "3.3.x" |
|
38 }, |
|
39 { |
|
40 "name": "puppet", |
|
41 "version_requirement": "3.3" |
|
42 } |
|
43 ], |
|
44 "dependencies": [ |
|
45 {"name":"puppetlabs/stdlib","version_requirement":">= 4.0.0"} |
|
46 ] |
|
47 } |