facterdb 1.9.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +2 -0
  3. data/CHANGELOG.md +60 -0
  4. data/README.md +15 -7
  5. data/facts/2.5/solaris-10-i86pc.facts +0 -11
  6. data/facts/3.11/redhat-8-x86_64.facts +128 -127
  7. data/facts/3.11/solaris-10-i86pc.facts +0 -6
  8. data/facts/3.11/ubuntu-18.04-x86_64.facts +216 -101
  9. data/facts/3.12/redhat-8-x86_64.facts +109 -105
  10. data/facts/3.13/redhat-8-x86_64.facts +111 -113
  11. data/facts/3.13/ubuntu-18.04-x86_64.facts +216 -101
  12. data/facts/3.14/fedora-32-x86_64.facts +490 -0
  13. data/facts/3.14/fedora-33-x86_64.facts +482 -0
  14. data/facts/3.14/fedora-34-x86_64.facts +493 -0
  15. data/facts/3.14/redhat-8-x86_64.facts +111 -113
  16. data/facts/3.14/ubuntu-18.04-x86_64.facts +91 -91
  17. data/facts/3.14/ubuntu-20.04-x86_64.facts +138 -184
  18. data/facts/3.14/ubuntu-21.04-x86_64.facts +510 -0
  19. data/facts/3.14/ubuntu-21.10-x86_64.facts +609 -0
  20. data/facts/3.9/solaris-10-i86pc.facts +0 -6
  21. data/facts/4.0/almalinux-8-x86_64.facts +302 -67
  22. data/facts/4.0/centos-7-x86_64.facts +0 -16
  23. data/facts/4.0/debian-10-x86_64.facts +0 -17
  24. data/facts/4.0/debian-11-x86_64.facts +319 -43
  25. data/facts/4.0/fedora-32-x86_64.facts +506 -0
  26. data/facts/4.0/fedora-33-x86_64.facts +505 -0
  27. data/facts/4.0/fedora-34-x86_64.facts +509 -0
  28. data/facts/4.0/freebsd-11-x86_64.facts +284 -15
  29. data/facts/4.0/freebsd-12-x86_64.facts +285 -16
  30. data/facts/4.0/freebsd-13-x86_64.facts +288 -21
  31. data/facts/4.0/oraclelinux-7-x86_64.facts +690 -0
  32. data/facts/4.0/redhat-7-x86_64.facts +690 -0
  33. data/facts/4.0/redhat-8-x86_64.facts +523 -0
  34. data/facts/4.0/rocky-8-x86_64.facts +523 -0
  35. data/facts/4.0/scientific-7-x86_64.facts +690 -0
  36. data/facts/4.0/solaris-11-sun4v.facts +0 -6
  37. data/facts/4.0/ubuntu-18.04-x86_64.facts +549 -0
  38. data/facts/4.0/ubuntu-20.04-x86_64.facts +639 -0
  39. data/facts/4.0/ubuntu-21.04-x86_64.facts +646 -0
  40. data/facts/4.0/ubuntu-21.10-x86_64.facts +624 -0
  41. data/facts/4.1/almalinux-8-x86_64.facts +544 -0
  42. data/facts/4.1/debian-11-x86_64.facts +320 -44
  43. data/facts/4.1/fedora-32-x86_64.facts +508 -0
  44. data/facts/4.1/fedora-33-x86_64.facts +507 -0
  45. data/facts/4.1/fedora-34-x86_64.facts +511 -0
  46. data/facts/4.1/freebsd-11-x86_64.facts +284 -15
  47. data/facts/4.1/freebsd-12-x86_64.facts +285 -16
  48. data/facts/4.1/freebsd-13-x86_64.facts +288 -21
  49. data/facts/4.1/redhat-8-x86_64.facts +525 -0
  50. data/facts/4.1/rocky-8-x86_64.facts +525 -0
  51. data/facts/4.1/ubuntu-18.04-x86_64.facts +551 -0
  52. data/facts/4.1/ubuntu-20.04-x86_64.facts +641 -0
  53. data/facts/4.1/ubuntu-21.04-x86_64.facts +648 -0
  54. data/facts/4.1/ubuntu-21.10-x86_64.facts +626 -0
  55. data/facts/4.2/almalinux-8-x86_64.facts +550 -0
  56. data/facts/4.2/debian-11-x86_64.facts +321 -45
  57. data/facts/4.2/fedora-32-x86_64.facts +508 -0
  58. data/facts/4.2/fedora-33-x86_64.facts +507 -0
  59. data/facts/4.2/fedora-34-x86_64.facts +511 -0
  60. data/facts/4.2/freebsd-11-x86_64.facts +22 -22
  61. data/facts/4.2/freebsd-12-x86_64.facts +25 -25
  62. data/facts/4.2/freebsd-13-x86_64.facts +246 -32
  63. data/facts/4.2/oraclelinux-7-x86_64.facts +593 -0
  64. data/facts/4.2/oraclelinux-9-x86_64.facts +291 -0
  65. data/facts/4.2/redhat-7-x86_64.facts +593 -0
  66. data/facts/4.2/redhat-8-x86_64.facts +525 -0
  67. data/facts/4.2/redhat-9-x86_64.facts +291 -0
  68. data/facts/4.2/rocky-8-x86_64.facts +525 -0
  69. data/facts/4.2/scientific-7-x86_64.facts +593 -0
  70. data/facts/4.2/ubuntu-18.04-x86_64.facts +557 -0
  71. data/facts/4.2/ubuntu-20.04-x86_64.facts +647 -0
  72. data/facts/4.2/ubuntu-21.04-x86_64.facts +654 -0
  73. data/facts/4.2/ubuntu-21.10-x86_64.facts +632 -0
  74. data/facts/Gemfile +3 -0
  75. data/facts/Vagrantfile +31 -156
  76. data/facts/get_facts.sh +49 -8
  77. data/lib/facterdb/version.rb +1 -1
  78. data/spec/facts_spec.rb +14 -1
  79. metadata +44 -2
@@ -1,8 +1,12 @@
1
1
  {
2
+ "architecture": "amd64",
3
+ "bios_release_date": "12/01/2006",
4
+ "bios_vendor": "innotek GmbH",
5
+ "bios_version": "VirtualBox",
2
6
  "disks": {
3
7
  "ada0": {
4
8
  "model": "VBOX HARDDISK",
5
- "serial_number": "VB3d9a9a7b-4480bd65",
9
+ "serial_number": "VBbeecd164-745a383a",
6
10
  "size": "64.00 GiB",
7
11
  "size_bytes": 68719476736
8
12
  }
@@ -17,11 +21,17 @@
17
21
  "product": {
18
22
  "name": "VirtualBox",
19
23
  "serial_number": "0",
20
- "uuid": "d46a39e9-2c1c-0549-89a5-391974f2e7e7"
24
+ "uuid": "dc77188a-5cf2-e84a-9c9b-0cb604ae8808"
21
25
  }
22
26
  },
27
+ "domain": "divms.uiowa.edu",
23
28
  "facterversion": "4.0.52",
24
29
  "gem_version": "~> 4.0.0",
30
+ "gid": "wheel",
31
+ "hardwareisa": "amd64",
32
+ "hardwaremodel": "amd64",
33
+ "hostname": "",
34
+ "id": "root",
25
35
  "identity": {
26
36
  "gid": 0,
27
37
  "group": "wheel",
@@ -29,16 +39,19 @@
29
39
  "uid": 0,
30
40
  "user": "root"
31
41
  },
42
+ "ipaddress": "10.0.2.15",
32
43
  "is_virtual": true,
33
44
  "kernel": "FreeBSD",
34
45
  "kernelmajversion": "13",
35
46
  "kernelrelease": "13.0-RELEASE",
36
47
  "kernelversion": "13.0",
37
48
  "load_averages": {
38
- "15m": 0.13818359375,
39
- "1m": 0.650390625,
40
- "5m": 0.33935546875
49
+ "15m": 0.3046875,
50
+ "1m": 0.39501953125,
51
+ "5m": 0.3662109375
41
52
  },
53
+ "macaddress": "08:00:27:37:c2:4d",
54
+ "manufacturer": "innotek GmbH",
42
55
  "memory": {
43
56
  "swap": {
44
57
  "available": "2.00 GiB",
@@ -51,19 +64,245 @@
51
64
  "used_bytes": 0
52
65
  },
53
66
  "system": {
54
- "available": "555.12 MiB",
55
- "available_bytes": 582086656,
56
- "capacity": "43.61%",
67
+ "available": "608.52 MiB",
68
+ "available_bytes": 638083072,
69
+ "capacity": "38.19%",
57
70
  "total": "984.48 MiB",
58
71
  "total_bytes": 1032306688,
59
- "used": "429.36 MiB",
60
- "used_bytes": 450220032
72
+ "used": "375.96 MiB",
73
+ "used_bytes": 394223616
61
74
  }
62
75
  },
76
+ "memoryfree": "608.52 MiB",
77
+ "memoryfree_mb": 608.52,
78
+ "memorysize": "984.48 MiB",
79
+ "memorysize_mb": 984.48,
80
+ "mountpoints": {
81
+ "/": {
82
+ "available": "58.48 GiB",
83
+ "available_bytes": 62793527296,
84
+ "capacity": "1.80%",
85
+ "device": "zroot/ROOT/default",
86
+ "filesystem": "zfs",
87
+ "options": [
88
+ "nodev",
89
+ "local",
90
+ "rootfs",
91
+ "noatime"
92
+ ],
93
+ "size": "59.55 GiB",
94
+ "size_bytes": 63942832128,
95
+ "used": "1.07 GiB",
96
+ "used_bytes": 1149304832
97
+ },
98
+ "/dev": {
99
+ "available": "0 bytes",
100
+ "available_bytes": 0,
101
+ "capacity": "100%",
102
+ "device": "devfs",
103
+ "filesystem": "devfs",
104
+ "options": [
105
+
106
+ ],
107
+ "size": "1.00 KiB",
108
+ "size_bytes": 1024,
109
+ "used": "1.00 KiB",
110
+ "used_bytes": 1024
111
+ },
112
+ "/tmp": {
113
+ "available": "58.48 GiB",
114
+ "available_bytes": 62793527296,
115
+ "capacity": "0.02%",
116
+ "device": "zroot/tmp",
117
+ "filesystem": "zfs",
118
+ "options": [
119
+ "nosuid",
120
+ "nodev",
121
+ "local",
122
+ "noatime"
123
+ ],
124
+ "size": "58.49 GiB",
125
+ "size_bytes": 62805135360,
126
+ "used": "11.07 MiB",
127
+ "used_bytes": 11608064
128
+ },
129
+ "/usr/home": {
130
+ "available": "58.48 GiB",
131
+ "available_bytes": 62793527296,
132
+ "capacity": "0.02%",
133
+ "device": "zroot/usr/home",
134
+ "filesystem": "zfs",
135
+ "options": [
136
+ "nodev",
137
+ "local",
138
+ "noatime"
139
+ ],
140
+ "size": "58.49 GiB",
141
+ "size_bytes": 62805291008,
142
+ "used": "11.22 MiB",
143
+ "used_bytes": 11763712
144
+ },
145
+ "/usr/ports": {
146
+ "available": "58.48 GiB",
147
+ "available_bytes": 62793527296,
148
+ "capacity": "0.00%",
149
+ "device": "zroot/usr/ports",
150
+ "filesystem": "zfs",
151
+ "options": [
152
+ "nosuid",
153
+ "nodev",
154
+ "local",
155
+ "noatime"
156
+ ],
157
+ "size": "58.48 GiB",
158
+ "size_bytes": 62793625600,
159
+ "used": "96.00 KiB",
160
+ "used_bytes": 98304
161
+ },
162
+ "/usr/src": {
163
+ "available": "58.48 GiB",
164
+ "available_bytes": 62793527296,
165
+ "capacity": "0.00%",
166
+ "device": "zroot/usr/src",
167
+ "filesystem": "zfs",
168
+ "options": [
169
+ "nodev",
170
+ "local",
171
+ "noatime"
172
+ ],
173
+ "size": "58.48 GiB",
174
+ "size_bytes": 62793625600,
175
+ "used": "96.00 KiB",
176
+ "used_bytes": 98304
177
+ },
178
+ "/vagrant": {
179
+ "available": "837.64 GiB",
180
+ "available_bytes": 899407884288,
181
+ "capacity": "8.54%",
182
+ "device": "Vagrant",
183
+ "filesystem": "vboxvfs",
184
+ "options": [
185
+ "local"
186
+ ],
187
+ "size": "915.89 GiB",
188
+ "size_bytes": 983424843776,
189
+ "used": "78.25 GiB",
190
+ "used_bytes": 84016959488
191
+ },
192
+ "/var/audit": {
193
+ "available": "58.48 GiB",
194
+ "available_bytes": 62793527296,
195
+ "capacity": "0.00%",
196
+ "device": "zroot/var/audit",
197
+ "filesystem": "zfs",
198
+ "options": [
199
+ "noexec",
200
+ "nosuid",
201
+ "nodev",
202
+ "local",
203
+ "noatime"
204
+ ],
205
+ "size": "58.48 GiB",
206
+ "size_bytes": 62793625600,
207
+ "used": "96.00 KiB",
208
+ "used_bytes": 98304
209
+ },
210
+ "/var/crash": {
211
+ "available": "58.48 GiB",
212
+ "available_bytes": 62793527296,
213
+ "capacity": "0.00%",
214
+ "device": "zroot/var/crash",
215
+ "filesystem": "zfs",
216
+ "options": [
217
+ "noexec",
218
+ "nosuid",
219
+ "nodev",
220
+ "local",
221
+ "noatime"
222
+ ],
223
+ "size": "58.48 GiB",
224
+ "size_bytes": 62793625600,
225
+ "used": "96.00 KiB",
226
+ "used_bytes": 98304
227
+ },
228
+ "/var/log": {
229
+ "available": "58.48 GiB",
230
+ "available_bytes": 62793527296,
231
+ "capacity": "0.00%",
232
+ "device": "zroot/var/log",
233
+ "filesystem": "zfs",
234
+ "options": [
235
+ "noexec",
236
+ "nosuid",
237
+ "nodev",
238
+ "local",
239
+ "noatime"
240
+ ],
241
+ "size": "58.48 GiB",
242
+ "size_bytes": 62793707520,
243
+ "used": "176.00 KiB",
244
+ "used_bytes": 180224
245
+ },
246
+ "/var/mail": {
247
+ "available": "58.48 GiB",
248
+ "available_bytes": 62793527296,
249
+ "capacity": "0.00%",
250
+ "device": "zroot/var/mail",
251
+ "filesystem": "zfs",
252
+ "options": [
253
+ "nodev",
254
+ "local"
255
+ ],
256
+ "size": "58.48 GiB",
257
+ "size_bytes": 62793629696,
258
+ "used": "100.00 KiB",
259
+ "used_bytes": 102400
260
+ },
261
+ "/var/tmp": {
262
+ "available": "58.48 GiB",
263
+ "available_bytes": 62793527296,
264
+ "capacity": "0.00%",
265
+ "device": "zroot/var/tmp",
266
+ "filesystem": "zfs",
267
+ "options": [
268
+ "nosuid",
269
+ "nodev",
270
+ "local",
271
+ "noatime"
272
+ ],
273
+ "size": "58.48 GiB",
274
+ "size_bytes": 62793625600,
275
+ "used": "96.00 KiB",
276
+ "used_bytes": 98304
277
+ },
278
+ "/zroot": {
279
+ "available": "58.48 GiB",
280
+ "available_bytes": 62793527296,
281
+ "capacity": "0.00%",
282
+ "device": "zroot",
283
+ "filesystem": "zfs",
284
+ "options": [
285
+ "nodev",
286
+ "local",
287
+ "noatime"
288
+ ],
289
+ "size": "58.48 GiB",
290
+ "size_bytes": 62793625600,
291
+ "used": "96.00 KiB",
292
+ "used_bytes": 98304
293
+ }
294
+ },
295
+ "netmask": "255.255.255.0",
296
+ "netmask6_lo0": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
297
+ "netmask_em0": "255.255.255.0",
298
+ "netmask_lo0": "255.0.0.0",
299
+ "network": "10.0.2.0",
300
+ "network6_lo0": "::1",
301
+ "network_em0": "10.0.2.0",
302
+ "network_lo0": "127.0.0.0",
63
303
  "networking": {
64
- "domain": "example.com",
65
- "fqdn": "foo.example.com",
66
- "hostname": "foo",
304
+ "domain": "divms.uiowa.edu",
305
+ "hostname": "",
67
306
  "interfaces": {
68
307
  "em0": {
69
308
  "bindings": [
@@ -118,6 +357,9 @@
118
357
  "network": "10.0.2.0",
119
358
  "primary": "em0"
120
359
  },
360
+ "operatingsystem": "FreeBSD",
361
+ "operatingsystemmajrelease": "13",
362
+ "operatingsystemrelease": "13.0-RELEASE",
121
363
  "os": {
122
364
  "architecture": "amd64",
123
365
  "family": "FreeBSD",
@@ -130,6 +372,7 @@
130
372
  "minor": "0"
131
373
  }
132
374
  },
375
+ "osfamily": "FreeBSD",
133
376
  "partitions": {
134
377
  "ada0p1": {
135
378
  "partlabel": "gptboot0",
@@ -150,21 +393,29 @@
150
393
  "size_bytes": 66569895936
151
394
  }
152
395
  },
153
- "path": "/usr/home/vagrant/vendor/bundler/ruby/2.7/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/home/vagrant/bin",
396
+ "path": "/usr/home/vagrant/vendor/bundler/ruby/2.7/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin",
397
+ "processor0": "Intel(R) Core(TM) i7-9800X CPU @ 3.80GHz",
398
+ "processor1": "Intel(R) Core(TM) i7-9800X CPU @ 3.80GHz",
399
+ "processorcount": 2,
154
400
  "processors": {
155
401
  "count": 2,
156
402
  "isa": "amd64",
157
403
  "models": [
158
- "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz",
159
- "Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz"
404
+ "Intel(R) Core(TM) i7-9800X CPU @ 3.80GHz",
405
+ "Intel(R) Core(TM) i7-9800X CPU @ 3.80GHz"
160
406
  ],
161
- "speed": "1.99 GHz"
407
+ "speed": "3.79 GHz"
162
408
  },
409
+ "productname": "VirtualBox",
163
410
  "ruby": {
164
411
  "platform": "amd64-freebsd13",
165
412
  "sitedir": "/usr/local/lib/ruby/site_ruby/2.7",
166
- "version": "2.7.3"
413
+ "version": "2.7.4"
167
414
  },
415
+ "rubyplatform": "amd64-freebsd13",
416
+ "rubysitedir": "/usr/local/lib/ruby/site_ruby/2.7",
417
+ "rubyversion": "2.7.4",
418
+ "serialnumber": "0",
168
419
  "ssh": {
169
420
  "ecdsa": {
170
421
  "fingerprints": {
@@ -191,13 +442,29 @@
191
442
  "type": "ssh-rsa"
192
443
  }
193
444
  },
445
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN9OG+cdLT6ab+c6+JrCk/lrdKey1byW3oUxWY9ybbF3Wih5IygSaz6iyyr+Xge1Mxi0HMf9IAqkE911iSZi3kk=",
446
+ "sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIHBQwxAEaAiDHmARiTzyHnj3TWVjj3yrcZ9ovVxwFTnz",
447
+ "sshfp_ecdsa": "SSHFP 3 1 53b69729fef0e59d7c91cb922fef64de0bf642dc\nSSHFP 3 2 1d7c2b34d44ca478e190a5b30767e874337d103ac3e63f71cc27a03134c81c07",
448
+ "sshfp_ed25519": "SSHFP 4 1 882c76c1ba285d186b53bb6e2a6ead8e960cc951\nSSHFP 4 2 fd302981dcc80d537e25eca6399a36a9c7a39d2a0656555e15e5f35bad0d678e",
449
+ "sshfp_rsa": "SSHFP 1 1 a95edf0f08db96e27bcb0fd27428304fb0883037\nSSHFP 1 2 5dc90d4febda1dd40bc062d360bf104d36e482ea81a2bb68f83e140f5d0ac484",
450
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCvTUsmTLlYzmSFQBalEC6yoI2nHsROPn6sUXXOAClXC9jwA52cP/InDscEnK6ubdiY4bivlXfZNJJdjqVWiv3E8wG8M8i7S2g7JcfF7615/L9w5GA7qwneCNUtwhIdwiYptCzxctkftwLmGKfWOZw7alvt7ebzPJjuw7KBKGBxOhG8oDaMmnTWRO2JjuR1bpMxbCj2NCGAe+ZTcwJfqtrVKBGZM2A+/ZqVqMHR5lYCj6lRUyOFKxa0OmkFt9MXAkJra11lqd+LcyI9PdcMom9UicLhv91HXxwuET4IHoUxvusr8L1ZP7iBKjH68kBSdpOhdXoqokOXqzWc/kYAdbdd",
451
+ "swapencrypted": false,
452
+ "swapfree": "2.00 GiB",
453
+ "swapfree_mb": 2048.0,
454
+ "swapsize": "2.00 GiB",
455
+ "swapsize_mb": 2048.0,
194
456
  "system_uptime": {
195
457
  "days": 0,
196
- "hours": 0,
197
- "seconds": 228,
198
- "uptime": "0:03 hours"
458
+ "hours": 21,
459
+ "seconds": 76703,
460
+ "uptime": "21:18 hours"
199
461
  },
200
462
  "timezone": "UTC",
463
+ "uptime": "21:18 hours",
464
+ "uptime_days": 0,
465
+ "uptime_hours": 21,
466
+ "uptime_seconds": 76703,
467
+ "uuid": "dc77188a-5cf2-e84a-9c9b-0cb604ae8808",
201
468
  "virtual": "vbox",
202
469
  "zfs_featurenumbers": "1,2,3,4,5",
203
470
  "zfs_version": "5",