Mercurial > repos > other > Puppet
comparison modules/ssh/metadata.json @ 385:d9009f54eb23
Migrate to a fully-fledged SSH module
This handles lots of the server path differences for us
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 03 Jan 2022 17:05:54 +0000 |
parents | |
children | bb8f85c35113 |
comparison
equal
deleted
inserted
replaced
384:22e45bb5ea97 | 385:d9009f54eb23 |
---|---|
1 { | |
2 "name": "ghoneycutt-ssh", | |
3 "version": "3.62.0", | |
4 "author": "ghoneycutt", | |
5 "summary": "Manages SSH", | |
6 "license": "Apache-2.0", | |
7 "source": "git://github.com/ghoneycutt/puppet-module-ssh.git", | |
8 "project_page": "https://github.com/ghoneycutt/puppet-module-ssh", | |
9 "issues_url": "https://github.com/ghoneycutt/puppet-module-ssh/issues", | |
10 "dependencies": [ | |
11 { | |
12 "name": "puppetlabs/stdlib", | |
13 "version_requirement": ">= 4.6.0 < 7.0.0" | |
14 }, | |
15 { | |
16 "name": "puppetlabs/concat", | |
17 "version_requirement": ">= 2.0.0 < 7.0.0" | |
18 }, | |
19 { | |
20 "name": "ghoneycutt/common", | |
21 "version_requirement": ">= 1.4.1 < 2.0.0" | |
22 }, | |
23 { | |
24 "name": "puppetlabs/firewall", | |
25 "version_requirement": ">= 1.9.0 < 3.0.0" | |
26 }, | |
27 { | |
28 "name": "puppetlabs/sshkeys_core", | |
29 "version_requirement": ">= 1.0.1 < 3.0.0" | |
30 } | |
31 ], | |
32 "data_provider": null, | |
33 "requirements": [ | |
34 { | |
35 "name": "puppet", | |
36 "version_requirement": ">= 3.8.7 < 7.0.0" | |
37 } | |
38 ], | |
39 "operatingsystem_support": [ | |
40 { | |
41 "operatingsystem": "Debian", | |
42 "operatingsystemrelease": [ | |
43 "7", | |
44 "8", | |
45 "9", | |
46 "10" | |
47 ] | |
48 }, | |
49 { | |
50 "operatingsystem": "RedHat", | |
51 "operatingsystemrelease": [ | |
52 "5", | |
53 "6", | |
54 "7" | |
55 ] | |
56 }, | |
57 { | |
58 "operatingsystem": "CentOS", | |
59 "operatingsystemrelease": [ | |
60 "5", | |
61 "6", | |
62 "7" | |
63 ] | |
64 }, | |
65 { | |
66 "operatingsystem": "OracleLinux", | |
67 "operatingsystemrelease": [ | |
68 "5", | |
69 "6", | |
70 "7" | |
71 ] | |
72 }, | |
73 { | |
74 "operatingsystem": "Scientific", | |
75 "operatingsystemrelease": [ | |
76 "5", | |
77 "6", | |
78 "7" | |
79 ] | |
80 }, | |
81 { | |
82 "operatingsystem": "Solaris", | |
83 "operatingsystemrelease": [ | |
84 "9", | |
85 "10", | |
86 "11" | |
87 ] | |
88 }, | |
89 { | |
90 "operatingsystem": "SLES", | |
91 "operatingsystemrelease": [ | |
92 "10", | |
93 "11", | |
94 "12" | |
95 ] | |
96 }, | |
97 { | |
98 "operatingsystem": "SLED", | |
99 "operatingsystemrelease": [ | |
100 "10", | |
101 "11", | |
102 "12" | |
103 ] | |
104 }, | |
105 { | |
106 "operatingsystem": "Ubuntu", | |
107 "operatingsystemrelease": [ | |
108 "12.04", | |
109 "14.04", | |
110 "16.04", | |
111 "18.04", | |
112 "20.04" | |
113 ] | |
114 } | |
115 ], | |
116 "description": "Manage SSH" | |
117 } |