facterdb 1.8.0 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +2 -0
  3. data/CHANGELOG.md +55 -0
  4. data/README.md +106 -95
  5. data/Rakefile +6 -1
  6. data/facts/1.6/debian-11-x86_64.facts +57 -0
  7. data/facts/1.6/freebsd-13-x86_64.facts +51 -0
  8. data/facts/1.6/oraclelinux-8-x86_64.facts +59 -0
  9. data/facts/1.7/debian-11-x86_64.facts +74 -0
  10. data/facts/1.7/freebsd-13-x86_64.facts +69 -0
  11. data/facts/1.7/oraclelinux-8-x86_64.facts +82 -0
  12. data/facts/2.0/debian-11-x86_64.facts +76 -0
  13. data/facts/2.0/freebsd-13-x86_64.facts +70 -0
  14. data/facts/2.0/oraclelinux-8-x86_64.facts +82 -0
  15. data/facts/2.1/debian-11-x86_64.facts +84 -0
  16. data/facts/2.1/freebsd-13-x86_64.facts +70 -0
  17. data/facts/2.1/oraclelinux-8-x86_64.facts +92 -0
  18. data/facts/2.2/debian-11-x86_64.facts +115 -0
  19. data/facts/2.2/freebsd-13-x86_64.facts +91 -0
  20. data/facts/2.2/oraclelinux-8-x86_64.facts +115 -0
  21. data/facts/2.3/debian-11-x86_64.facts +116 -0
  22. data/facts/2.3/freebsd-13-x86_64.facts +92 -0
  23. data/facts/2.3/oraclelinux-8-x86_64.facts +143 -0
  24. data/facts/2.4/debian-11-x86_64.facts +118 -0
  25. data/facts/2.4/freebsd-13-x86_64.facts +92 -0
  26. data/facts/2.4/oraclelinux-8-x86_64.facts +160 -0
  27. data/facts/2.5/debian-11-x86_64.facts +118 -0
  28. data/facts/2.5/freebsd-13-x86_64.facts +92 -0
  29. data/facts/2.5/oraclelinux-8-x86_64.facts +160 -0
  30. data/facts/3.11/oraclelinux-8-x86_64.facts +494 -0
  31. data/facts/3.11/redhat-8-x86_64.facts +128 -127
  32. data/facts/3.11/ubuntu-18.04-x86_64.facts +216 -101
  33. data/facts/3.12/oraclelinux-8-x86_64.facts +400 -0
  34. data/facts/3.12/redhat-8-x86_64.facts +109 -105
  35. data/facts/3.13/oraclelinux-8-x86_64.facts +406 -0
  36. data/facts/3.13/redhat-8-x86_64.facts +111 -113
  37. data/facts/3.13/ubuntu-18.04-x86_64.facts +216 -101
  38. data/facts/3.14/debian-11-x86_64.facts +508 -0
  39. data/facts/3.14/fedora-32-x86_64.facts +490 -0
  40. data/facts/3.14/fedora-33-x86_64.facts +482 -0
  41. data/facts/3.14/fedora-34-x86_64.facts +493 -0
  42. data/facts/3.14/freebsd-11-x86_64.facts +479 -0
  43. data/facts/3.14/freebsd-12-x86_64.facts +479 -0
  44. data/facts/3.14/freebsd-13-x86_64.facts +475 -0
  45. data/facts/3.14/oraclelinux-8-x86_64.facts +406 -0
  46. data/facts/3.14/redhat-8-x86_64.facts +111 -113
  47. data/facts/3.14/rocky-8-x86_64.facts +625 -0
  48. data/facts/3.14/ubuntu-18.04-x86_64.facts +91 -91
  49. data/facts/3.14/ubuntu-20.04-x86_64.facts +138 -184
  50. data/facts/3.14/ubuntu-21.04-x86_64.facts +510 -0
  51. data/facts/4.0/almalinux-8-x86_64.facts +302 -67
  52. data/facts/4.0/debian-11-x86_64.facts +324 -0
  53. data/facts/4.0/fedora-32-x86_64.facts +308 -0
  54. data/facts/4.0/fedora-33-x86_64.facts +303 -0
  55. data/facts/4.0/fedora-34-x86_64.facts +308 -0
  56. data/facts/4.0/freebsd-11-x86_64.facts +262 -0
  57. data/facts/4.0/freebsd-12-x86_64.facts +262 -0
  58. data/facts/4.0/freebsd-13-x86_64.facts +207 -0
  59. data/facts/4.0/oraclelinux-7-x86_64.facts +706 -0
  60. data/facts/4.0/redhat-7-x86_64.facts +706 -0
  61. data/facts/4.0/redhat-8-x86_64.facts +523 -0
  62. data/facts/4.0/rocky-8-x86_64.facts +523 -0
  63. data/facts/4.0/scientific-7-x86_64.facts +706 -0
  64. data/facts/4.0/ubuntu-18.04-x86_64.facts +331 -0
  65. data/facts/4.0/ubuntu-20.04-x86_64.facts +349 -0
  66. data/facts/4.1/almalinux-8-x86_64.facts +544 -0
  67. data/facts/4.1/debian-11-x86_64.facts +326 -0
  68. data/facts/4.1/fedora-32-x86_64.facts +310 -0
  69. data/facts/4.1/fedora-33-x86_64.facts +305 -0
  70. data/facts/4.1/fedora-34-x86_64.facts +310 -0
  71. data/facts/4.1/freebsd-11-x86_64.facts +262 -0
  72. data/facts/4.1/freebsd-12-x86_64.facts +262 -0
  73. data/facts/4.1/freebsd-13-x86_64.facts +207 -0
  74. data/facts/4.1/redhat-8-x86_64.facts +525 -0
  75. data/facts/4.1/rocky-8-x86_64.facts +525 -0
  76. data/facts/4.1/ubuntu-18.04-x86_64.facts +333 -0
  77. data/facts/4.1/ubuntu-20.04-x86_64.facts +351 -0
  78. data/facts/4.2/almalinux-8-x86_64.facts +550 -0
  79. data/facts/4.2/centos-7-x86_64.facts +593 -0
  80. data/facts/4.2/centos-8-x86_64.facts +591 -0
  81. data/facts/4.2/debian-10-x86_64.facts +574 -0
  82. data/facts/4.2/debian-11-x86_64.facts +520 -0
  83. data/facts/4.2/debian-9-x86_64.facts +597 -0
  84. data/facts/4.2/fedora-32-x86_64.facts +310 -0
  85. data/facts/4.2/fedora-33-x86_64.facts +305 -0
  86. data/facts/4.2/fedora-34-x86_64.facts +511 -0
  87. data/facts/4.2/freebsd-11-x86_64.facts +261 -0
  88. data/facts/4.2/freebsd-12-x86_64.facts +261 -0
  89. data/facts/4.2/freebsd-13-x86_64.facts +260 -0
  90. data/facts/4.2/oraclelinux-7-x86_64.facts +593 -0
  91. data/facts/4.2/oraclelinux-8-x86_64.facts +591 -0
  92. data/facts/4.2/oraclelinux-9-x86_64.facts +291 -0
  93. data/facts/4.2/redhat-7-x86_64.facts +593 -0
  94. data/facts/4.2/redhat-8-x86_64.facts +525 -0
  95. data/facts/4.2/redhat-9-x86_64.facts +291 -0
  96. data/facts/4.2/rocky-8-x86_64.facts +525 -0
  97. data/facts/4.2/scientific-7-x86_64.facts +593 -0
  98. data/facts/4.2/ubuntu-18.04-x86_64.facts +339 -0
  99. data/facts/4.2/ubuntu-20.04-x86_64.facts +357 -0
  100. data/facts/Gemfile +2 -0
  101. data/facts/Vagrantfile +40 -166
  102. data/facts/get_facts.sh +81 -22
  103. data/lib/facterdb/version.rb +1 -1
  104. metadata +87 -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
- almalinux*)
41
- osfamily='AlmaLinux'
43
+ rocky-*)
44
+ osfamily='RockyLinux'
42
45
  ;;
43
46
  *)
44
47
  echo 'Failed to determine osfamily from /etc/redhat-release'
@@ -94,9 +97,28 @@ case "${osfamily}" in
94
97
  done
95
98
  yum remove -y puppet5-release
96
99
  fi
100
+ # Puppet 6
97
101
  yum install -y "https://yum.puppetlabs.com/puppet6-release-fedora-${operatingsystemmajrelease}.noarch.rpm"
98
102
  if [[ "${?}" == 0 ]]; then
99
- for puppet_agent_version in 6.2.0-1 6.4.2-1 6.6.0-1; do
103
+ for puppet_agent_version in 6.25.0-1; do
104
+ dnf install -y "puppet-agent-${puppet_agent_version}.fc${operatingsystemmajrelease}"
105
+ if [[ "${?}" == 0 ]]; then
106
+ output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
107
+ mkdir -p $(dirname ${output_file})
108
+ facter --show-legacy -p -j | tee ${output_file}
109
+ fi
110
+ done
111
+ yum remove -y puppet6-release
112
+ fi
113
+ # Puppet 7
114
+ if [[ $operatingsystemmajrelease == '33' ]] && command -v facter &> /dev/null; then
115
+ output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
116
+ mkdir -p $(dirname ${output_file})
117
+ facter --show-legacy -p -j | tee ${output_file}
118
+ fi
119
+ yum install -y "https://yum.puppetlabs.com/puppet7-release-fedora-${operatingsystemmajrelease}.noarch.rpm"
120
+ if [[ "${?}" == 0 ]]; then
121
+ for puppet_agent_version in 7.12.0-1; do
100
122
  dnf install -y "puppet-agent-${puppet_agent_version}.fc${operatingsystemmajrelease}"
101
123
  if [[ "${?}" == 0 ]]; then
102
124
  output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
@@ -152,8 +174,20 @@ case "${osfamily}" in
152
174
  done
153
175
  yum remove -y puppet6-release
154
176
  fi
177
+ wget "http://yum.puppetlabs.com/puppet7-release-el-${operatingsystemmajrelease}.noarch.rpm" -O /tmp/puppet7-release.rpm
178
+ if test -f /tmp/puppet7-release.rpm; then
179
+ rpm -ivh /tmp/puppet7-release.rpm
180
+ for puppet_agent_version in 7.5.0 7.6.1 7.12.0; do
181
+ if yum install -y puppet-agent-${puppet_agent_version}; then
182
+ output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
183
+ mkdir -p $(dirname ${output_file})
184
+ facter --show-legacy -p -j | tee ${output_file}
185
+ fi
186
+ done
187
+ yum remove -y puppet7-release
188
+ fi
155
189
  ;;
156
- 'AlmaLinux')
190
+ 'RockyLinux'|'AlmaLinux')
157
191
  dnf localinstall -y "http://yum.puppetlabs.com/puppet6-release-el-${operatingsystemmajrelease}.noarch.rpm"
158
192
  if dnf install -y puppet-agent; then
159
193
  output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
@@ -209,6 +243,19 @@ case "${osfamily}" in
209
243
  done
210
244
  apt-get -y remove --purge puppet6-release
211
245
  fi
246
+ curl "https://apt.puppetlabs.com/puppet7-release-${lsbdistcodename}.deb" -o /tmp/puppet7-release.deb
247
+ if test "$?" -eq 0 -a -f /tmp/puppet7-release.deb; then
248
+ dpkg --install /tmp/puppet7-release.deb
249
+ apt-get update
250
+ for puppet_agent_version in 7.5.0 7.6.1 7.12.0; do
251
+ if apt_install puppet-agent=${puppet_agent_version}*; then
252
+ output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
253
+ mkdir -p $(dirname ${output_file})
254
+ facter --show-legacy -p -j | tee ${output_file}
255
+ fi
256
+ done
257
+ apt-get -y remove --purge puppet7-release
258
+ fi
212
259
  apt_install make gcc libgmp-dev
213
260
 
214
261
  # There are no puppet-agent packages for Buster yet, so generate a Facter 3.x
@@ -222,15 +269,20 @@ case "${osfamily}" in
222
269
  ;;
223
270
  'FreeBSD')
224
271
  pkg update
225
- pkg install -y sysutils/puppet5 sysutils/facter sysutils/rubygem-bundler
226
- # something about the pkg update process causes the shared folder mount to
227
- # get into an unusable state, so we remount it here before generating any
228
- # fact sets.
229
- umount /vagrant
230
- mount -t vboxvfs Vagrant /vagrant
231
- output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
232
- mkdir -p $(dirname ${output_file})
233
- [ ! -f ${output_file} ] && facter --show-legacy -p -j | tee ${output_file}
272
+ for facter_package in facter rubygem-facter ; do
273
+ pkg install -fy ${facter_package}
274
+
275
+ # something about the pkg update process causes the shared folder mount to
276
+ # get into an unusable state, so we remount it here before generating any
277
+ # fact sets.
278
+ umount /vagrant
279
+ mount -t vboxvfs Vagrant /vagrant
280
+ hardwaremodel=$(facter hardwaremodel)
281
+ [ "${hardwaremodel}" = 'amd64' ] && hardwaremodel=x86_64
282
+ output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-${hardwaremodel}.facts"
283
+ mkdir -p $(dirname ${output_file})
284
+ [ ! -f ${output_file} ] && facter --show-legacy -p -j | tee ${output_file}
285
+ done
234
286
  ;;
235
287
  'OpenBSD')
236
288
  hardwaremodel=$(facter hardwaremodel)
@@ -301,19 +353,23 @@ hardwaremodel=$(facter hardwaremodel)
301
353
 
302
354
  PATH=/opt/puppetlabs/puppet/bin:$PATH
303
355
 
304
- if ruby -e 'puts RUBY_VERSION' | grep -e '^2\.3'; then
305
- gem install bundler --no-ri --no-rdoc --no-format-executable
356
+ if [ "$(ruby -e 'puts Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.3")')" = "true" ]; then
357
+ gem install bundler --no-document --no-format-executable
306
358
  else
307
359
  gem install bundler --version '~> 1.0' --no-ri --no-rdoc --no-format-executable
308
360
  fi
309
361
  bundle install --path vendor/bundler
310
362
 
311
- 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
363
+ for version in 4.0.0 4.1.0 4.2.0; do
312
364
  FACTER_GEM_VERSION="~> ${version}" bundle update
365
+
366
+ # This is another workaround for shared folder on FreeBSD. "Accessing"
367
+ # /vagrant helps to not encounter a bug where we try to access files in
368
+ # /vagrant/subdir/file
369
+ ls -d /vagrant > /dev/null
370
+ ls -l /vagrant > /dev/null
371
+
313
372
  case "${operatingsystem}" in
314
- almalinux)
315
- break
316
- ;;
317
373
  openbsd)
318
374
  output_file="/vagrant/$(bundle exec facter --version | cut -d. -f1,2)/${operatingsystem}-${operatingsystemrelease}-${hardwaremodel}.facts"
319
375
  ;;
@@ -324,9 +380,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
380
  output_file="/vagrant/$(bundle exec facter --version | cut -d. -f1,2)/${operatingsystem}-${operatingsystemmajrelease}-${hardwaremodel}.facts"
325
381
  ;;
326
382
  esac
383
+ if [ -f $output_file ]; then
384
+ continue
385
+ fi
327
386
  mkdir -p $(dirname $output_file)
328
387
  echo $version | grep -q -E '^1\.' &&
329
- FACTER_GEM_VERSION="~> ${version}" bundle exec facter -j | bundle exec ruby -e 'require "json"; jj JSON.parse gets' | tee $output_file ||
330
- FACTER_GEM_VERSION="~> ${version}" bundle exec facter -j | tee $output_file
388
+ FACTER_GEM_VERSION="~> ${version}" bundle exec facter --show-legacy --json | bundle exec ruby -e 'require "json"; jj JSON.parse gets' | tee $output_file ||
389
+ FACTER_GEM_VERSION="~> ${version}" bundle exec facter --show-legacy --json | tee $output_file
331
390
  done
332
391
 
@@ -1,5 +1,5 @@
1
1
  module FacterDB
2
2
  module Version
3
- STRING = '1.8.0'
3
+ STRING = '1.11.0'
4
4
  end
5
5
  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.8.0
4
+ version: 1.11.0
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-08-06 00:00:00.000000000 Z
11
+ date: 2021-11-05 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
@@ -221,6 +224,7 @@ files:
221
224
  - facts/1.7/centos-8-x86_64.facts
222
225
  - facts/1.7/centos-9-x86_64.facts
223
226
  - facts/1.7/debian-10-x86_64.facts
227
+ - facts/1.7/debian-11-x86_64.facts
224
228
  - facts/1.7/debian-6-i386.facts
225
229
  - facts/1.7/debian-6-x86_64.facts
226
230
  - facts/1.7/debian-7-i386.facts
@@ -244,6 +248,7 @@ files:
244
248
  - facts/1.7/freebsd-10-x86_64.facts
245
249
  - facts/1.7/freebsd-11-x86_64.facts
246
250
  - facts/1.7/freebsd-12-x86_64.facts
251
+ - facts/1.7/freebsd-13-x86_64.facts
247
252
  - facts/1.7/freebsd-9-i386.facts
248
253
  - facts/1.7/freebsd-9-x86_64.facts
249
254
  - facts/1.7/gentoo-i386.facts
@@ -268,6 +273,7 @@ files:
268
273
  - facts/1.7/oraclelinux-6-x86_64.facts
269
274
  - facts/1.7/oraclelinux-7-i386.facts
270
275
  - facts/1.7/oraclelinux-7-x86_64.facts
276
+ - facts/1.7/oraclelinux-8-x86_64.facts
271
277
  - facts/1.7/redhat-5-i386.facts
272
278
  - facts/1.7/redhat-5-x86_64.facts
273
279
  - facts/1.7/redhat-6-i386.facts
@@ -322,6 +328,7 @@ files:
322
328
  - facts/2.0/darwin-17-x86_64.facts
323
329
  - facts/2.0/darwin-18-x86_64.facts
324
330
  - facts/2.0/debian-10-x86_64.facts
331
+ - facts/2.0/debian-11-x86_64.facts
325
332
  - facts/2.0/debian-6-i386.facts
326
333
  - facts/2.0/debian-6-x86_64.facts
327
334
  - facts/2.0/debian-7-i386.facts
@@ -349,6 +356,7 @@ files:
349
356
  - facts/2.0/freebsd-10-x86_64.facts
350
357
  - facts/2.0/freebsd-11-x86_64.facts
351
358
  - facts/2.0/freebsd-12-x86_64.facts
359
+ - facts/2.0/freebsd-13-x86_64.facts
352
360
  - facts/2.0/freebsd-9-i386.facts
353
361
  - facts/2.0/freebsd-9-x86_64.facts
354
362
  - facts/2.0/gentoo-i386.facts
@@ -379,6 +387,7 @@ files:
379
387
  - facts/2.0/oraclelinux-6-x86_64.facts
380
388
  - facts/2.0/oraclelinux-7-i386.facts
381
389
  - facts/2.0/oraclelinux-7-x86_64.facts
390
+ - facts/2.0/oraclelinux-8-x86_64.facts
382
391
  - facts/2.0/redhat-5-i386.facts
383
392
  - facts/2.0/redhat-5-x86_64.facts
384
393
  - facts/2.0/redhat-6-i386.facts
@@ -433,6 +442,7 @@ files:
433
442
  - facts/2.1/darwin-17-x86_64.facts
434
443
  - facts/2.1/darwin-18-x86_64.facts
435
444
  - facts/2.1/debian-10-x86_64.facts
445
+ - facts/2.1/debian-11-x86_64.facts
436
446
  - facts/2.1/debian-6-i386.facts
437
447
  - facts/2.1/debian-6-x86_64.facts
438
448
  - facts/2.1/debian-7-i386.facts
@@ -460,6 +470,7 @@ files:
460
470
  - facts/2.1/freebsd-10-x86_64.facts
461
471
  - facts/2.1/freebsd-11-x86_64.facts
462
472
  - facts/2.1/freebsd-12-x86_64.facts
473
+ - facts/2.1/freebsd-13-x86_64.facts
463
474
  - facts/2.1/freebsd-9-i386.facts
464
475
  - facts/2.1/freebsd-9-x86_64.facts
465
476
  - facts/2.1/gentoo-i386.facts
@@ -490,6 +501,7 @@ files:
490
501
  - facts/2.1/oraclelinux-6-x86_64.facts
491
502
  - facts/2.1/oraclelinux-7-i386.facts
492
503
  - facts/2.1/oraclelinux-7-x86_64.facts
504
+ - facts/2.1/oraclelinux-8-x86_64.facts
493
505
  - facts/2.1/redhat-5-i386.facts
494
506
  - facts/2.1/redhat-5-x86_64.facts
495
507
  - facts/2.1/redhat-6-i386.facts
@@ -554,6 +566,7 @@ files:
554
566
  - facts/2.2/darwin-17-x86_64.facts
555
567
  - facts/2.2/darwin-18-x86_64.facts
556
568
  - facts/2.2/debian-10-x86_64.facts
569
+ - facts/2.2/debian-11-x86_64.facts
557
570
  - facts/2.2/debian-6-i386.facts
558
571
  - facts/2.2/debian-6-x86_64.facts
559
572
  - facts/2.2/debian-7-i386.facts
@@ -581,6 +594,7 @@ files:
581
594
  - facts/2.2/freebsd-10-x86_64.facts
582
595
  - facts/2.2/freebsd-11-x86_64.facts
583
596
  - facts/2.2/freebsd-12-x86_64.facts
597
+ - facts/2.2/freebsd-13-x86_64.facts
584
598
  - facts/2.2/freebsd-9-i386.facts
585
599
  - facts/2.2/freebsd-9-x86_64.facts
586
600
  - facts/2.2/gentoo-i386.facts
@@ -611,6 +625,7 @@ files:
611
625
  - facts/2.2/oraclelinux-6-x86_64.facts
612
626
  - facts/2.2/oraclelinux-7-i386.facts
613
627
  - facts/2.2/oraclelinux-7-x86_64.facts
628
+ - facts/2.2/oraclelinux-8-x86_64.facts
614
629
  - facts/2.2/redhat-5-i386.facts
615
630
  - facts/2.2/redhat-5-x86_64.facts
616
631
  - facts/2.2/redhat-6-i386.facts
@@ -675,6 +690,7 @@ files:
675
690
  - facts/2.3/darwin-17-x86_64.facts
676
691
  - facts/2.3/darwin-18-x86_64.facts
677
692
  - facts/2.3/debian-10-x86_64.facts
693
+ - facts/2.3/debian-11-x86_64.facts
678
694
  - facts/2.3/debian-6-i386.facts
679
695
  - facts/2.3/debian-6-x86_64.facts
680
696
  - facts/2.3/debian-7-i386.facts
@@ -702,6 +718,7 @@ files:
702
718
  - facts/2.3/freebsd-10-x86_64.facts
703
719
  - facts/2.3/freebsd-11-x86_64.facts
704
720
  - facts/2.3/freebsd-12-x86_64.facts
721
+ - facts/2.3/freebsd-13-x86_64.facts
705
722
  - facts/2.3/freebsd-9-i386.facts
706
723
  - facts/2.3/freebsd-9-x86_64.facts
707
724
  - facts/2.3/gentoo-i386.facts
@@ -732,6 +749,7 @@ files:
732
749
  - facts/2.3/oraclelinux-6-x86_64.facts
733
750
  - facts/2.3/oraclelinux-7-i386.facts
734
751
  - facts/2.3/oraclelinux-7-x86_64.facts
752
+ - facts/2.3/oraclelinux-8-x86_64.facts
735
753
  - facts/2.3/redhat-5-i386.facts
736
754
  - facts/2.3/redhat-5-x86_64.facts
737
755
  - facts/2.3/redhat-6-i386.facts
@@ -797,6 +815,7 @@ files:
797
815
  - facts/2.4/darwin-17-x86_64.facts
798
816
  - facts/2.4/darwin-18-x86_64.facts
799
817
  - facts/2.4/debian-10-x86_64.facts
818
+ - facts/2.4/debian-11-x86_64.facts
800
819
  - facts/2.4/debian-6-i386.facts
801
820
  - facts/2.4/debian-6-x86_64.facts
802
821
  - facts/2.4/debian-7-i386.facts
@@ -824,6 +843,7 @@ files:
824
843
  - facts/2.4/freebsd-10-x86_64.facts
825
844
  - facts/2.4/freebsd-11-x86_64.facts
826
845
  - facts/2.4/freebsd-12-x86_64.facts
846
+ - facts/2.4/freebsd-13-x86_64.facts
827
847
  - facts/2.4/freebsd-9-i386.facts
828
848
  - facts/2.4/freebsd-9-x86_64.facts
829
849
  - facts/2.4/gentoo-i386.facts
@@ -854,6 +874,7 @@ files:
854
874
  - facts/2.4/oraclelinux-6-x86_64.facts
855
875
  - facts/2.4/oraclelinux-7-i386.facts
856
876
  - facts/2.4/oraclelinux-7-x86_64.facts
877
+ - facts/2.4/oraclelinux-8-x86_64.facts
857
878
  - facts/2.4/raspbian-9-armv6l.facts
858
879
  - facts/2.4/raspbian-9-armv7l.facts
859
880
  - facts/2.4/redhat-5-i386.facts
@@ -918,6 +939,7 @@ files:
918
939
  - facts/2.5/darwin-17-x86_64.facts
919
940
  - facts/2.5/darwin-18-x86_64.facts
920
941
  - facts/2.5/debian-10-x86_64.facts
942
+ - facts/2.5/debian-11-x86_64.facts
921
943
  - facts/2.5/debian-7-i386.facts
922
944
  - facts/2.5/debian-7-x86_64.facts
923
945
  - facts/2.5/debian-8-i386.facts
@@ -936,6 +958,7 @@ files:
936
958
  - facts/2.5/freebsd-10-x86_64.facts
937
959
  - facts/2.5/freebsd-11-x86_64.facts
938
960
  - facts/2.5/freebsd-12-x86_64.facts
961
+ - facts/2.5/freebsd-13-x86_64.facts
939
962
  - facts/2.5/gentoo-i386.facts
940
963
  - facts/2.5/gentoo-x86_64.facts
941
964
  - facts/2.5/linuxmint-18-x86_64.facts
@@ -951,6 +974,7 @@ files:
951
974
  - facts/2.5/oraclelinux-6-i386.facts
952
975
  - facts/2.5/oraclelinux-6-x86_64.facts
953
976
  - facts/2.5/oraclelinux-7-x86_64.facts
977
+ - facts/2.5/oraclelinux-8-x86_64.facts
954
978
  - facts/2.5/redhat-5-i386.facts
955
979
  - facts/2.5/redhat-5-x86_64.facts
956
980
  - facts/2.5/redhat-6-i386.facts
@@ -1171,6 +1195,7 @@ files:
1171
1195
  - facts/3.11/oraclelinux-6-x86_64.facts
1172
1196
  - facts/3.11/oraclelinux-7-i386.facts
1173
1197
  - facts/3.11/oraclelinux-7-x86_64.facts
1198
+ - facts/3.11/oraclelinux-8-x86_64.facts
1174
1199
  - facts/3.11/raspbian-10-armv6l.facts
1175
1200
  - facts/3.11/raspbian-10-armv7l.facts
1176
1201
  - facts/3.11/redhat-5-i386.facts
@@ -1222,6 +1247,7 @@ files:
1222
1247
  - facts/3.12/openbsd-6.4-x86_64.facts
1223
1248
  - facts/3.12/oraclelinux-6-x86_64.facts
1224
1249
  - facts/3.12/oraclelinux-7-x86_64.facts
1250
+ - facts/3.12/oraclelinux-8-x86_64.facts
1225
1251
  - facts/3.12/redhat-6-x86_64.facts
1226
1252
  - facts/3.12/redhat-7-x86_64.facts
1227
1253
  - facts/3.12/redhat-8-x86_64.facts
@@ -1260,6 +1286,7 @@ files:
1260
1286
  - facts/3.13/linuxmint-19-x86_64.facts
1261
1287
  - facts/3.13/oraclelinux-6-x86_64.facts
1262
1288
  - facts/3.13/oraclelinux-7-x86_64.facts
1289
+ - facts/3.13/oraclelinux-8-x86_64.facts
1263
1290
  - facts/3.13/redhat-6-x86_64.facts
1264
1291
  - facts/3.13/redhat-7-x86_64.facts
1265
1292
  - facts/3.13/redhat-8-x86_64.facts
@@ -1292,21 +1319,30 @@ files:
1292
1319
  - facts/3.14/darwin-19-x86_64.facts
1293
1320
  - facts/3.14/darwin-20-x86_64.facts
1294
1321
  - facts/3.14/debian-10-x86_64.facts
1322
+ - facts/3.14/debian-11-x86_64.facts
1295
1323
  - facts/3.14/debian-8-x86_64.facts
1296
1324
  - facts/3.14/debian-9-x86_64.facts
1297
1325
  - facts/3.14/fedora-28-x86_64.facts
1298
1326
  - facts/3.14/fedora-29-x86_64.facts
1299
1327
  - facts/3.14/fedora-30-x86_64.facts
1328
+ - facts/3.14/fedora-32-x86_64.facts
1329
+ - facts/3.14/fedora-33-x86_64.facts
1330
+ - facts/3.14/fedora-34-x86_64.facts
1300
1331
  - facts/3.14/freebsd-11-amd64.facts
1332
+ - facts/3.14/freebsd-11-x86_64.facts
1301
1333
  - facts/3.14/freebsd-12-amd64.facts
1334
+ - facts/3.14/freebsd-12-x86_64.facts
1335
+ - facts/3.14/freebsd-13-x86_64.facts
1302
1336
  - facts/3.14/gentoo-x86_64.facts
1303
1337
  - facts/3.14/linuxmint-18-x86_64.facts
1304
1338
  - facts/3.14/linuxmint-19-x86_64.facts
1305
1339
  - facts/3.14/oraclelinux-6-x86_64.facts
1306
1340
  - facts/3.14/oraclelinux-7-x86_64.facts
1341
+ - facts/3.14/oraclelinux-8-x86_64.facts
1307
1342
  - facts/3.14/redhat-6-x86_64.facts
1308
1343
  - facts/3.14/redhat-7-x86_64.facts
1309
1344
  - facts/3.14/redhat-8-x86_64.facts
1345
+ - facts/3.14/rocky-8-x86_64.facts
1310
1346
  - facts/3.14/scientific-6-x86_64.facts
1311
1347
  - facts/3.14/scientific-7-x86_64.facts
1312
1348
  - facts/3.14/sles-11-x86_64.facts
@@ -1318,6 +1354,7 @@ files:
1318
1354
  - facts/3.14/ubuntu-16.04-x86_64.facts
1319
1355
  - facts/3.14/ubuntu-18.04-x86_64.facts
1320
1356
  - facts/3.14/ubuntu-20.04-x86_64.facts
1357
+ - facts/3.14/ubuntu-21.04-x86_64.facts
1321
1358
  - facts/3.14/windows-10-i386.facts
1322
1359
  - facts/3.14/windows-10-x86_64.facts
1323
1360
  - facts/3.14/windows-2012 r2-core-x86_64.facts
@@ -1703,9 +1740,57 @@ files:
1703
1740
  - facts/4.0/almalinux-8-x86_64.facts
1704
1741
  - facts/4.0/centos-7-x86_64.facts
1705
1742
  - facts/4.0/debian-10-x86_64.facts
1743
+ - facts/4.0/debian-11-x86_64.facts
1744
+ - facts/4.0/fedora-32-x86_64.facts
1745
+ - facts/4.0/fedora-33-x86_64.facts
1746
+ - facts/4.0/fedora-34-x86_64.facts
1747
+ - facts/4.0/freebsd-11-x86_64.facts
1748
+ - facts/4.0/freebsd-12-x86_64.facts
1749
+ - facts/4.0/freebsd-13-x86_64.facts
1750
+ - facts/4.0/oraclelinux-7-x86_64.facts
1751
+ - facts/4.0/redhat-7-x86_64.facts
1752
+ - facts/4.0/redhat-8-x86_64.facts
1753
+ - facts/4.0/rocky-8-x86_64.facts
1754
+ - facts/4.0/scientific-7-x86_64.facts
1706
1755
  - facts/4.0/solaris-11-sun4v.facts
1756
+ - facts/4.0/ubuntu-18.04-x86_64.facts
1757
+ - facts/4.0/ubuntu-20.04-x86_64.facts
1758
+ - facts/4.1/almalinux-8-x86_64.facts
1759
+ - facts/4.1/debian-11-x86_64.facts
1760
+ - facts/4.1/fedora-32-x86_64.facts
1761
+ - facts/4.1/fedora-33-x86_64.facts
1762
+ - facts/4.1/fedora-34-x86_64.facts
1763
+ - facts/4.1/freebsd-11-x86_64.facts
1764
+ - facts/4.1/freebsd-12-x86_64.facts
1765
+ - facts/4.1/freebsd-13-x86_64.facts
1766
+ - facts/4.1/redhat-8-x86_64.facts
1767
+ - facts/4.1/rocky-8-x86_64.facts
1768
+ - facts/4.1/ubuntu-18.04-x86_64.facts
1769
+ - facts/4.1/ubuntu-20.04-x86_64.facts
1770
+ - facts/4.2/almalinux-8-x86_64.facts
1771
+ - facts/4.2/centos-7-x86_64.facts
1772
+ - facts/4.2/centos-8-x86_64.facts
1707
1773
  - facts/4.2/centos-9-x86_64.facts
1708
1774
  - facts/4.2/darwin-20-x86_64.facts
1775
+ - facts/4.2/debian-10-x86_64.facts
1776
+ - facts/4.2/debian-11-x86_64.facts
1777
+ - facts/4.2/debian-9-x86_64.facts
1778
+ - facts/4.2/fedora-32-x86_64.facts
1779
+ - facts/4.2/fedora-33-x86_64.facts
1780
+ - facts/4.2/fedora-34-x86_64.facts
1781
+ - facts/4.2/freebsd-11-x86_64.facts
1782
+ - facts/4.2/freebsd-12-x86_64.facts
1783
+ - facts/4.2/freebsd-13-x86_64.facts
1784
+ - facts/4.2/oraclelinux-7-x86_64.facts
1785
+ - facts/4.2/oraclelinux-8-x86_64.facts
1786
+ - facts/4.2/oraclelinux-9-x86_64.facts
1787
+ - facts/4.2/redhat-7-x86_64.facts
1788
+ - facts/4.2/redhat-8-x86_64.facts
1789
+ - facts/4.2/redhat-9-x86_64.facts
1790
+ - facts/4.2/rocky-8-x86_64.facts
1791
+ - facts/4.2/scientific-7-x86_64.facts
1792
+ - facts/4.2/ubuntu-18.04-x86_64.facts
1793
+ - facts/4.2/ubuntu-20.04-x86_64.facts
1709
1794
  - facts/Gemfile
1710
1795
  - facts/Vagrantfile
1711
1796
  - facts/Windows_README.md