equal
deleted
inserted
replaced
|
1 { |
|
2 "name": "camptocamp-augeas", |
|
3 "version": "1.4.2", |
|
4 "author": "camptocamp", |
|
5 "summary": "Camptocamp Augeas module", |
|
6 "license": "Apache-2.0", |
|
7 "source": "https://github.com/camptocamp/puppet-augeas", |
|
8 "project_page": "https://github.com/camptocamp/puppet-augeas", |
|
9 "issues_url": "https://github.com/camptocamp/puppet-augeas/issues", |
|
10 "description": "Augeas Module for Puppet", |
|
11 "dependencies": [ |
|
12 { |
|
13 "name": "puppetlabs/stdlib", |
|
14 "version_requirement": ">= 3.2.0 <5.0.0" |
|
15 } |
|
16 ], |
|
17 "requirements": [ |
|
18 { |
|
19 "name": "pe", |
|
20 "version_requirement": "3.x" |
|
21 }, |
|
22 { |
|
23 "name": "puppet", |
|
24 "version_requirement": "3.x" |
|
25 } |
|
26 ], |
|
27 "operatingsystem_support": [ |
|
28 { |
|
29 "operatingsystem": "Debian", |
|
30 "operatingsystemrelease": [ |
|
31 "6", |
|
32 "7" |
|
33 ] |
|
34 }, |
|
35 { |
|
36 "operatingsystem": "Ubuntu", |
|
37 "operatingsystemrelease": [ |
|
38 "10.04", |
|
39 "12.04", |
|
40 "14.04" |
|
41 ] |
|
42 }, |
|
43 { |
|
44 "operatingsystem": "RedHat", |
|
45 "operatingsystemrelease": [ |
|
46 "5", |
|
47 "6" |
|
48 ] |
|
49 }, |
|
50 { |
|
51 "operatingsystem": "Amazon", |
|
52 "operatingsystemrelease": [ |
|
53 "2014.09", |
|
54 "2015.03" |
|
55 ] |
|
56 } |
|
57 ], |
|
58 "puppet_version": [ |
|
59 "2.7", |
|
60 "3.0", |
|
61 "3.1", |
|
62 "3.2", |
|
63 "3.3", |
|
64 "3.4", |
|
65 "3.5", |
|
66 "3.6", |
|
67 "3.7" |
|
68 ] |
|
69 } |