facterdb 3.7.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/.github/release.yml +41 -0
  3. data/.github/workflows/release.yml +91 -20
  4. data/.github/workflows/test.yml +3 -4
  5. data/CHANGELOG.md +12 -0
  6. data/Gemfile +3 -7
  7. data/facterdb.gemspec +1 -2
  8. data/facts/4.10/almalinux-8-x86_64.facts +536 -0
  9. data/facts/4.10/almalinux-9-x86_64.facts +587 -0
  10. data/facts/4.10/amazon-2-x86_64.facts +265 -0
  11. data/facts/4.10/centos-9-x86_64.facts +518 -0
  12. data/facts/4.10/fedora-40-x86_64.facts +470 -0
  13. data/facts/4.10/fedora-41-x86_64.facts +845 -0
  14. data/facts/4.10/opensuse-15-x86_64.facts +482 -0
  15. data/facts/4.10/oraclelinux-8-x86_64.facts +518 -0
  16. data/facts/4.10/oraclelinux-9-x86_64.facts +584 -0
  17. data/facts/4.10/rocky-8-x86_64.facts +486 -0
  18. data/facts/4.10/rocky-9-x86_64.facts +536 -0
  19. data/facts/4.10/ubuntu-22.04-aarch64.facts +609 -0
  20. data/facts/4.10/ubuntu-24.04-aarch64.facts +485 -0
  21. data/facts/4.10/windows-10-x86_64.facts +174 -0
  22. data/facts/4.10/windows-11-x86_64.facts +174 -0
  23. data/facts/4.10/windows-2022-x86_64.facts +168 -0
  24. data/facts/4.11/almalinux-8-x86_64.facts +538 -0
  25. data/facts/4.11/almalinux-9-x86_64.facts +589 -0
  26. data/facts/4.11/amazon-2-x86_64.facts +462 -0
  27. data/facts/4.11/centos-9-x86_64.facts +518 -0
  28. data/facts/4.11/fedora-40-x86_64.facts +470 -0
  29. data/facts/4.11/fedora-41-x86_64.facts +845 -0
  30. data/facts/4.11/oraclelinux-8-x86_64.facts +520 -0
  31. data/facts/4.11/oraclelinux-9-x86_64.facts +586 -0
  32. data/facts/4.11/rocky-8-x86_64.facts +489 -0
  33. data/facts/4.11/rocky-9-x86_64.facts +539 -0
  34. data/facts/4.11/ubuntu-22.04-aarch64.facts +614 -0
  35. data/facts/4.11/ubuntu-24.04-aarch64.facts +490 -0
  36. data/facts/4.2/amazon-2-x86_64.facts +249 -0
  37. data/facts/4.2/centos-10-x86_64.facts +502 -0
  38. data/facts/4.2/fedora-40-x86_64.facts +458 -0
  39. data/facts/4.2/fedora-41-x86_64.facts +831 -0
  40. data/facts/4.2/ubuntu-22.04-aarch64.facts +597 -0
  41. data/facts/4.2/ubuntu-24.04-aarch64.facts +473 -0
  42. data/facts/4.3/amazon-2-x86_64.facts +249 -0
  43. data/facts/4.3/centos-10-x86_64.facts +502 -0
  44. data/facts/4.3/fedora-40-x86_64.facts +458 -0
  45. data/facts/4.3/fedora-41-x86_64.facts +831 -0
  46. data/facts/4.3/ubuntu-22.04-aarch64.facts +597 -0
  47. data/facts/4.3/ubuntu-24.04-aarch64.facts +473 -0
  48. data/facts/4.4/amazon-2-x86_64.facts +249 -0
  49. data/facts/4.4/centos-10-x86_64.facts +502 -0
  50. data/facts/4.4/fedora-40-x86_64.facts +458 -0
  51. data/facts/4.4/fedora-41-x86_64.facts +831 -0
  52. data/facts/4.4/ubuntu-22.04-aarch64.facts +597 -0
  53. data/facts/4.4/ubuntu-24.04-aarch64.facts +473 -0
  54. data/facts/4.5/fedora-40-x86_64.facts +464 -0
  55. data/facts/4.5/fedora-41-x86_64.facts +837 -0
  56. data/facts/4.5/ubuntu-22.04-aarch64.facts +603 -0
  57. data/facts/4.5/ubuntu-24.04-aarch64.facts +479 -0
  58. data/facts/4.6/amazon-2-x86_64.facts +257 -0
  59. data/facts/4.6/fedora-40-x86_64.facts +465 -0
  60. data/facts/4.6/fedora-41-x86_64.facts +838 -0
  61. data/facts/4.6/opensuse-15-x86_64.facts +475 -0
  62. data/facts/4.6/ubuntu-22.04-aarch64.facts +603 -0
  63. data/facts/4.6/ubuntu-24.04-aarch64.facts +479 -0
  64. data/facts/4.7/amazon-2-x86_64.facts +257 -0
  65. data/facts/4.7/fedora-40-x86_64.facts +465 -0
  66. data/facts/4.7/fedora-41-x86_64.facts +838 -0
  67. data/facts/4.7/ubuntu-22.04-aarch64.facts +603 -0
  68. data/facts/4.7/ubuntu-24.04-aarch64.facts +479 -0
  69. data/facts/4.8/amazon-2-x86_64.facts +263 -0
  70. data/facts/4.8/fedora-40-x86_64.facts +468 -0
  71. data/facts/4.8/fedora-41-x86_64.facts +841 -0
  72. data/facts/4.8/opensuse-15-x86_64.facts +481 -0
  73. data/facts/4.8/ubuntu-22.04-aarch64.facts +606 -0
  74. data/facts/4.8/ubuntu-24.04-aarch64.facts +482 -0
  75. data/facts/4.8/windows-10-x86_64.facts +174 -0
  76. data/facts/4.8/windows-11-x86_64.facts +174 -0
  77. data/facts/4.8/windows-2022-x86_64.facts +168 -0
  78. data/facts/4.9/amazon-2-x86_64.facts +265 -0
  79. data/facts/4.9/fedora-40-x86_64.facts +470 -0
  80. data/facts/4.9/fedora-41-x86_64.facts +845 -0
  81. data/facts/4.9/opensuse-15-x86_64.facts +482 -0
  82. data/facts/4.9/ubuntu-22.04-aarch64.facts +609 -0
  83. data/facts/4.9/ubuntu-24.04-aarch64.facts +485 -0
  84. data/facts/4.9/windows-10-x86_64.facts +174 -0
  85. data/facts/4.9/windows-11-x86_64.facts +174 -0
  86. data/facts/4.9/windows-2022-x86_64.facts +168 -0
  87. data/facts/README.md +8 -0
  88. data/facts/Vagrantfile +58 -20
  89. data/facts/get_facts.sh +2 -2
  90. data/facts/vbguest_install.sh +16 -0
  91. data/facts/versions.txt +3 -2
  92. data/lib/facterdb/version.rb +1 -1
  93. data/lib/facterdb.rb +0 -1
  94. metadata +86 -24
  95. data/database/list_arch_os_facter.md +0 -55
  96. data/database/list_facter_os_arch.md +0 -302
  97. data/database/list_os_arch_facter.md +0 -104
  98. data/database/list_os_facter_arch.md +0 -340
  99. data/database/table.md +0 -59
@@ -0,0 +1,249 @@
1
+ {
2
+ "aio_agent_version": "8.12.1",
3
+ "augeas": {
4
+ "version": "1.14.1"
5
+ },
6
+ "disks": {
7
+ "sda": {
8
+ "model": "VBOX HARDDISK",
9
+ "serial": "VBb9e5a750-6988346e",
10
+ "size": "25.00 GiB",
11
+ "size_bytes": 26843545600,
12
+ "type": "hdd",
13
+ "vendor": "ATA"
14
+ }
15
+ },
16
+ "dmi": {
17
+ "bios": {
18
+ "release_date": "12/01/2006",
19
+ "vendor": "innotek GmbH",
20
+ "version": "VirtualBox"
21
+ },
22
+ "board": {
23
+ "manufacturer": "Oracle Corporation",
24
+ "product": "VirtualBox",
25
+ "serial_number": "0"
26
+ },
27
+ "chassis": {
28
+ "type": "Other"
29
+ },
30
+ "manufacturer": "innotek GmbH",
31
+ "product": {
32
+ "name": "VirtualBox",
33
+ "serial_number": "0",
34
+ "uuid": "AE0C2099-5AB6-F946-9339-3F778AA14C51"
35
+ }
36
+ },
37
+ "facterversion": "4.2.14",
38
+ "filesystems": "xfs",
39
+ "fips_enabled": false,
40
+ "gem_version": "~> 4.2.14",
41
+ "hypervisors": {
42
+ "virtualbox": {
43
+ "revision": "167084",
44
+ "version": "7.1.6"
45
+ }
46
+ },
47
+ "identity": {
48
+ "gid": 0,
49
+ "group": "root",
50
+ "privileged": true,
51
+ "uid": 0,
52
+ "user": "root"
53
+ },
54
+ "is_virtual": true,
55
+ "kernel": "Linux",
56
+ "kernelmajversion": "4.14",
57
+ "kernelrelease": "4.14.314-237.533.amzn2.x86_64",
58
+ "kernelversion": "4.14.314",
59
+ "load_averages": {
60
+ "15m": 0.23,
61
+ "1m": 1.41,
62
+ "5m": 0.62
63
+ },
64
+ "memory": {
65
+ "system": {
66
+ "available": "1.65 GiB",
67
+ "available_bytes": 1771077632,
68
+ "capacity": "14.70%",
69
+ "total": "1.93 GiB",
70
+ "total_bytes": 2076364800,
71
+ "used": "291.14 MiB",
72
+ "used_bytes": 305287168
73
+ }
74
+ },
75
+ "networking": {
76
+ "dhcp": "10.0.2.2",
77
+ "domain": "example.com",
78
+ "fqdn": "foo.example.com",
79
+ "hostname": "foo",
80
+ "interfaces": {
81
+ "eth0": {
82
+ "bindings": [
83
+ {
84
+ "address": "10.0.2.15",
85
+ "netmask": "255.255.255.0",
86
+ "network": "10.0.2.0"
87
+ }
88
+ ],
89
+ "bindings6": [
90
+ {
91
+ "address": "fd00::a00:27ff:fea6:b56c",
92
+ "netmask": "ffff:ffff:ffff:ffff::",
93
+ "network": "fd00::",
94
+ "scope6": "global",
95
+ "flags": []
96
+ },
97
+ {
98
+ "address": "fe80::a00:27ff:fea6:b56c",
99
+ "netmask": "ffff:ffff:ffff:ffff::",
100
+ "network": "fe80::",
101
+ "scope6": "link",
102
+ "flags": [
103
+ "permanent"
104
+ ]
105
+ }
106
+ ],
107
+ "dhcp": "10.0.2.2",
108
+ "ip": "10.0.2.15",
109
+ "ip6": "fd00::a00:27ff:fea6:b56c",
110
+ "mac": "08:00:27:a6:b5:6c",
111
+ "mtu": 1500,
112
+ "netmask": "255.255.255.0",
113
+ "netmask6": "ffff:ffff:ffff:ffff::",
114
+ "network": "10.0.2.0",
115
+ "network6": "fd00::",
116
+ "scope6": "global"
117
+ },
118
+ "lo": {
119
+ "bindings": [
120
+ {
121
+ "address": "127.0.0.1",
122
+ "netmask": "255.0.0.0",
123
+ "network": "127.0.0.0"
124
+ }
125
+ ],
126
+ "bindings6": [
127
+ {
128
+ "address": "::1",
129
+ "netmask": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
130
+ "network": "::1",
131
+ "scope6": "host",
132
+ "flags": [
133
+ "permanent"
134
+ ]
135
+ }
136
+ ],
137
+ "ip": "127.0.0.1",
138
+ "ip6": "::1",
139
+ "mtu": 65536,
140
+ "netmask": "255.0.0.0",
141
+ "netmask6": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
142
+ "network": "127.0.0.0",
143
+ "network6": "::1",
144
+ "scope6": "host"
145
+ }
146
+ },
147
+ "ip": "10.0.2.15",
148
+ "ip6": "fd00::a00:27ff:fea6:b56c",
149
+ "mac": "08:00:27:a6:b5:6c",
150
+ "mtu": 1500,
151
+ "netmask": "255.255.255.0",
152
+ "netmask6": "ffff:ffff:ffff:ffff::",
153
+ "network": "10.0.2.0",
154
+ "network6": "fd00::",
155
+ "primary": "eth0",
156
+ "scope6": "global"
157
+ },
158
+ "os": {
159
+ "architecture": "x86_64",
160
+ "distro": {
161
+ "codename": "Karoo",
162
+ "description": "Amazon Linux release 2 (Karoo)",
163
+ "id": "Amazon",
164
+ "release": {
165
+ "full": "2",
166
+ "major": "2"
167
+ }
168
+ },
169
+ "family": "RedHat",
170
+ "hardware": "x86_64",
171
+ "name": "Amazon",
172
+ "release": {
173
+ "full": "2",
174
+ "major": "2"
175
+ },
176
+ "selinux": {
177
+ "enabled": false
178
+ }
179
+ },
180
+ "partitions": {
181
+ "/dev/sda1": {
182
+ "filesystem": "xfs",
183
+ "label": "/",
184
+ "partlabel": "Linux",
185
+ "partuuid": "75b4352e-e52a-45b8-8f48-41b67d22c88a",
186
+ "size": "25.00 GiB",
187
+ "size_bytes": 26841431552,
188
+ "uuid": "4760f23c-fe8b-4a31-a741-8867c2600105"
189
+ },
190
+ "/dev/sda128": {
191
+ "partlabel": "BIOS Boot Partition",
192
+ "partuuid": "6f098d92-678b-4e34-8361-daa42f96fbea",
193
+ "size": "1.00 MiB",
194
+ "size_bytes": 1048576
195
+ }
196
+ },
197
+ "path": "/home/vagrant/vendor/bundler/ruby/3.2.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
198
+ "processors": {
199
+ "cores": 2,
200
+ "count": 2,
201
+ "isa": "x86_64",
202
+ "models": [
203
+ "12th Gen Intel(R) Core(TM) i9-12900K",
204
+ "12th Gen Intel(R) Core(TM) i9-12900K"
205
+ ],
206
+ "physicalcount": 1,
207
+ "speed": "3.19 GHz",
208
+ "threads": 1
209
+ },
210
+ "ruby": {
211
+ "platform": "x86_64-linux",
212
+ "sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/3.2.0",
213
+ "version": "3.2.7"
214
+ },
215
+ "ssh": {
216
+ "ecdsa": {
217
+ "fingerprints": {
218
+ "sha1": "SSHFP 3 1 03ad6a8c0b981b4f59de3fb89d1b497480d966d0",
219
+ "sha256": "SSHFP 3 2 54f274ff5a2eb0a8e513cae59e9bc4f99ebfc8d2a37bba380510cc2753e19ed5"
220
+ },
221
+ "key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQF03MxXCxVhMvHtFahoGc+axzZuv4oBVH6oqBMN9KfFGnba3W/VO3hRXrcaGO57SRBCS3yPk0g9nTPEVAeWAY=",
222
+ "type": "ecdsa-sha2-nistp256"
223
+ },
224
+ "ed25519": {
225
+ "fingerprints": {
226
+ "sha1": "SSHFP 4 1 e4eea94029d3ad5298b473976ae27da3f423b5bb",
227
+ "sha256": "SSHFP 4 2 366e6e86cfd04d0286af7c563aecb7d2b3717f22127a92cbfc86726168ca90bd"
228
+ },
229
+ "key": "AAAAC3NzaC1lZDI1NTE5AAAAIKx4qPydq2r2jT7EZEAJAGdk8t8Uqwt27WMLyccKvGRD",
230
+ "type": "ssh-ed25519"
231
+ },
232
+ "rsa": {
233
+ "fingerprints": {
234
+ "sha1": "SSHFP 1 1 b6f1bf491e53a718ce84545b4f30388820a4aa81",
235
+ "sha256": "SSHFP 1 2 a7f1152651242ce53ce8ba0c9958a010da8e96d98efb06faf03d95dfc94390ea"
236
+ },
237
+ "key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCkzZvIwVlc2g5luIq8yobqEU9dRNVLdxK0h3gLMUcmtIjxkr6bEdszb+39NbAQTcdVuaWGGa6vm12GgIKJhlDJZedLC7a0hPRs7/nzAd7YYpmiletvifx1MQPI1VYVWfUVAZLD4V93Rhk5jQOEgfcZk1k3WTSz3Ngemjgf2faQ6OZheMzKgudmscJQPA9STcDHqMnEtG21iMaDhNYXOC8ggo2jADeQ539jq76agwLoug2nx8G2I+oT1+us6hCN20neTlLhqHH2PDgvXeFRYzgp1go8cZeQ+B/bWxKIF+fz00z1FhvgegaMcnvuTEmmBUmFhUq8tiqDytb/W04W/aQ5",
238
+ "type": "ssh-rsa"
239
+ }
240
+ },
241
+ "system_uptime": {
242
+ "days": 0,
243
+ "hours": 0,
244
+ "seconds": 83,
245
+ "uptime": "0:01 hours"
246
+ },
247
+ "timezone": "UTC",
248
+ "virtual": "virtualbox"
249
+ }