Mercurial > repos > other > Puppet
comparison modules/apache/metadata.json @ 437:b8d6ada284dd
Update Apache module to latest version
Also converted some params to ints to match
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 14 Aug 2022 11:30:13 +0100 |
parents | d9352a684e62 |
children | adf6fe9bbc17 |
comparison
equal
deleted
inserted
replaced
436:6293839019d0 | 437:b8d6ada284dd |
---|---|
1 { | 1 { |
2 "name": "puppetlabs-apache", | 2 "name": "puppetlabs-apache", |
3 "version": "5.4.0", | 3 "version": "8.0.0", |
4 "author": "puppetlabs", | 4 "author": "puppetlabs", |
5 "summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.", | 5 "summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.", |
6 "license": "Apache-2.0", | 6 "license": "Apache-2.0", |
7 "source": "https://github.com/puppetlabs/puppetlabs-apache", | 7 "source": "https://github.com/puppetlabs/puppetlabs-apache", |
8 "project_page": "https://github.com/puppetlabs/puppetlabs-apache", | 8 "project_page": "https://github.com/puppetlabs/puppetlabs-apache", |
9 "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", | 9 "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", |
10 "dependencies": [ | 10 "dependencies": [ |
11 { | 11 { |
12 "name": "puppetlabs/stdlib", | 12 "name": "puppetlabs/stdlib", |
13 "version_requirement": ">= 4.13.1 < 7.0.0" | 13 "version_requirement": ">= 4.13.1 < 9.0.0" |
14 }, | 14 }, |
15 { | 15 { |
16 "name": "puppetlabs/concat", | 16 "name": "puppetlabs/concat", |
17 "version_requirement": ">= 2.2.1 < 7.0.0" | 17 "version_requirement": ">= 2.2.1 < 8.0.0" |
18 } | 18 } |
19 ], | 19 ], |
20 "data_provider": null, | |
21 "operatingsystem_support": [ | 20 "operatingsystem_support": [ |
22 { | 21 { |
23 "operatingsystem": "RedHat", | 22 "operatingsystem": "RedHat", |
24 "operatingsystemrelease": [ | 23 "operatingsystemrelease": [ |
25 "5", | |
26 "6", | 24 "6", |
27 "7", | 25 "7", |
28 "8" | 26 "8", |
27 "9" | |
29 ] | 28 ] |
30 }, | 29 }, |
31 { | 30 { |
32 "operatingsystem": "CentOS", | 31 "operatingsystem": "CentOS", |
33 "operatingsystemrelease": [ | 32 "operatingsystemrelease": [ |
34 "5", | |
35 "6", | |
36 "7", | 33 "7", |
37 "8" | 34 "8" |
38 ] | 35 ] |
39 }, | 36 }, |
40 { | 37 { |
52 ] | 49 ] |
53 }, | 50 }, |
54 { | 51 { |
55 "operatingsystem": "Debian", | 52 "operatingsystem": "Debian", |
56 "operatingsystemrelease": [ | 53 "operatingsystemrelease": [ |
57 "8", | |
58 "9", | 54 "9", |
59 "10" | 55 "10", |
56 "11" | |
60 ] | 57 ] |
61 }, | 58 }, |
62 { | 59 { |
63 "operatingsystem": "SLES", | 60 "operatingsystem": "SLES", |
64 "operatingsystemrelease": [ | 61 "operatingsystemrelease": [ |
65 "11 SP1", | |
66 "12", | 62 "12", |
67 "15" | 63 "15" |
68 ] | 64 ] |
69 }, | 65 }, |
70 { | 66 { |
71 "operatingsystem": "Ubuntu", | 67 "operatingsystem": "Ubuntu", |
72 "operatingsystemrelease": [ | 68 "operatingsystemrelease": [ |
73 "14.04", | 69 "18.04", |
74 "16.04", | 70 "20.04" |
75 "18.04" | 71 ] |
72 }, | |
73 { | |
74 "operatingsystem": "Rocky", | |
75 "operatingsystemrelease": [ | |
76 "8" | |
77 ] | |
78 }, | |
79 { | |
80 "operatingsystem": "AlmaLinux", | |
81 "operatingsystemrelease": [ | |
82 "8" | |
76 ] | 83 ] |
77 } | 84 } |
78 ], | 85 ], |
79 "requirements": [ | 86 "requirements": [ |
80 { | 87 { |
81 "name": "puppet", | 88 "name": "puppet", |
82 "version_requirement": ">= 5.5.10 < 7.0.0" | 89 "version_requirement": ">= 6.0.0 < 8.0.0" |
83 } | 90 } |
84 ], | 91 ], |
85 "description": "Module for Apache configuration", | 92 "description": "Module for Apache configuration", |
86 "pdk-version": "1.15.0", | 93 "pdk-version": "2.4.0", |
87 "template-url": "https://github.com/puppetlabs/pdk-templates#master", | 94 "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", |
88 "template-ref": "heads/master-0-gcaed9d7" | 95 "template-ref": "2.5.0-0-g369d483" |
89 } | 96 } |