facterdb 1.7.0 → 1.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +3 -2
- data/.github/workflows/test.yml +2 -0
- data/CHANGELOG.md +51 -0
- data/README.md +100 -94
- data/Rakefile +6 -1
- data/facts/1.6/debian-11-x86_64.facts +57 -0
- data/facts/1.6/freebsd-13-x86_64.facts +51 -0
- data/facts/1.6/oraclelinux-8-x86_64.facts +59 -0
- data/facts/1.7/centos-9-x86_64.facts +82 -0
- data/facts/1.7/debian-11-x86_64.facts +74 -0
- data/facts/1.7/freebsd-13-x86_64.facts +69 -0
- data/facts/1.7/oraclelinux-8-x86_64.facts +82 -0
- data/facts/2.0/centos-9-x86_64.facts +82 -0
- data/facts/2.0/debian-11-x86_64.facts +76 -0
- data/facts/2.0/freebsd-13-x86_64.facts +70 -0
- data/facts/2.0/oraclelinux-8-x86_64.facts +82 -0
- data/facts/2.1/centos-9-x86_64.facts +112 -0
- data/facts/2.1/debian-11-x86_64.facts +84 -0
- data/facts/2.1/freebsd-13-x86_64.facts +70 -0
- data/facts/2.1/oraclelinux-8-x86_64.facts +92 -0
- data/facts/2.2/centos-9-x86_64.facts +137 -0
- data/facts/2.2/debian-11-x86_64.facts +115 -0
- data/facts/2.2/freebsd-13-x86_64.facts +91 -0
- data/facts/2.2/oraclelinux-8-x86_64.facts +115 -0
- data/facts/2.3/centos-9-x86_64.facts +138 -0
- data/facts/2.3/debian-11-x86_64.facts +116 -0
- data/facts/2.3/freebsd-13-x86_64.facts +92 -0
- data/facts/2.3/oraclelinux-8-x86_64.facts +143 -0
- data/facts/2.4/centos-9-x86_64.facts +139 -0
- data/facts/2.4/debian-11-x86_64.facts +118 -0
- data/facts/2.4/freebsd-13-x86_64.facts +92 -0
- data/facts/2.4/oraclelinux-8-x86_64.facts +160 -0
- data/facts/2.5/debian-11-x86_64.facts +118 -0
- data/facts/2.5/freebsd-13-x86_64.facts +92 -0
- data/facts/2.5/oraclelinux-8-x86_64.facts +160 -0
- data/facts/3.11/oraclelinux-8-x86_64.facts +494 -0
- data/facts/3.11/redhat-8-x86_64.facts +128 -127
- data/facts/3.11/ubuntu-18.04-x86_64.facts +216 -101
- data/facts/3.12/oraclelinux-8-x86_64.facts +400 -0
- data/facts/3.12/redhat-8-x86_64.facts +109 -105
- data/facts/3.13/oraclelinux-8-x86_64.facts +406 -0
- data/facts/3.13/redhat-8-x86_64.facts +111 -113
- data/facts/3.13/ubuntu-18.04-x86_64.facts +216 -101
- data/facts/3.14/darwin-20-x86_64.facts +516 -0
- data/facts/3.14/debian-11-x86_64.facts +508 -0
- data/facts/3.14/freebsd-11-x86_64.facts +479 -0
- data/facts/3.14/freebsd-12-x86_64.facts +479 -0
- data/facts/3.14/freebsd-13-x86_64.facts +475 -0
- data/facts/3.14/oraclelinux-8-x86_64.facts +406 -0
- data/facts/3.14/redhat-8-x86_64.facts +111 -113
- data/facts/3.14/rocky-8-x86_64.facts +625 -0
- data/facts/3.14/ubuntu-18.04-x86_64.facts +91 -91
- data/facts/3.14/ubuntu-20.04-x86_64.facts +138 -184
- data/facts/4.0/debian-11-x86_64.facts +324 -0
- data/facts/4.0/freebsd-11-x86_64.facts +262 -0
- data/facts/4.0/freebsd-12-x86_64.facts +262 -0
- data/facts/4.0/freebsd-13-x86_64.facts +207 -0
- data/facts/4.0/redhat-8-x86_64.facts +309 -0
- data/facts/4.0/ubuntu-18.04-x86_64.facts +331 -0
- data/facts/4.0/ubuntu-20.04-x86_64.facts +349 -0
- data/facts/4.1/debian-11-x86_64.facts +326 -0
- data/facts/4.1/freebsd-11-x86_64.facts +262 -0
- data/facts/4.1/freebsd-12-x86_64.facts +262 -0
- data/facts/4.1/freebsd-13-x86_64.facts +207 -0
- data/facts/4.1/redhat-8-x86_64.facts +311 -0
- data/facts/4.1/ubuntu-18.04-x86_64.facts +333 -0
- data/facts/4.1/ubuntu-20.04-x86_64.facts +351 -0
- data/facts/4.2/centos-7-x86_64.facts +593 -0
- data/facts/4.2/centos-8-x86_64.facts +591 -0
- data/facts/4.2/centos-9-x86_64.facts +291 -0
- data/facts/4.2/darwin-20-x86_64.facts +524 -0
- data/facts/4.2/debian-10-x86_64.facts +574 -0
- data/facts/4.2/debian-11-x86_64.facts +332 -0
- data/facts/4.2/debian-9-x86_64.facts +597 -0
- data/facts/4.2/freebsd-11-x86_64.facts +261 -0
- data/facts/4.2/freebsd-12-x86_64.facts +261 -0
- data/facts/4.2/freebsd-13-x86_64.facts +260 -0
- data/facts/4.2/oraclelinux-8-x86_64.facts +591 -0
- data/facts/4.2/redhat-8-x86_64.facts +311 -0
- data/facts/4.2/ubuntu-18.04-x86_64.facts +339 -0
- data/facts/4.2/ubuntu-20.04-x86_64.facts +357 -0
- data/facts/Gemfile +1 -0
- data/facts/Vagrantfile +19 -170
- data/facts/get_facts.sh +37 -19
- data/lib/facterdb/version.rb +1 -1
- data/lib/facterdb.rb +17 -2
- metadata +70 -2
data/facts/get_facts.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#!/bin/bash
|
1
|
+
#!/usr/bin/env bash
|
2
2
|
|
3
3
|
export PATH=/opt/puppetlabs/bin:$PATH
|
4
4
|
|
@@ -31,14 +31,17 @@ elif test -f /usr/bin/apt-get; then
|
|
31
31
|
elif test -f /etc/redhat-release ; then
|
32
32
|
operatingsystemmajrelease=$(rpm -qf /etc/redhat-release --queryformat '%{version}' | cut -f1 -d'.')
|
33
33
|
case $(rpm -qf /etc/redhat-release --queryformat '%{name}') in
|
34
|
+
almalinux*)
|
35
|
+
osfamily='AlmaLinux'
|
36
|
+
;;
|
34
37
|
centos*|redhat*)
|
35
38
|
osfamily='RedHat'
|
36
39
|
;;
|
37
40
|
fedora*)
|
38
41
|
osfamily='Fedora'
|
39
42
|
;;
|
40
|
-
|
41
|
-
osfamily='
|
43
|
+
rocky-*)
|
44
|
+
osfamily='RockyLinux'
|
42
45
|
;;
|
43
46
|
*)
|
44
47
|
echo 'Failed to determine osfamily from /etc/redhat-release'
|
@@ -153,7 +156,7 @@ case "${osfamily}" in
|
|
153
156
|
yum remove -y puppet6-release
|
154
157
|
fi
|
155
158
|
;;
|
156
|
-
'AlmaLinux')
|
159
|
+
'RockyLinux'|'AlmaLinux')
|
157
160
|
dnf localinstall -y "http://yum.puppetlabs.com/puppet6-release-el-${operatingsystemmajrelease}.noarch.rpm"
|
158
161
|
if dnf install -y puppet-agent; then
|
159
162
|
output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
|
@@ -222,15 +225,20 @@ case "${osfamily}" in
|
|
222
225
|
;;
|
223
226
|
'FreeBSD')
|
224
227
|
pkg update
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
228
|
+
for facter_package in facter rubygem-facter ; do
|
229
|
+
pkg install -fy ${facter_package}
|
230
|
+
|
231
|
+
# something about the pkg update process causes the shared folder mount to
|
232
|
+
# get into an unusable state, so we remount it here before generating any
|
233
|
+
# fact sets.
|
234
|
+
umount /vagrant
|
235
|
+
mount -t vboxvfs Vagrant /vagrant
|
236
|
+
hardwaremodel=$(facter hardwaremodel)
|
237
|
+
[ "${hardwaremodel}" = 'amd64' ] && hardwaremodel=x86_64
|
238
|
+
output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-${hardwaremodel}.facts"
|
239
|
+
mkdir -p $(dirname ${output_file})
|
240
|
+
[ ! -f ${output_file} ] && facter --show-legacy -p -j | tee ${output_file}
|
241
|
+
done
|
234
242
|
;;
|
235
243
|
'OpenBSD')
|
236
244
|
hardwaremodel=$(facter hardwaremodel)
|
@@ -301,17 +309,24 @@ hardwaremodel=$(facter hardwaremodel)
|
|
301
309
|
|
302
310
|
PATH=/opt/puppetlabs/puppet/bin:$PATH
|
303
311
|
|
304
|
-
if ruby -e 'puts RUBY_VERSION
|
305
|
-
gem install bundler --no-
|
312
|
+
if [ "$(ruby -e 'puts Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.3")')" = "true" ]; then
|
313
|
+
gem install bundler --no-document --no-format-executable
|
306
314
|
else
|
307
315
|
gem install bundler --version '~> 1.0' --no-ri --no-rdoc --no-format-executable
|
308
316
|
fi
|
309
317
|
bundle install --path vendor/bundler
|
310
318
|
|
311
|
-
for version in
|
319
|
+
for version in 4.0.0 4.1.0 4.2.0; do
|
312
320
|
FACTER_GEM_VERSION="~> ${version}" bundle update
|
321
|
+
|
322
|
+
# This is another workaround for shared folder on FreeBSD. "Accessing"
|
323
|
+
# /vagrant helps to not encounter a bug where we try to access files in
|
324
|
+
# /vagrant/subdir/file
|
325
|
+
ls -d /vagrant > /dev/null
|
326
|
+
ls -l /vagrant > /dev/null
|
327
|
+
|
313
328
|
case "${operatingsystem}" in
|
314
|
-
almalinux)
|
329
|
+
almalinux|rocky)
|
315
330
|
break
|
316
331
|
;;
|
317
332
|
openbsd)
|
@@ -324,9 +339,12 @@ for version in 1.6.0 1.7.0 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0; do
|
|
324
339
|
output_file="/vagrant/$(bundle exec facter --version | cut -d. -f1,2)/${operatingsystem}-${operatingsystemmajrelease}-${hardwaremodel}.facts"
|
325
340
|
;;
|
326
341
|
esac
|
342
|
+
if [ -f $output_file ]; then
|
343
|
+
continue
|
344
|
+
fi
|
327
345
|
mkdir -p $(dirname $output_file)
|
328
346
|
echo $version | grep -q -E '^1\.' &&
|
329
|
-
FACTER_GEM_VERSION="~> ${version}" bundle exec facter -
|
330
|
-
FACTER_GEM_VERSION="~> ${version}" bundle exec facter -
|
347
|
+
FACTER_GEM_VERSION="~> ${version}" bundle exec facter --show-legacy --json | bundle exec ruby -e 'require "json"; jj JSON.parse gets' | tee $output_file ||
|
348
|
+
FACTER_GEM_VERSION="~> ${version}" bundle exec facter --show-legacy --json | tee $output_file
|
331
349
|
done
|
332
350
|
|
data/lib/facterdb/version.rb
CHANGED
data/lib/facterdb.rb
CHANGED
@@ -11,6 +11,13 @@ module FacterDB
|
|
11
11
|
@database ||= "[#{facterdb_fact_files.map { |f| read_json_file(f) }.join(',')}]\n"
|
12
12
|
end
|
13
13
|
|
14
|
+
# @note Call this method at the end of test suite, for example via after(:suite), to reclaim back the memory required to hold json data and filter cache
|
15
|
+
def self.cleanup
|
16
|
+
@database = nil
|
17
|
+
Thread.current[:facterdb_last_filter_seen] = nil
|
18
|
+
Thread.current[:facterdb_last_facts_seen] = nil
|
19
|
+
end
|
20
|
+
|
14
21
|
# @return [Boolean] - returns true if we should use the default facterdb database, false otherwise
|
15
22
|
# @note If the user passes anything to the FACTERDB_SKIP_DEFAULTDB environment variable we assume
|
16
23
|
# they want to skip the default db
|
@@ -123,8 +130,16 @@ module FacterDB
|
|
123
130
|
|
124
131
|
# @return [Array] - array of hashes of facts
|
125
132
|
# @param filter [Object] - The filter to convert to jgrep string
|
126
|
-
def self.get_facts(filter=nil)
|
133
|
+
def self.get_facts(filter=nil, cache=true)
|
134
|
+
if cache && filter && filter == Thread.current[:facterdb_last_filter_seen]
|
135
|
+
return Thread.current[:facterdb_last_facts_seen]
|
136
|
+
end
|
127
137
|
filter_str = generate_filter_str(filter)
|
128
|
-
JGrep.jgrep(database, filter_str).map { |hash| Hash[hash.map{ |k, v| [k.to_sym, v] }] }
|
138
|
+
result = JGrep.jgrep(database, filter_str).map { |hash| Hash[hash.map{ |k, v| [k.to_sym, v] }] }
|
139
|
+
if cache
|
140
|
+
Thread.current[:facterdb_last_filter_seen] = filter
|
141
|
+
Thread.current[:facterdb_last_facts_seen] = result
|
142
|
+
end
|
143
|
+
result
|
129
144
|
end
|
130
145
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facterdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coveralls
|
@@ -127,6 +127,7 @@ files:
|
|
127
127
|
- facts/1.6/centos-7-x86_64.facts
|
128
128
|
- facts/1.6/centos-8-x86_64.facts
|
129
129
|
- facts/1.6/debian-10-x86_64.facts
|
130
|
+
- facts/1.6/debian-11-x86_64.facts
|
130
131
|
- facts/1.6/debian-6-i386.facts
|
131
132
|
- facts/1.6/debian-6-x86_64.facts
|
132
133
|
- facts/1.6/debian-7-i386.facts
|
@@ -149,6 +150,7 @@ files:
|
|
149
150
|
- facts/1.6/freebsd-10-x86_64.facts
|
150
151
|
- facts/1.6/freebsd-11-x86_64.facts
|
151
152
|
- facts/1.6/freebsd-12-x86_64.facts
|
153
|
+
- facts/1.6/freebsd-13-x86_64.facts
|
152
154
|
- facts/1.6/freebsd-9-i386.facts
|
153
155
|
- facts/1.6/freebsd-9-x86_64.facts
|
154
156
|
- facts/1.6/gentoo-i386.facts
|
@@ -173,6 +175,7 @@ files:
|
|
173
175
|
- facts/1.6/oraclelinux-6-x86_64.facts
|
174
176
|
- facts/1.6/oraclelinux-7-i386.facts
|
175
177
|
- facts/1.6/oraclelinux-7-x86_64.facts
|
178
|
+
- facts/1.6/oraclelinux-8-x86_64.facts
|
176
179
|
- facts/1.6/redhat-5-i386.facts
|
177
180
|
- facts/1.6/redhat-5-x86_64.facts
|
178
181
|
- facts/1.6/redhat-6-i386.facts
|
@@ -219,7 +222,9 @@ files:
|
|
219
222
|
- facts/1.7/centos-7-i386.facts
|
220
223
|
- facts/1.7/centos-7-x86_64.facts
|
221
224
|
- facts/1.7/centos-8-x86_64.facts
|
225
|
+
- facts/1.7/centos-9-x86_64.facts
|
222
226
|
- facts/1.7/debian-10-x86_64.facts
|
227
|
+
- facts/1.7/debian-11-x86_64.facts
|
223
228
|
- facts/1.7/debian-6-i386.facts
|
224
229
|
- facts/1.7/debian-6-x86_64.facts
|
225
230
|
- facts/1.7/debian-7-i386.facts
|
@@ -243,6 +248,7 @@ files:
|
|
243
248
|
- facts/1.7/freebsd-10-x86_64.facts
|
244
249
|
- facts/1.7/freebsd-11-x86_64.facts
|
245
250
|
- facts/1.7/freebsd-12-x86_64.facts
|
251
|
+
- facts/1.7/freebsd-13-x86_64.facts
|
246
252
|
- facts/1.7/freebsd-9-i386.facts
|
247
253
|
- facts/1.7/freebsd-9-x86_64.facts
|
248
254
|
- facts/1.7/gentoo-i386.facts
|
@@ -267,6 +273,7 @@ files:
|
|
267
273
|
- facts/1.7/oraclelinux-6-x86_64.facts
|
268
274
|
- facts/1.7/oraclelinux-7-i386.facts
|
269
275
|
- facts/1.7/oraclelinux-7-x86_64.facts
|
276
|
+
- facts/1.7/oraclelinux-8-x86_64.facts
|
270
277
|
- facts/1.7/redhat-5-i386.facts
|
271
278
|
- facts/1.7/redhat-5-x86_64.facts
|
272
279
|
- facts/1.7/redhat-6-i386.facts
|
@@ -313,6 +320,7 @@ files:
|
|
313
320
|
- facts/2.0/centos-7-i386.facts
|
314
321
|
- facts/2.0/centos-7-x86_64.facts
|
315
322
|
- facts/2.0/centos-8-x86_64.facts
|
323
|
+
- facts/2.0/centos-9-x86_64.facts
|
316
324
|
- facts/2.0/darwin-14-i386.facts
|
317
325
|
- facts/2.0/darwin-14-x86_64.facts
|
318
326
|
- facts/2.0/darwin-15-x86_64.facts
|
@@ -320,6 +328,7 @@ files:
|
|
320
328
|
- facts/2.0/darwin-17-x86_64.facts
|
321
329
|
- facts/2.0/darwin-18-x86_64.facts
|
322
330
|
- facts/2.0/debian-10-x86_64.facts
|
331
|
+
- facts/2.0/debian-11-x86_64.facts
|
323
332
|
- facts/2.0/debian-6-i386.facts
|
324
333
|
- facts/2.0/debian-6-x86_64.facts
|
325
334
|
- facts/2.0/debian-7-i386.facts
|
@@ -347,6 +356,7 @@ files:
|
|
347
356
|
- facts/2.0/freebsd-10-x86_64.facts
|
348
357
|
- facts/2.0/freebsd-11-x86_64.facts
|
349
358
|
- facts/2.0/freebsd-12-x86_64.facts
|
359
|
+
- facts/2.0/freebsd-13-x86_64.facts
|
350
360
|
- facts/2.0/freebsd-9-i386.facts
|
351
361
|
- facts/2.0/freebsd-9-x86_64.facts
|
352
362
|
- facts/2.0/gentoo-i386.facts
|
@@ -377,6 +387,7 @@ files:
|
|
377
387
|
- facts/2.0/oraclelinux-6-x86_64.facts
|
378
388
|
- facts/2.0/oraclelinux-7-i386.facts
|
379
389
|
- facts/2.0/oraclelinux-7-x86_64.facts
|
390
|
+
- facts/2.0/oraclelinux-8-x86_64.facts
|
380
391
|
- facts/2.0/redhat-5-i386.facts
|
381
392
|
- facts/2.0/redhat-5-x86_64.facts
|
382
393
|
- facts/2.0/redhat-6-i386.facts
|
@@ -423,6 +434,7 @@ files:
|
|
423
434
|
- facts/2.1/centos-7-i386.facts
|
424
435
|
- facts/2.1/centos-7-x86_64.facts
|
425
436
|
- facts/2.1/centos-8-x86_64.facts
|
437
|
+
- facts/2.1/centos-9-x86_64.facts
|
426
438
|
- facts/2.1/darwin-14-i386.facts
|
427
439
|
- facts/2.1/darwin-14-x86_64.facts
|
428
440
|
- facts/2.1/darwin-15-x86_64.facts
|
@@ -430,6 +442,7 @@ files:
|
|
430
442
|
- facts/2.1/darwin-17-x86_64.facts
|
431
443
|
- facts/2.1/darwin-18-x86_64.facts
|
432
444
|
- facts/2.1/debian-10-x86_64.facts
|
445
|
+
- facts/2.1/debian-11-x86_64.facts
|
433
446
|
- facts/2.1/debian-6-i386.facts
|
434
447
|
- facts/2.1/debian-6-x86_64.facts
|
435
448
|
- facts/2.1/debian-7-i386.facts
|
@@ -457,6 +470,7 @@ files:
|
|
457
470
|
- facts/2.1/freebsd-10-x86_64.facts
|
458
471
|
- facts/2.1/freebsd-11-x86_64.facts
|
459
472
|
- facts/2.1/freebsd-12-x86_64.facts
|
473
|
+
- facts/2.1/freebsd-13-x86_64.facts
|
460
474
|
- facts/2.1/freebsd-9-i386.facts
|
461
475
|
- facts/2.1/freebsd-9-x86_64.facts
|
462
476
|
- facts/2.1/gentoo-i386.facts
|
@@ -487,6 +501,7 @@ files:
|
|
487
501
|
- facts/2.1/oraclelinux-6-x86_64.facts
|
488
502
|
- facts/2.1/oraclelinux-7-i386.facts
|
489
503
|
- facts/2.1/oraclelinux-7-x86_64.facts
|
504
|
+
- facts/2.1/oraclelinux-8-x86_64.facts
|
490
505
|
- facts/2.1/redhat-5-i386.facts
|
491
506
|
- facts/2.1/redhat-5-x86_64.facts
|
492
507
|
- facts/2.1/redhat-6-i386.facts
|
@@ -543,6 +558,7 @@ files:
|
|
543
558
|
- facts/2.2/centos-7-i386.facts
|
544
559
|
- facts/2.2/centos-7-x86_64.facts
|
545
560
|
- facts/2.2/centos-8-x86_64.facts
|
561
|
+
- facts/2.2/centos-9-x86_64.facts
|
546
562
|
- facts/2.2/darwin-14-i386.facts
|
547
563
|
- facts/2.2/darwin-14-x86_64.facts
|
548
564
|
- facts/2.2/darwin-15-x86_64.facts
|
@@ -550,6 +566,7 @@ files:
|
|
550
566
|
- facts/2.2/darwin-17-x86_64.facts
|
551
567
|
- facts/2.2/darwin-18-x86_64.facts
|
552
568
|
- facts/2.2/debian-10-x86_64.facts
|
569
|
+
- facts/2.2/debian-11-x86_64.facts
|
553
570
|
- facts/2.2/debian-6-i386.facts
|
554
571
|
- facts/2.2/debian-6-x86_64.facts
|
555
572
|
- facts/2.2/debian-7-i386.facts
|
@@ -577,6 +594,7 @@ files:
|
|
577
594
|
- facts/2.2/freebsd-10-x86_64.facts
|
578
595
|
- facts/2.2/freebsd-11-x86_64.facts
|
579
596
|
- facts/2.2/freebsd-12-x86_64.facts
|
597
|
+
- facts/2.2/freebsd-13-x86_64.facts
|
580
598
|
- facts/2.2/freebsd-9-i386.facts
|
581
599
|
- facts/2.2/freebsd-9-x86_64.facts
|
582
600
|
- facts/2.2/gentoo-i386.facts
|
@@ -607,6 +625,7 @@ files:
|
|
607
625
|
- facts/2.2/oraclelinux-6-x86_64.facts
|
608
626
|
- facts/2.2/oraclelinux-7-i386.facts
|
609
627
|
- facts/2.2/oraclelinux-7-x86_64.facts
|
628
|
+
- facts/2.2/oraclelinux-8-x86_64.facts
|
610
629
|
- facts/2.2/redhat-5-i386.facts
|
611
630
|
- facts/2.2/redhat-5-x86_64.facts
|
612
631
|
- facts/2.2/redhat-6-i386.facts
|
@@ -663,6 +682,7 @@ files:
|
|
663
682
|
- facts/2.3/centos-7-i386.facts
|
664
683
|
- facts/2.3/centos-7-x86_64.facts
|
665
684
|
- facts/2.3/centos-8-x86_64.facts
|
685
|
+
- facts/2.3/centos-9-x86_64.facts
|
666
686
|
- facts/2.3/darwin-14-i386.facts
|
667
687
|
- facts/2.3/darwin-14-x86_64.facts
|
668
688
|
- facts/2.3/darwin-15-x86_64.facts
|
@@ -670,6 +690,7 @@ files:
|
|
670
690
|
- facts/2.3/darwin-17-x86_64.facts
|
671
691
|
- facts/2.3/darwin-18-x86_64.facts
|
672
692
|
- facts/2.3/debian-10-x86_64.facts
|
693
|
+
- facts/2.3/debian-11-x86_64.facts
|
673
694
|
- facts/2.3/debian-6-i386.facts
|
674
695
|
- facts/2.3/debian-6-x86_64.facts
|
675
696
|
- facts/2.3/debian-7-i386.facts
|
@@ -697,6 +718,7 @@ files:
|
|
697
718
|
- facts/2.3/freebsd-10-x86_64.facts
|
698
719
|
- facts/2.3/freebsd-11-x86_64.facts
|
699
720
|
- facts/2.3/freebsd-12-x86_64.facts
|
721
|
+
- facts/2.3/freebsd-13-x86_64.facts
|
700
722
|
- facts/2.3/freebsd-9-i386.facts
|
701
723
|
- facts/2.3/freebsd-9-x86_64.facts
|
702
724
|
- facts/2.3/gentoo-i386.facts
|
@@ -727,6 +749,7 @@ files:
|
|
727
749
|
- facts/2.3/oraclelinux-6-x86_64.facts
|
728
750
|
- facts/2.3/oraclelinux-7-i386.facts
|
729
751
|
- facts/2.3/oraclelinux-7-x86_64.facts
|
752
|
+
- facts/2.3/oraclelinux-8-x86_64.facts
|
730
753
|
- facts/2.3/redhat-5-i386.facts
|
731
754
|
- facts/2.3/redhat-5-x86_64.facts
|
732
755
|
- facts/2.3/redhat-6-i386.facts
|
@@ -784,6 +807,7 @@ files:
|
|
784
807
|
- facts/2.4/centos-7-i386.facts
|
785
808
|
- facts/2.4/centos-7-x86_64.facts
|
786
809
|
- facts/2.4/centos-8-x86_64.facts
|
810
|
+
- facts/2.4/centos-9-x86_64.facts
|
787
811
|
- facts/2.4/darwin-14-i386.facts
|
788
812
|
- facts/2.4/darwin-14-x86_64.facts
|
789
813
|
- facts/2.4/darwin-15-x86_64.facts
|
@@ -791,6 +815,7 @@ files:
|
|
791
815
|
- facts/2.4/darwin-17-x86_64.facts
|
792
816
|
- facts/2.4/darwin-18-x86_64.facts
|
793
817
|
- facts/2.4/debian-10-x86_64.facts
|
818
|
+
- facts/2.4/debian-11-x86_64.facts
|
794
819
|
- facts/2.4/debian-6-i386.facts
|
795
820
|
- facts/2.4/debian-6-x86_64.facts
|
796
821
|
- facts/2.4/debian-7-i386.facts
|
@@ -818,6 +843,7 @@ files:
|
|
818
843
|
- facts/2.4/freebsd-10-x86_64.facts
|
819
844
|
- facts/2.4/freebsd-11-x86_64.facts
|
820
845
|
- facts/2.4/freebsd-12-x86_64.facts
|
846
|
+
- facts/2.4/freebsd-13-x86_64.facts
|
821
847
|
- facts/2.4/freebsd-9-i386.facts
|
822
848
|
- facts/2.4/freebsd-9-x86_64.facts
|
823
849
|
- facts/2.4/gentoo-i386.facts
|
@@ -848,6 +874,7 @@ files:
|
|
848
874
|
- facts/2.4/oraclelinux-6-x86_64.facts
|
849
875
|
- facts/2.4/oraclelinux-7-i386.facts
|
850
876
|
- facts/2.4/oraclelinux-7-x86_64.facts
|
877
|
+
- facts/2.4/oraclelinux-8-x86_64.facts
|
851
878
|
- facts/2.4/raspbian-9-armv6l.facts
|
852
879
|
- facts/2.4/raspbian-9-armv7l.facts
|
853
880
|
- facts/2.4/redhat-5-i386.facts
|
@@ -912,6 +939,7 @@ files:
|
|
912
939
|
- facts/2.5/darwin-17-x86_64.facts
|
913
940
|
- facts/2.5/darwin-18-x86_64.facts
|
914
941
|
- facts/2.5/debian-10-x86_64.facts
|
942
|
+
- facts/2.5/debian-11-x86_64.facts
|
915
943
|
- facts/2.5/debian-7-i386.facts
|
916
944
|
- facts/2.5/debian-7-x86_64.facts
|
917
945
|
- facts/2.5/debian-8-i386.facts
|
@@ -930,6 +958,7 @@ files:
|
|
930
958
|
- facts/2.5/freebsd-10-x86_64.facts
|
931
959
|
- facts/2.5/freebsd-11-x86_64.facts
|
932
960
|
- facts/2.5/freebsd-12-x86_64.facts
|
961
|
+
- facts/2.5/freebsd-13-x86_64.facts
|
933
962
|
- facts/2.5/gentoo-i386.facts
|
934
963
|
- facts/2.5/gentoo-x86_64.facts
|
935
964
|
- facts/2.5/linuxmint-18-x86_64.facts
|
@@ -945,6 +974,7 @@ files:
|
|
945
974
|
- facts/2.5/oraclelinux-6-i386.facts
|
946
975
|
- facts/2.5/oraclelinux-6-x86_64.facts
|
947
976
|
- facts/2.5/oraclelinux-7-x86_64.facts
|
977
|
+
- facts/2.5/oraclelinux-8-x86_64.facts
|
948
978
|
- facts/2.5/redhat-5-i386.facts
|
949
979
|
- facts/2.5/redhat-5-x86_64.facts
|
950
980
|
- facts/2.5/redhat-6-i386.facts
|
@@ -1165,6 +1195,7 @@ files:
|
|
1165
1195
|
- facts/3.11/oraclelinux-6-x86_64.facts
|
1166
1196
|
- facts/3.11/oraclelinux-7-i386.facts
|
1167
1197
|
- facts/3.11/oraclelinux-7-x86_64.facts
|
1198
|
+
- facts/3.11/oraclelinux-8-x86_64.facts
|
1168
1199
|
- facts/3.11/raspbian-10-armv6l.facts
|
1169
1200
|
- facts/3.11/raspbian-10-armv7l.facts
|
1170
1201
|
- facts/3.11/redhat-5-i386.facts
|
@@ -1216,6 +1247,7 @@ files:
|
|
1216
1247
|
- facts/3.12/openbsd-6.4-x86_64.facts
|
1217
1248
|
- facts/3.12/oraclelinux-6-x86_64.facts
|
1218
1249
|
- facts/3.12/oraclelinux-7-x86_64.facts
|
1250
|
+
- facts/3.12/oraclelinux-8-x86_64.facts
|
1219
1251
|
- facts/3.12/redhat-6-x86_64.facts
|
1220
1252
|
- facts/3.12/redhat-7-x86_64.facts
|
1221
1253
|
- facts/3.12/redhat-8-x86_64.facts
|
@@ -1254,6 +1286,7 @@ files:
|
|
1254
1286
|
- facts/3.13/linuxmint-19-x86_64.facts
|
1255
1287
|
- facts/3.13/oraclelinux-6-x86_64.facts
|
1256
1288
|
- facts/3.13/oraclelinux-7-x86_64.facts
|
1289
|
+
- facts/3.13/oraclelinux-8-x86_64.facts
|
1257
1290
|
- facts/3.13/redhat-6-x86_64.facts
|
1258
1291
|
- facts/3.13/redhat-7-x86_64.facts
|
1259
1292
|
- facts/3.13/redhat-8-x86_64.facts
|
@@ -1284,22 +1317,29 @@ files:
|
|
1284
1317
|
- facts/3.14/darwin-17-x86_64.facts
|
1285
1318
|
- facts/3.14/darwin-18-x86_64.facts
|
1286
1319
|
- facts/3.14/darwin-19-x86_64.facts
|
1320
|
+
- facts/3.14/darwin-20-x86_64.facts
|
1287
1321
|
- facts/3.14/debian-10-x86_64.facts
|
1322
|
+
- facts/3.14/debian-11-x86_64.facts
|
1288
1323
|
- facts/3.14/debian-8-x86_64.facts
|
1289
1324
|
- facts/3.14/debian-9-x86_64.facts
|
1290
1325
|
- facts/3.14/fedora-28-x86_64.facts
|
1291
1326
|
- facts/3.14/fedora-29-x86_64.facts
|
1292
1327
|
- facts/3.14/fedora-30-x86_64.facts
|
1293
1328
|
- facts/3.14/freebsd-11-amd64.facts
|
1329
|
+
- facts/3.14/freebsd-11-x86_64.facts
|
1294
1330
|
- facts/3.14/freebsd-12-amd64.facts
|
1331
|
+
- facts/3.14/freebsd-12-x86_64.facts
|
1332
|
+
- facts/3.14/freebsd-13-x86_64.facts
|
1295
1333
|
- facts/3.14/gentoo-x86_64.facts
|
1296
1334
|
- facts/3.14/linuxmint-18-x86_64.facts
|
1297
1335
|
- facts/3.14/linuxmint-19-x86_64.facts
|
1298
1336
|
- facts/3.14/oraclelinux-6-x86_64.facts
|
1299
1337
|
- facts/3.14/oraclelinux-7-x86_64.facts
|
1338
|
+
- facts/3.14/oraclelinux-8-x86_64.facts
|
1300
1339
|
- facts/3.14/redhat-6-x86_64.facts
|
1301
1340
|
- facts/3.14/redhat-7-x86_64.facts
|
1302
1341
|
- facts/3.14/redhat-8-x86_64.facts
|
1342
|
+
- facts/3.14/rocky-8-x86_64.facts
|
1303
1343
|
- facts/3.14/scientific-6-x86_64.facts
|
1304
1344
|
- facts/3.14/scientific-7-x86_64.facts
|
1305
1345
|
- facts/3.14/sles-11-x86_64.facts
|
@@ -1696,7 +1736,35 @@ files:
|
|
1696
1736
|
- facts/4.0/almalinux-8-x86_64.facts
|
1697
1737
|
- facts/4.0/centos-7-x86_64.facts
|
1698
1738
|
- facts/4.0/debian-10-x86_64.facts
|
1739
|
+
- facts/4.0/debian-11-x86_64.facts
|
1740
|
+
- facts/4.0/freebsd-11-x86_64.facts
|
1741
|
+
- facts/4.0/freebsd-12-x86_64.facts
|
1742
|
+
- facts/4.0/freebsd-13-x86_64.facts
|
1743
|
+
- facts/4.0/redhat-8-x86_64.facts
|
1699
1744
|
- facts/4.0/solaris-11-sun4v.facts
|
1745
|
+
- facts/4.0/ubuntu-18.04-x86_64.facts
|
1746
|
+
- facts/4.0/ubuntu-20.04-x86_64.facts
|
1747
|
+
- facts/4.1/debian-11-x86_64.facts
|
1748
|
+
- facts/4.1/freebsd-11-x86_64.facts
|
1749
|
+
- facts/4.1/freebsd-12-x86_64.facts
|
1750
|
+
- facts/4.1/freebsd-13-x86_64.facts
|
1751
|
+
- facts/4.1/redhat-8-x86_64.facts
|
1752
|
+
- facts/4.1/ubuntu-18.04-x86_64.facts
|
1753
|
+
- facts/4.1/ubuntu-20.04-x86_64.facts
|
1754
|
+
- facts/4.2/centos-7-x86_64.facts
|
1755
|
+
- facts/4.2/centos-8-x86_64.facts
|
1756
|
+
- facts/4.2/centos-9-x86_64.facts
|
1757
|
+
- facts/4.2/darwin-20-x86_64.facts
|
1758
|
+
- facts/4.2/debian-10-x86_64.facts
|
1759
|
+
- facts/4.2/debian-11-x86_64.facts
|
1760
|
+
- facts/4.2/debian-9-x86_64.facts
|
1761
|
+
- facts/4.2/freebsd-11-x86_64.facts
|
1762
|
+
- facts/4.2/freebsd-12-x86_64.facts
|
1763
|
+
- facts/4.2/freebsd-13-x86_64.facts
|
1764
|
+
- facts/4.2/oraclelinux-8-x86_64.facts
|
1765
|
+
- facts/4.2/redhat-8-x86_64.facts
|
1766
|
+
- facts/4.2/ubuntu-18.04-x86_64.facts
|
1767
|
+
- facts/4.2/ubuntu-20.04-x86_64.facts
|
1700
1768
|
- facts/Gemfile
|
1701
1769
|
- facts/Vagrantfile
|
1702
1770
|
- facts/Windows_README.md
|