fauxhai-chef 9.3.8 → 9.3.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fauxhai/platforms/amazon/2023.json +5179 -0
- data/lib/fauxhai/platforms/debian/12.json +3063 -0
- data/lib/fauxhai/platforms/redhat/9.json +4860 -0
- data/lib/fauxhai/platforms/ubuntu/22.04.json +4578 -0
- data/lib/fauxhai/platforms/ubuntu/24.04.json +4498 -0
- data/lib/fauxhai/platforms/windows/2022.json +743 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +8 -2
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai-chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.3.
|
4
|
+
version: 9.3.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2024-03-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -122,6 +122,7 @@ files:
|
|
122
122
|
- lib/fauxhai/platforms/almalinux/9.json
|
123
123
|
- lib/fauxhai/platforms/amazon/2.json
|
124
124
|
- lib/fauxhai/platforms/amazon/2018.03.json
|
125
|
+
- lib/fauxhai/platforms/amazon/2023.json
|
125
126
|
- lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json
|
126
127
|
- lib/fauxhai/platforms/centos-stream/8.json
|
127
128
|
- lib/fauxhai/platforms/centos-stream/9.json
|
@@ -133,6 +134,7 @@ files:
|
|
133
134
|
- lib/fauxhai/platforms/clearos/7.4.json
|
134
135
|
- lib/fauxhai/platforms/debian/10.json
|
135
136
|
- lib/fauxhai/platforms/debian/11.json
|
137
|
+
- lib/fauxhai/platforms/debian/12.json
|
136
138
|
- lib/fauxhai/platforms/debian/9.11.json
|
137
139
|
- lib/fauxhai/platforms/debian/9.12.json
|
138
140
|
- lib/fauxhai/platforms/debian/9.13.json
|
@@ -162,6 +164,7 @@ files:
|
|
162
164
|
- lib/fauxhai/platforms/redhat/7.8.json
|
163
165
|
- lib/fauxhai/platforms/redhat/7.9.json
|
164
166
|
- lib/fauxhai/platforms/redhat/8.json
|
167
|
+
- lib/fauxhai/platforms/redhat/9.json
|
165
168
|
- lib/fauxhai/platforms/rocky/8.json
|
166
169
|
- lib/fauxhai/platforms/rocky/9.json
|
167
170
|
- lib/fauxhai/platforms/smartos/5.11.json
|
@@ -172,11 +175,14 @@ files:
|
|
172
175
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
173
176
|
- lib/fauxhai/platforms/ubuntu/18.04.json
|
174
177
|
- lib/fauxhai/platforms/ubuntu/20.04.json
|
178
|
+
- lib/fauxhai/platforms/ubuntu/22.04.json
|
179
|
+
- lib/fauxhai/platforms/ubuntu/24.04.json
|
175
180
|
- lib/fauxhai/platforms/windows/10.json
|
176
181
|
- lib/fauxhai/platforms/windows/2012.json
|
177
182
|
- lib/fauxhai/platforms/windows/2012R2.json
|
178
183
|
- lib/fauxhai/platforms/windows/2016.json
|
179
184
|
- lib/fauxhai/platforms/windows/2019.json
|
185
|
+
- lib/fauxhai/platforms/windows/2022.json
|
180
186
|
- lib/fauxhai/platforms/windows/8.1.json
|
181
187
|
- lib/fauxhai/runner.rb
|
182
188
|
- lib/fauxhai/runner/default.rb
|