facterdb 4.2.0 → 4.4.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 (86) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/pages.yml +3 -3
  3. data/.github/workflows/release.yml +6 -6
  4. data/.github/workflows/test.yml +1 -1
  5. data/CHANGELOG.md +17 -0
  6. data/Gemfile +4 -1
  7. data/facterdb.gemspec +1 -1
  8. data/facts/4.11/debian-13-x86_64.facts +6 -4
  9. data/facts/5.1/amazon-2-x86_64.facts +462 -0
  10. data/facts/5.2/almalinux-10-x86_64.facts +585 -0
  11. data/facts/5.2/almalinux-8-x86_64.facts +545 -0
  12. data/facts/5.2/almalinux-9-x86_64.facts +596 -0
  13. data/facts/5.2/amazon-2-x86_64.facts +469 -0
  14. data/facts/5.2/amazon-2023-x86_64.facts +534 -0
  15. data/facts/5.2/centos-10-x86_64.facts +519 -0
  16. data/facts/5.2/centos-9-x86_64.facts +578 -0
  17. data/facts/5.2/debian-11-x86_64.facts +443 -0
  18. data/facts/5.2/debian-12-x86_64.facts +524 -0
  19. data/facts/5.2/debian-13-x86_64.facts +575 -0
  20. data/facts/5.2/oraclelinux-10-x86_64.facts +555 -0
  21. data/facts/5.2/oraclelinux-8-x86_64.facts +524 -0
  22. data/facts/5.2/oraclelinux-9-x86_64.facts +590 -0
  23. data/facts/5.2/redhat-8-x86_64.facts +509 -0
  24. data/facts/5.2/redhat-9-x86_64.facts +560 -0
  25. data/facts/5.2/rocky-10-x86_64.facts +613 -0
  26. data/facts/5.2/rocky-8-x86_64.facts +496 -0
  27. data/facts/5.2/rocky-9-x86_64.facts +546 -0
  28. data/facts/5.2/ubuntu-22.04-x86_64.facts +580 -0
  29. data/facts/5.2/ubuntu-24.04-x86_64.facts +498 -0
  30. data/facts/5.2/windows-2019-x86_64.facts +166 -0
  31. data/facts/5.2/windows-2022-x86_64.facts +167 -0
  32. data/facts/5.2/windows-2025-x86_64.facts +159 -0
  33. data/facts/5.4/almalinux-10-x86_64.facts +585 -0
  34. data/facts/5.4/almalinux-8-x86_64.facts +545 -0
  35. data/facts/5.4/almalinux-9-x86_64.facts +596 -0
  36. data/facts/5.4/amazon-2023-x86_64.facts +534 -0
  37. data/facts/5.4/centos-10-x86_64.facts +544 -0
  38. data/facts/5.4/centos-9-x86_64.facts +578 -0
  39. data/facts/5.4/debian-11-x86_64.facts +443 -0
  40. data/facts/5.4/debian-12-x86_64.facts +524 -0
  41. data/facts/5.4/debian-13-x86_64.facts +575 -0
  42. data/facts/5.4/oraclelinux-10-x86_64.facts +555 -0
  43. data/facts/5.4/oraclelinux-8-x86_64.facts +524 -0
  44. data/facts/5.4/oraclelinux-9-x86_64.facts +590 -0
  45. data/facts/5.4/redhat-8-x86_64.facts +509 -0
  46. data/facts/5.4/redhat-9-x86_64.facts +560 -0
  47. data/facts/5.4/rocky-10-x86_64.facts +613 -0
  48. data/facts/5.4/rocky-8-x86_64.facts +496 -0
  49. data/facts/5.4/rocky-9-x86_64.facts +546 -0
  50. data/facts/5.4/ubuntu-22.04-x86_64.facts +580 -0
  51. data/facts/5.4/ubuntu-24.04-x86_64.facts +498 -0
  52. data/facts/5.4/windows-2019-x86_64.facts +166 -0
  53. data/facts/5.4/windows-2022-x86_64.facts +167 -0
  54. data/facts/5.4/windows-2025-x86_64.facts +159 -0
  55. data/facts/5.6/almalinux-10-x86_64.facts +588 -0
  56. data/facts/5.6/almalinux-8-x86_64.facts +545 -0
  57. data/facts/5.6/almalinux-9-x86_64.facts +596 -0
  58. data/facts/5.6/amazon-2-x86_64.facts +469 -0
  59. data/facts/5.6/amazon-2023-x86_64.facts +534 -0
  60. data/facts/5.6/centos-10-x86_64.facts +547 -0
  61. data/facts/5.6/centos-9-x86_64.facts +578 -0
  62. data/facts/5.6/debian-11-x86_64.facts +446 -0
  63. data/facts/5.6/debian-12-x86_64.facts +527 -0
  64. data/facts/5.6/debian-13-x86_64.facts +578 -0
  65. data/facts/5.6/oraclelinux-10-x86_64.facts +558 -0
  66. data/facts/5.6/oraclelinux-8-x86_64.facts +524 -0
  67. data/facts/5.6/oraclelinux-9-x86_64.facts +590 -0
  68. data/facts/5.6/redhat-8-x86_64.facts +509 -0
  69. data/facts/5.6/redhat-9-x86_64.facts +560 -0
  70. data/facts/5.6/rocky-10-x86_64.facts +616 -0
  71. data/facts/5.6/rocky-8-x86_64.facts +496 -0
  72. data/facts/5.6/rocky-9-x86_64.facts +546 -0
  73. data/facts/5.6/ubuntu-22.04-x86_64.facts +580 -0
  74. data/facts/5.6/ubuntu-24.04-x86_64.facts +498 -0
  75. data/facts/5.6/ubuntu-26.04-x86_64.facts +606 -0
  76. data/facts/5.6/windows-2019-x86_64.facts +166 -0
  77. data/facts/5.6/windows-2022-x86_64.facts +167 -0
  78. data/facts/5.6/windows-2025-x86_64.facts +159 -0
  79. data/facts/Vagrantfile +15 -0
  80. data/facts/get_facts.sh +1 -1
  81. data/facts/vbguest_install.sh +1 -1
  82. data/facts/versions.txt +9 -0
  83. data/lib/facterdb/version.rb +1 -1
  84. data/spec/facter_db_spec.rb +2 -2
  85. data/spec/facts_spec.rb +6 -0
  86. metadata +74 -4
@@ -0,0 +1,606 @@
1
+ {
2
+ "aio_agent_version": "8.26.2",
3
+ "augeas": {
4
+ "version": "1.14.1"
5
+ },
6
+ "disks": {
7
+ "vda": {
8
+ "size": "10.00 GiB",
9
+ "size_bytes": 10737418240,
10
+ "type": "hdd",
11
+ "vendor": "0x1af4"
12
+ }
13
+ },
14
+ "dmi": {
15
+ "bios": {
16
+ "release_date": "04/01/2014",
17
+ "vendor": "SeaBIOS",
18
+ "version": "Arch Linux 1.17.0-2-2"
19
+ },
20
+ "chassis": {
21
+ "type": "Other"
22
+ },
23
+ "manufacturer": "QEMU",
24
+ "product": {
25
+ "name": "Standard PC (i440FX + PIIX, 1996)",
26
+ "uuid": "63a69659-1876-4092-9f8a-5040cb586a4e",
27
+ "version": "pc-i440fx-10.2"
28
+ }
29
+ },
30
+ "facterversion": "5.6.0",
31
+ "filesystems": "ext2,ext3,ext4,squashfs,vfat",
32
+ "fips_enabled": false,
33
+ "hypervisors": {
34
+ "kvm": {
35
+ }
36
+ },
37
+ "identity": {
38
+ "gid": 0,
39
+ "group": "root",
40
+ "privileged": true,
41
+ "uid": 0,
42
+ "user": "root"
43
+ },
44
+ "is_virtual": true,
45
+ "kernel": "Linux",
46
+ "kernelmajversion": "7.0",
47
+ "kernelrelease": "7.0.0-14-generic",
48
+ "kernelversion": "7.0.0",
49
+ "load_averages": {
50
+ "15m": 0.1,
51
+ "1m": 0.53,
52
+ "5m": 0.27
53
+ },
54
+ "memory": {
55
+ "system": {
56
+ "available": "3.30 GiB",
57
+ "available_bytes": 3542073344,
58
+ "capacity": "13.61%",
59
+ "total": "3.82 GiB",
60
+ "total_bytes": 4100026368,
61
+ "used": "532.11 MiB",
62
+ "used_bytes": 557953024
63
+ }
64
+ },
65
+ "mountpoints": {
66
+ "/": {
67
+ "available": "6.33 GiB",
68
+ "available_bytes": 6802124800,
69
+ "capacity": "25.78%",
70
+ "device": "/dev/vda1",
71
+ "filesystem": "ext4",
72
+ "options": [
73
+ "rw",
74
+ "relatime",
75
+ "discard",
76
+ "errors=remount-ro",
77
+ "commit=30"
78
+ ],
79
+ "size": "8.55 GiB",
80
+ "size_bytes": 9181077504,
81
+ "used": "2.20 GiB",
82
+ "used_bytes": 2362175488
83
+ },
84
+ "/boot": {
85
+ "available": "815.86 MiB",
86
+ "available_bytes": 855494656,
87
+ "capacity": "11.44%",
88
+ "device": "/dev/vda13",
89
+ "filesystem": "ext4",
90
+ "options": [
91
+ "rw",
92
+ "relatime"
93
+ ],
94
+ "size": "988.42 MiB",
95
+ "size_bytes": 1036431360,
96
+ "used": "105.41 MiB",
97
+ "used_bytes": 110526464
98
+ },
99
+ "/boot/efi": {
100
+ "available": "98.06 MiB",
101
+ "available_bytes": 102828032,
102
+ "capacity": "6.00%",
103
+ "device": "/dev/vda15",
104
+ "filesystem": "vfat",
105
+ "options": [
106
+ "rw",
107
+ "relatime",
108
+ "fmask=0077",
109
+ "dmask=0077",
110
+ "codepage=437",
111
+ "iocharset=iso8859-1",
112
+ "shortname=mixed",
113
+ "errors=remount-ro"
114
+ ],
115
+ "size": "104.33 MiB",
116
+ "size_bytes": 109395456,
117
+ "used": "6.26 MiB",
118
+ "used_bytes": 6567424
119
+ },
120
+ "/dev": {
121
+ "available": "1.43 GiB",
122
+ "available_bytes": 1537347584,
123
+ "capacity": "0%",
124
+ "device": "devtmpfs",
125
+ "filesystem": "devtmpfs",
126
+ "options": [
127
+ "rw",
128
+ "nosuid",
129
+ "size=1501316k",
130
+ "nr_inodes=375329",
131
+ "mode=755",
132
+ "inode64"
133
+ ],
134
+ "size": "1.43 GiB",
135
+ "size_bytes": 1537347584,
136
+ "used": "0 bytes",
137
+ "used_bytes": 0
138
+ },
139
+ "/dev/hugepages": {
140
+ "available": "0 bytes",
141
+ "available_bytes": 0,
142
+ "capacity": "100%",
143
+ "device": "hugetlbfs",
144
+ "filesystem": "hugetlbfs",
145
+ "options": [
146
+ "rw",
147
+ "nosuid",
148
+ "nodev",
149
+ "relatime",
150
+ "pagesize=2M"
151
+ ],
152
+ "size": "0 bytes",
153
+ "size_bytes": 0,
154
+ "used": "0 bytes",
155
+ "used_bytes": 0
156
+ },
157
+ "/dev/mqueue": {
158
+ "available": "0 bytes",
159
+ "available_bytes": 0,
160
+ "capacity": "100%",
161
+ "device": "mqueue",
162
+ "filesystem": "mqueue",
163
+ "options": [
164
+ "rw",
165
+ "nosuid",
166
+ "nodev",
167
+ "noexec",
168
+ "relatime"
169
+ ],
170
+ "size": "0 bytes",
171
+ "size_bytes": 0,
172
+ "used": "0 bytes",
173
+ "used_bytes": 0
174
+ },
175
+ "/dev/pts": {
176
+ "available": "0 bytes",
177
+ "available_bytes": 0,
178
+ "capacity": "100%",
179
+ "device": "devpts",
180
+ "filesystem": "devpts",
181
+ "options": [
182
+ "rw",
183
+ "nosuid",
184
+ "noexec",
185
+ "relatime",
186
+ "gid=5",
187
+ "mode=600",
188
+ "ptmxmode=000"
189
+ ],
190
+ "size": "0 bytes",
191
+ "size_bytes": 0,
192
+ "used": "0 bytes",
193
+ "used_bytes": 0
194
+ },
195
+ "/dev/shm": {
196
+ "available": "1.91 GiB",
197
+ "available_bytes": 2050011136,
198
+ "capacity": "0%",
199
+ "device": "tmpfs",
200
+ "filesystem": "tmpfs",
201
+ "options": [
202
+ "rw",
203
+ "nosuid",
204
+ "nodev",
205
+ "inode64",
206
+ "usrquota"
207
+ ],
208
+ "size": "1.91 GiB",
209
+ "size_bytes": 2050011136,
210
+ "used": "0 bytes",
211
+ "used_bytes": 0
212
+ },
213
+ "/run": {
214
+ "available": "781.04 MiB",
215
+ "available_bytes": 818978816,
216
+ "capacity": "0.13%",
217
+ "device": "tmpfs",
218
+ "filesystem": "tmpfs",
219
+ "options": [
220
+ "rw",
221
+ "nosuid",
222
+ "nodev",
223
+ "size=800788k",
224
+ "nr_inodes=819200",
225
+ "mode=755",
226
+ "inode64"
227
+ ],
228
+ "size": "782.02 MiB",
229
+ "size_bytes": 820006912,
230
+ "used": "1004.00 KiB",
231
+ "used_bytes": 1028096
232
+ },
233
+ "/run/credentials/getty@tty1.service": {
234
+ "available": "1.00 MiB",
235
+ "available_bytes": 1048576,
236
+ "capacity": "0%",
237
+ "device": "none",
238
+ "filesystem": "tmpfs",
239
+ "options": [
240
+ "ro",
241
+ "nosuid",
242
+ "nodev",
243
+ "noexec",
244
+ "relatime",
245
+ "nosymfollow",
246
+ "size=1024k",
247
+ "nr_inodes=1024",
248
+ "mode=700",
249
+ "inode64",
250
+ "noswap"
251
+ ],
252
+ "size": "1.00 MiB",
253
+ "size_bytes": 1048576,
254
+ "used": "0 bytes",
255
+ "used_bytes": 0
256
+ },
257
+ "/run/credentials/serial-getty@ttyS0.service": {
258
+ "available": "1.00 MiB",
259
+ "available_bytes": 1048576,
260
+ "capacity": "0%",
261
+ "device": "none",
262
+ "filesystem": "tmpfs",
263
+ "options": [
264
+ "ro",
265
+ "nosuid",
266
+ "nodev",
267
+ "noexec",
268
+ "relatime",
269
+ "nosymfollow",
270
+ "size=1024k",
271
+ "nr_inodes=1024",
272
+ "mode=700",
273
+ "inode64",
274
+ "noswap"
275
+ ],
276
+ "size": "1.00 MiB",
277
+ "size_bytes": 1048576,
278
+ "used": "0 bytes",
279
+ "used_bytes": 0
280
+ },
281
+ "/run/credentials/systemd-journald.service": {
282
+ "available": "1.00 MiB",
283
+ "available_bytes": 1048576,
284
+ "capacity": "0%",
285
+ "device": "none",
286
+ "filesystem": "tmpfs",
287
+ "options": [
288
+ "ro",
289
+ "nosuid",
290
+ "nodev",
291
+ "noexec",
292
+ "relatime",
293
+ "nosymfollow",
294
+ "size=1024k",
295
+ "nr_inodes=1024",
296
+ "mode=700",
297
+ "inode64",
298
+ "noswap"
299
+ ],
300
+ "size": "1.00 MiB",
301
+ "size_bytes": 1048576,
302
+ "used": "0 bytes",
303
+ "used_bytes": 0
304
+ },
305
+ "/run/credentials/systemd-networkd.service": {
306
+ "available": "1.00 MiB",
307
+ "available_bytes": 1048576,
308
+ "capacity": "0%",
309
+ "device": "none",
310
+ "filesystem": "tmpfs",
311
+ "options": [
312
+ "ro",
313
+ "nosuid",
314
+ "nodev",
315
+ "noexec",
316
+ "relatime",
317
+ "nosymfollow",
318
+ "size=1024k",
319
+ "nr_inodes=1024",
320
+ "mode=700",
321
+ "inode64",
322
+ "noswap"
323
+ ],
324
+ "size": "1.00 MiB",
325
+ "size_bytes": 1048576,
326
+ "used": "0 bytes",
327
+ "used_bytes": 0
328
+ },
329
+ "/run/credentials/systemd-resolved.service": {
330
+ "available": "1.00 MiB",
331
+ "available_bytes": 1048576,
332
+ "capacity": "0%",
333
+ "device": "none",
334
+ "filesystem": "tmpfs",
335
+ "options": [
336
+ "ro",
337
+ "nosuid",
338
+ "nodev",
339
+ "noexec",
340
+ "relatime",
341
+ "nosymfollow",
342
+ "size=1024k",
343
+ "nr_inodes=1024",
344
+ "mode=700",
345
+ "inode64",
346
+ "noswap"
347
+ ],
348
+ "size": "1.00 MiB",
349
+ "size_bytes": 1048576,
350
+ "used": "0 bytes",
351
+ "used_bytes": 0
352
+ },
353
+ "/run/user/1000": {
354
+ "available": "391.00 MiB",
355
+ "available_bytes": 409993216,
356
+ "capacity": "0.00%",
357
+ "device": "tmpfs",
358
+ "filesystem": "tmpfs",
359
+ "options": [
360
+ "rw",
361
+ "nosuid",
362
+ "nodev",
363
+ "relatime",
364
+ "size=400392k",
365
+ "nr_inodes=100098",
366
+ "mode=700",
367
+ "uid=1000",
368
+ "gid=1000",
369
+ "inode64"
370
+ ],
371
+ "size": "391.01 MiB",
372
+ "size_bytes": 410001408,
373
+ "used": "8.00 KiB",
374
+ "used_bytes": 8192
375
+ },
376
+ "/tmp": {
377
+ "available": "1.91 GiB",
378
+ "available_bytes": 2050015232,
379
+ "capacity": "0%",
380
+ "device": "tmpfs",
381
+ "filesystem": "tmpfs",
382
+ "options": [
383
+ "rw",
384
+ "nosuid",
385
+ "nodev",
386
+ "size=2001968k",
387
+ "nr_inodes=1048576",
388
+ "inode64",
389
+ "usrquota"
390
+ ],
391
+ "size": "1.91 GiB",
392
+ "size_bytes": 2050015232,
393
+ "used": "0 bytes",
394
+ "used_bytes": 0
395
+ }
396
+ },
397
+ "networking": {
398
+ "dhcp": "192.168.121.1",
399
+ "fqdn": "foo.example.com",
400
+ "hostname": "foo",
401
+ "domain": "example.com",
402
+ "interfaces": {
403
+ "ens5": {
404
+ "bindings": [
405
+ {
406
+ "address": "192.168.121.63",
407
+ "netmask": "255.255.255.0",
408
+ "network": "192.168.121.0"
409
+ }
410
+ ],
411
+ "bindings6": [
412
+ {
413
+ "address": "fe80::5054:ff:fe89:1e55",
414
+ "netmask": "ffff:ffff:ffff:ffff::",
415
+ "network": "fe80::",
416
+ "scope6": "link",
417
+ "flags": [
418
+ "permanent"
419
+ ]
420
+ }
421
+ ],
422
+ "dhcp": "192.168.121.1",
423
+ "duplex": "unknown",
424
+ "ip": "192.168.121.63",
425
+ "ip6": "fe80::5054:ff:fe89:1e55",
426
+ "mac": "52:54:00:89:1e:55",
427
+ "mtu": 1500,
428
+ "netmask": "255.255.255.0",
429
+ "netmask6": "ffff:ffff:ffff:ffff::",
430
+ "network": "192.168.121.0",
431
+ "network6": "fe80::",
432
+ "operational_state": "up",
433
+ "physical": true,
434
+ "scope6": "link",
435
+ "speed": -1
436
+ },
437
+ "lo": {
438
+ "bindings": [
439
+ {
440
+ "address": "127.0.0.1",
441
+ "netmask": "255.0.0.0",
442
+ "network": "127.0.0.0"
443
+ }
444
+ ],
445
+ "bindings6": [
446
+ {
447
+ "address": "::1",
448
+ "netmask": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
449
+ "network": "::1",
450
+ "scope6": "host",
451
+ "flags": [
452
+ "permanent"
453
+ ]
454
+ }
455
+ ],
456
+ "ip": "127.0.0.1",
457
+ "ip6": "::1",
458
+ "mtu": 65536,
459
+ "netmask": "255.0.0.0",
460
+ "netmask6": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
461
+ "network": "127.0.0.0",
462
+ "network6": "::1",
463
+ "operational_state": "unknown",
464
+ "physical": false,
465
+ "scope6": "host"
466
+ }
467
+ },
468
+ "ip": "192.168.121.63",
469
+ "ip6": "fe80::5054:ff:fe89:1e55",
470
+ "mac": "52:54:00:89:1e:55",
471
+ "mtu": 1500,
472
+ "netmask": "255.255.255.0",
473
+ "netmask6": "ffff:ffff:ffff:ffff::",
474
+ "network": "192.168.121.0",
475
+ "network6": "fe80::",
476
+ "primary": "ens5",
477
+ "scope6": "link"
478
+ },
479
+ "os": {
480
+ "architecture": "amd64",
481
+ "distro": {
482
+ "codename": "resolute",
483
+ "description": "Ubuntu 26.04 LTS",
484
+ "id": "Ubuntu",
485
+ "release": {
486
+ "full": "26.04",
487
+ "major": "26.04"
488
+ }
489
+ },
490
+ "family": "Debian",
491
+ "hardware": "x86_64",
492
+ "name": "Ubuntu",
493
+ "release": {
494
+ "full": "26.04",
495
+ "major": "26.04"
496
+ },
497
+ "selinux": {
498
+ "enabled": false
499
+ }
500
+ },
501
+ "partitions": {
502
+ "/dev/vda1": {
503
+ "filesystem": "ext4",
504
+ "label": "cloudimg-rootfs",
505
+ "mount": "/",
506
+ "partlabel": "cloudimg-rootfs",
507
+ "parttype": "4f68bce3-e8cd-4db1-96e7-fbcaf984b709",
508
+ "partuuid": "9ed3a034-5553-4531-9f87-5d09cdbd4b64",
509
+ "size": "8.89 GiB",
510
+ "size_bytes": 9547267584,
511
+ "uuid": "2783898c-cc7e-4065-8a0b-35a029af6aa8"
512
+ },
513
+ "/dev/vda13": {
514
+ "filesystem": "ext4",
515
+ "label": "BOOT",
516
+ "mount": "/boot",
517
+ "parttype": "bc13c2ff-59e6-4262-a352-b275fd6f7172",
518
+ "partuuid": "b1b65302-0999-4a0a-a4ed-f924c5841d20",
519
+ "size": "1023.00 MiB",
520
+ "size_bytes": 1072693760,
521
+ "uuid": "d7e8120f-c342-4467-b8ea-d467ed3c1e51"
522
+ },
523
+ "/dev/vda14": {
524
+ "parttype": "21686148-6449-6e6f-744e-656564454649",
525
+ "partuuid": "b5c4fcaa-874d-4ca9-b69c-0eb97b468d03",
526
+ "size": "4.00 MiB",
527
+ "size_bytes": 4194304
528
+ },
529
+ "/dev/vda15": {
530
+ "filesystem": "vfat",
531
+ "label": "UEFI",
532
+ "mount": "/boot/efi",
533
+ "parttype": "c12a7328-f81f-11d2-ba4b-00a0c93ec93b",
534
+ "partuuid": "c87e55a8-21e0-433d-90b6-04ac07df4d2f",
535
+ "size": "106.00 MiB",
536
+ "size_bytes": 111149056,
537
+ "uuid": "6BA1-569B"
538
+ }
539
+ },
540
+ "path": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/opt/puppetlabs/bin",
541
+ "processors": {
542
+ "cores": 1,
543
+ "count": 4,
544
+ "extensions": [
545
+ "x86_64",
546
+ "x86_64-v1",
547
+ "x86_64-v2",
548
+ "x86_64-v3",
549
+ "x86_64-v4"
550
+ ],
551
+ "isa": "x86_64",
552
+ "models": [
553
+ "AMD EPYC-Genoa Processor",
554
+ "AMD EPYC-Genoa Processor",
555
+ "AMD EPYC-Genoa Processor",
556
+ "AMD EPYC-Genoa Processor"
557
+ ],
558
+ "physicalcount": 4,
559
+ "speed": "3.99 GHz",
560
+ "threads": 1
561
+ },
562
+ "puppetversion": "8.26.1",
563
+ "ruby": {
564
+ "platform": "x86_64-linux",
565
+ "sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/3.2.0",
566
+ "version": "3.2.11"
567
+ },
568
+ "ssh": {
569
+ "ecdsa": {
570
+ "fingerprints": {
571
+ "sha1": "SSHFP 3 1 8482c99350df8a1d6f6eaa980b42e57b6c0703fb",
572
+ "sha256": "SSHFP 3 2 6386ee0edbfe06b575e1d7d38f146d5fd4297e09bbf82279b9d57b2eb6b9ccbe"
573
+ },
574
+ "key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDsdcQ+IocvPY2NHBMt0/43s6y0mp0ggHeZCuxGO4Q73azuCLojffB5PKEHAkun1k1/jGCrOUGEDcg6Ja7vsCiY=",
575
+ "type": "ecdsa-sha2-nistp256"
576
+ },
577
+ "ed25519": {
578
+ "fingerprints": {
579
+ "sha1": "SSHFP 4 1 12f0bc1bc893b95b395a6255803efca3e78bcb49",
580
+ "sha256": "SSHFP 4 2 831cfc233c3f845daf91917c6c23f6098e9e29619dc990f9fbce8850097c5ce6"
581
+ },
582
+ "key": "AAAAC3NzaC1lZDI1NTE5AAAAIGUu9GRboa36k//Ti7zQMMIxDAPo9cIMwMwb/7tcI6oh",
583
+ "type": "ssh-ed25519"
584
+ },
585
+ "rsa": {
586
+ "fingerprints": {
587
+ "sha1": "SSHFP 1 1 e2b0ad450c15ea2f51d5e33acf32860166e2e5a2",
588
+ "sha256": "SSHFP 1 2 d09a9816e0e9d72855f12d8e413a795270e284f7d697ccb559ac4f1f179eb44f"
589
+ },
590
+ "key": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCGwdD2YrimdoCLRj3JPnzTahPOAosoL4/TkaI0c/xnstlgv2287lice/Lf7/5lyP4hUHTZM05RSnn2jCMr01lv4sEVN8Sualp2I3/0bCg1pw5eV7B0tskzZXP/lp4Ct/+r7paAobUnA8yJKqV2nxQTKhRRhOfcl3NZ3UmqWiaJBYmUJVvRUmWQCVIfRJYrBQezDDjikchZcCNb9TW7zy8wTJyP6YyfWw3xf77XH34QzuEZfbAwqBksVYMwgNIHVeL2HzVKSPiTl9LTQwLHUGI2EukMMGLsSPGT52G+ChoeCEJfVHtCOmhjqw+O+qYLpPXZnRTOumnXOwhdIvypnAGIIXZUNUL1W4ixgB7oYrmtPPmvd970K/0g7CRr1VAixlSfI/oyNGoHwISL+sQRP2WLbJ/zUAoPGk5gjbwv5niWTLXFrjqvMHTzH6kid4dLZ/eDcTuZP8YkwE/5nGt5AIUWrGA2KR/yLkQsizZRoABfyCzCHYjQ7BhURYoSteMDCWk=",
591
+ "type": "ssh-rsa"
592
+ }
593
+ },
594
+ "system_uptime": {
595
+ "days": 0,
596
+ "hours": 0,
597
+ "seconds": 99,
598
+ "uptime": "0:01 hours"
599
+ },
600
+ "timezone": "UTC",
601
+ "virtual": "kvm",
602
+ "implementation": "openvox",
603
+ "clientcert": "ubuntu",
604
+ "clientversion": "8.26.1",
605
+ "clientnoop": false
606
+ }