Mercurial > repos > other > Puppet
comparison modules/translate/metadata.json @ 245:b0f8b88fea5c
Add "translate" module used by MySQL module
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 21 Dec 2019 14:12:10 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
244:48d3a1948e4d | 245:b0f8b88fea5c |
---|---|
1 { | |
2 "name": "puppetlabs-translate", | |
3 "version": "2.1.0", | |
4 "author": "puppetlabs", | |
5 "summary": "Puppet module that provides the translate() function for internationalization.", | |
6 "license": "Apache-2.0", | |
7 "source": "https://github.com/puppetlabs/puppetlabs-translate", | |
8 "project_page": "https://github.com/puppetlabs/puppetlabs-translate", | |
9 "issues_url": "https://github.com/puppetlabs/puppetlabs-translate/issues", | |
10 "dependencies": [ | |
11 | |
12 ], | |
13 "data_provider": null, | |
14 "operatingsystem_support": [ | |
15 { | |
16 "operatingsystem": "Debian", | |
17 "operatingsystemrelease": [ | |
18 "8", | |
19 "9", | |
20 "10" | |
21 ] | |
22 }, | |
23 { | |
24 "operatingsystem": "RedHat", | |
25 "operatingsystemrelease": [ | |
26 "5", | |
27 "6", | |
28 "7", | |
29 "8" | |
30 ] | |
31 }, | |
32 { | |
33 "operatingsystem": "CentOS", | |
34 "operatingsystemrelease": [ | |
35 "8" | |
36 ] | |
37 }, | |
38 { | |
39 "operatingsystem": "Ubuntu", | |
40 "operatingsystemrelease": [ | |
41 "14.04", | |
42 "16.04" | |
43 ] | |
44 }, | |
45 { | |
46 "operatingsystem": "Windows", | |
47 "operatingsystemrelease": [ | |
48 "2012", | |
49 "2016", | |
50 "2018", | |
51 "10" | |
52 ] | |
53 } | |
54 ], | |
55 "requirements": [ | |
56 { | |
57 "name": "puppet", | |
58 "version_requirement": ">= 5.5.10 < 7.0.0" | |
59 } | |
60 ], | |
61 "pdk-version": "1.14.1", | |
62 "template-url": "https://github.com/puppetlabs/pdk-templates#master", | |
63 "template-ref": "tags/1.14.1-0-g0b5b39b" | |
64 } |