facterdb 3.2.0 → 3.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 (47) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +25 -0
  3. data/database/list_arch_os_facter.md +13 -13
  4. data/database/list_facter_os_arch.md +30 -0
  5. data/database/list_os_arch_facter.md +13 -13
  6. data/database/list_os_facter_arch.md +28 -0
  7. data/database/table.md +50 -50
  8. data/facts/4.2/ubuntu-24.04-x86_64.facts +29 -28
  9. data/facts/4.3/ubuntu-24.04-x86_64.facts +32 -31
  10. data/facts/4.4/ubuntu-24.04-x86_64.facts +28 -27
  11. data/facts/4.5/ubuntu-24.04-x86_64.facts +29 -28
  12. data/facts/4.6/rocky-8-x86_64.facts +469 -0
  13. data/facts/4.6/ubuntu-24.04-x86_64.facts +29 -28
  14. data/facts/4.7/rocky-8-x86_64.facts +469 -0
  15. data/facts/4.7/ubuntu-24.04-x86_64.facts +29 -28
  16. data/facts/4.8/almalinux-8-x86_64.facts +457 -0
  17. data/facts/4.8/almalinux-9-x86_64.facts +575 -0
  18. data/facts/4.8/centos-9-x86_64.facts +508 -0
  19. data/facts/4.8/debian-11-x86_64.facts +433 -0
  20. data/facts/4.8/debian-12-x86_64.facts +514 -0
  21. data/facts/4.8/oraclelinux-8-x86_64.facts +499 -0
  22. data/facts/4.8/oraclelinux-9-x86_64.facts +545 -0
  23. data/facts/4.8/redhat-8-x86_64.facts +493 -0
  24. data/facts/4.8/redhat-9-x86_64.facts +544 -0
  25. data/facts/4.8/rocky-8-x86_64.facts +474 -0
  26. data/facts/4.8/rocky-9-x86_64.facts +608 -0
  27. data/facts/4.8/ubuntu-22.04-x86_64.facts +569 -0
  28. data/facts/4.8/ubuntu-24.04-x86_64.facts +485 -0
  29. data/facts/4.9/almalinux-8-x86_64.facts +458 -0
  30. data/facts/4.9/almalinux-9-x86_64.facts +579 -0
  31. data/facts/4.9/centos-9-x86_64.facts +509 -0
  32. data/facts/4.9/debian-11-x86_64.facts +434 -0
  33. data/facts/4.9/debian-12-x86_64.facts +515 -0
  34. data/facts/4.9/oraclelinux-8-x86_64.facts +501 -0
  35. data/facts/4.9/oraclelinux-9-x86_64.facts +547 -0
  36. data/facts/4.9/redhat-8-x86_64.facts +495 -0
  37. data/facts/4.9/redhat-9-x86_64.facts +546 -0
  38. data/facts/4.9/rocky-8-x86_64.facts +476 -0
  39. data/facts/4.9/rocky-9-x86_64.facts +613 -0
  40. data/facts/4.9/ubuntu-22.04-x86_64.facts +570 -0
  41. data/facts/4.9/ubuntu-24.04-x86_64.facts +488 -0
  42. data/facts/Vagrantfile +1 -1
  43. data/facts/get_facts.sh +1 -1
  44. data/facts/versions.txt +6 -0
  45. data/lib/facterdb/version.rb +1 -1
  46. data/spec/facts_spec.rb +5 -7
  47. metadata +31 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 435583646d74f0b8559a3be70ee04f5fe92d61a36adffff57824ad2a318af3b8
4
- data.tar.gz: 62636ef66f79a2ea452c104125dd8afdb00980091ef65d8dbf53bddc0b25d59e
3
+ metadata.gz: 023c395d0f23c4ba04227ab658064ad3248252bc602444f973f3dea202ddcff5
4
+ data.tar.gz: 0b2f2bb866ee25dd6c9b7d5a491445ae3d905bbad0774a00a744c6c5a2acdfab
5
5
  SHA512:
6
- metadata.gz: 869b2327cae51fe3192b5556eeb45d92ccdbe80611bc07ab02bf0bbdac649b8a6f62615d0e70b77b5027167232466b7e93edbe06d72018a9c199adafbce9d31e
7
- data.tar.gz: 5c259f9d973e0fb6dd255f57f82d2cb5185b1f087d8234d92a774bd32f30e3f621c7ed15d3fe04ced41e8d651a98f50a39edcd70ab2eb3c288eb0da4a24cb397
6
+ metadata.gz: f8d75e384d10b0e703e3161aa80c7bb93379aa59175c5cb8f41dab66065152b3e9e3c01a2232b6e77829f904f720e07e4064ab58cf5daf63a753a94bd87e2ed6
7
+ data.tar.gz: 19816bbb3c069b773abf044e96821d7e414bbc689ab7e8a4444b4d9076ed4957865f0626fed8f9930a51c0a73ef89a7c9b4f7d614ea5f5cf95121af23cb36da5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.4.0](https://rubygems.org/gems/facterdb/versions/3.4.0) (2024-09-16)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/3.3.0...3.4.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add Rocky 8 factsets, switch to bento box [\#382](https://github.com/voxpupuli/facterdb/pull/382) ([bastelfreak](https://github.com/bastelfreak))
10
+
11
+ ## [3.3.0](https://rubygems.org/gems/facterdb/versions/3.3.0) (2024-09-11)
12
+
13
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/3.2.0...3.3.0)
14
+
15
+ **Implemented enhancements:**
16
+
17
+ - Add Facter 4.9.0 / Puppet 8.9.0 support + factsets [\#381](https://github.com/voxpupuli/facterdb/pull/381) ([bastelfreak](https://github.com/bastelfreak))
18
+ - Facter 4.8: Add Ubuntu 24.04 factset [\#378](https://github.com/voxpupuli/facterdb/pull/378) ([bastelfreak](https://github.com/bastelfreak))
19
+
20
+ **Fixed bugs:**
21
+
22
+ - Ubuntu 24.04: Regenerate all factsets with AIO facts [\#380](https://github.com/voxpupuli/facterdb/pull/380) ([bastelfreak](https://github.com/bastelfreak))
23
+
24
+ **Merged pull requests:**
25
+
26
+ - Ensure all Factsets have modern facts [\#377](https://github.com/voxpupuli/facterdb/pull/377) ([bastelfreak](https://github.com/bastelfreak))
27
+
3
28
  ## [3.2.0](https://rubygems.org/gems/facterdb/versions/3.2.0) (2024-08-27)
4
29
 
5
30
  [Full Changelog](https://github.com/voxpupuli/facterdb/compare/3.1.0...3.2.0)
@@ -3,17 +3,17 @@
3
3
  # Available Facts Grouped By Arch -> OS
4
4
 
5
5
  - Missing Value
6
- - AlmaLinux 8: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
7
- - AlmaLinux 9: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
8
- - Debian 11: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
6
+ - AlmaLinux 8: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
7
+ - AlmaLinux 9: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
8
+ - Debian 11: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
9
9
  - FreeBSD 11: 4.0 4.1 4.2
10
10
  - FreeBSD 12: 4.0 4.1 4.2 4.5
11
11
  - FreeBSD 13: 4.0 4.1 4.2 4.3 4.4 4.5
12
12
  - openSUSE 15: 4.0 4.1 4.2 4.3 4.4 4.5 4.7
13
13
  - OracleLinux 7: 4.0 4.2
14
- - RedHat 8: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
15
- - Rocky 8: 4.0 4.1 4.2 4.3 4.4 4.5
16
- - Rocky 9: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
14
+ - RedHat 8: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
15
+ - Rocky 8: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
16
+ - Rocky 9: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
17
17
  - Scientific 7: 4.0 4.2
18
18
  - Solaris 11: 4.0
19
19
  - Ubuntu 18.04: 4.0 4.1 4.2 4.3 4.4 4.5
@@ -22,23 +22,23 @@
22
22
  - Ubuntu 21.10: 4.0 4.1 4.2
23
23
  - Amazon 2022: 4.2
24
24
  - Archlinux: 4.2 4.3 4.4 4.5 4.6 4.7
25
- - CentOS 9: 4.2 4.3 4.4 4.5 4.6 4.7
25
+ - CentOS 9: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
26
26
  - Darwin 20: 4.2
27
- - Debian 12: 4.2 4.2 4.3 4.3 4.4 4.4 4.5 4.6 4.7
27
+ - Debian 12: 4.2 4.2 4.3 4.3 4.4 4.4 4.5 4.6 4.7 4.8 4.9
28
28
  - Fedora 36: 4.2 4.3 4.4 4.5 4.6 4.7
29
29
  - Fedora 37: 4.2 4.3 4.4 4.5 4.6 4.7
30
30
  - Fedora 38: 4.2 4.3 4.4 4.5 4.6 4.7
31
31
  - Fedora 39: 4.2 4.3 4.4 4.5 4.6 4.7
32
32
  - Gentoo: 4.2 4.3 4.4 4.5 4.6 4.7
33
- - OracleLinux 8: 4.2 4.3 4.4 4.5 4.6 4.7
34
- - OracleLinux 9: 4.2 4.3 4.4 4.5 4.6 4.7
33
+ - OracleLinux 8: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
34
+ - OracleLinux 9: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
35
35
  - Pop!_OS 21.10: 4.2
36
- - RedHat 9: 4.2 4.3 4.4 4.5 4.6 4.7
36
+ - RedHat 9: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
37
37
  - SLES 12: 4.2 4.3 4.4
38
38
  - SLES 15: 4.2
39
- - Ubuntu 22.04: 4.2 4.3 4.4 4.5 4.6 4.7
39
+ - Ubuntu 22.04: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
40
40
  - Ubuntu 22.10: 4.2
41
- - Ubuntu 24.04: 4.2 4.3 4.4 4.5 4.6 4.7
41
+ - Ubuntu 24.04: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
42
42
  - Windows 10: 4.2 4.3 4.4 4.5 4.6 4.7
43
43
  - Windows 11: 4.2 4.3 4.4 4.5 4.6 4.7
44
44
  - Windows Server 2012 R2: 4.2 4.3 4.4
@@ -197,6 +197,7 @@
197
197
  - OracleLinux 9: Missing Value
198
198
  - RedHat 8: Missing Value
199
199
  - RedHat 9: Missing Value
200
+ - Rocky 8: Missing Value
200
201
  - Rocky 9: Missing Value
201
202
  - Ubuntu 20.04: Missing Value
202
203
  - Ubuntu 22.04: Missing Value
@@ -223,6 +224,7 @@
223
224
  - OracleLinux 9: Missing Value
224
225
  - RedHat 8: Missing Value
225
226
  - RedHat 9: Missing Value
227
+ - Rocky 8: Missing Value
226
228
  - Rocky 9: Missing Value
227
229
  - Ubuntu 20.04: Missing Value
228
230
  - Ubuntu 22.04: Missing Value
@@ -231,3 +233,31 @@
231
233
  - Windows 11: Missing Value
232
234
  - Windows Server 2019: Missing Value
233
235
  - Windows Server 2022: Missing Value
236
+ - Facter 4.8
237
+ - AlmaLinux 8: Missing Value
238
+ - AlmaLinux 9: Missing Value
239
+ - CentOS 9: Missing Value
240
+ - Debian 11: Missing Value
241
+ - Debian 12: Missing Value
242
+ - OracleLinux 8: Missing Value
243
+ - OracleLinux 9: Missing Value
244
+ - RedHat 8: Missing Value
245
+ - RedHat 9: Missing Value
246
+ - Rocky 8: Missing Value
247
+ - Rocky 9: Missing Value
248
+ - Ubuntu 22.04: Missing Value
249
+ - Ubuntu 24.04: Missing Value
250
+ - Facter 4.9
251
+ - AlmaLinux 8: Missing Value
252
+ - AlmaLinux 9: Missing Value
253
+ - CentOS 9: Missing Value
254
+ - Debian 11: Missing Value
255
+ - Debian 12: Missing Value
256
+ - OracleLinux 8: Missing Value
257
+ - OracleLinux 9: Missing Value
258
+ - RedHat 8: Missing Value
259
+ - RedHat 9: Missing Value
260
+ - Rocky 8: Missing Value
261
+ - Rocky 9: Missing Value
262
+ - Ubuntu 22.04: Missing Value
263
+ - Ubuntu 24.04: Missing Value
@@ -3,11 +3,11 @@
3
3
  # Available Facts Grouped By OS -> Arch
4
4
 
5
5
  - AlmaLinux 8
6
- - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
6
+ - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
7
7
  - AlmaLinux 9
8
- - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
8
+ - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
9
9
  - Debian 11
10
- - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
10
+ - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
11
11
  - FreeBSD 11
12
12
  - Missing Value: 4.0 4.1 4.2
13
13
  - FreeBSD 12
@@ -19,11 +19,11 @@
19
19
  - OracleLinux 7
20
20
  - Missing Value: 4.0 4.2
21
21
  - RedHat 8
22
- - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
22
+ - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
23
23
  - Rocky 8
24
- - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5
24
+ - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
25
25
  - Rocky 9
26
- - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7
26
+ - Missing Value: 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
27
27
  - Scientific 7
28
28
  - Missing Value: 4.0 4.2
29
29
  - Solaris 11
@@ -41,11 +41,11 @@
41
41
  - Archlinux
42
42
  - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
43
43
  - CentOS 9
44
- - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
44
+ - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
45
45
  - Darwin 20
46
46
  - Missing Value: 4.2
47
47
  - Debian 12
48
- - Missing Value: 4.2 4.2 4.3 4.3 4.4 4.4 4.5 4.6 4.7
48
+ - Missing Value: 4.2 4.2 4.3 4.3 4.4 4.4 4.5 4.6 4.7 4.8 4.9
49
49
  - Fedora 36
50
50
  - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
51
51
  - Fedora 37
@@ -57,23 +57,23 @@
57
57
  - Gentoo
58
58
  - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
59
59
  - OracleLinux 8
60
- - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
60
+ - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
61
61
  - OracleLinux 9
62
- - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
62
+ - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
63
63
  - Pop!_OS 21.10
64
64
  - Missing Value: 4.2
65
65
  - RedHat 9
66
- - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
66
+ - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
67
67
  - SLES 12
68
68
  - Missing Value: 4.2 4.3 4.4
69
69
  - SLES 15
70
70
  - Missing Value: 4.2
71
71
  - Ubuntu 22.04
72
- - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
72
+ - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
73
73
  - Ubuntu 22.10
74
74
  - Missing Value: 4.2
75
75
  - Ubuntu 24.04
76
- - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
76
+ - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9
77
77
  - Windows 10
78
78
  - Missing Value: 4.2 4.3 4.4 4.5 4.6 4.7
79
79
  - Windows 11
@@ -11,6 +11,8 @@
11
11
  - Facter 4.5: Missing Value
12
12
  - Facter 4.6: Missing Value
13
13
  - Facter 4.7: Missing Value
14
+ - Facter 4.8: Missing Value
15
+ - Facter 4.9: Missing Value
14
16
  - AlmaLinux 9
15
17
  - Facter 4.0: Missing Value
16
18
  - Facter 4.1: Missing Value
@@ -20,6 +22,8 @@
20
22
  - Facter 4.5: Missing Value
21
23
  - Facter 4.6: Missing Value
22
24
  - Facter 4.7: Missing Value
25
+ - Facter 4.8: Missing Value
26
+ - Facter 4.9: Missing Value
23
27
  - Debian 11
24
28
  - Facter 4.0: Missing Value
25
29
  - Facter 4.1: Missing Value
@@ -29,6 +33,8 @@
29
33
  - Facter 4.5: Missing Value
30
34
  - Facter 4.6: Missing Value
31
35
  - Facter 4.7: Missing Value
36
+ - Facter 4.8: Missing Value
37
+ - Facter 4.9: Missing Value
32
38
  - FreeBSD 11
33
39
  - Facter 4.0: Missing Value
34
40
  - Facter 4.1: Missing Value
@@ -65,6 +71,8 @@
65
71
  - Facter 4.5: Missing Value
66
72
  - Facter 4.6: Missing Value
67
73
  - Facter 4.7: Missing Value
74
+ - Facter 4.8: Missing Value
75
+ - Facter 4.9: Missing Value
68
76
  - Rocky 8
69
77
  - Facter 4.0: Missing Value
70
78
  - Facter 4.1: Missing Value
@@ -72,6 +80,10 @@
72
80
  - Facter 4.3: Missing Value
73
81
  - Facter 4.4: Missing Value
74
82
  - Facter 4.5: Missing Value
83
+ - Facter 4.6: Missing Value
84
+ - Facter 4.7: Missing Value
85
+ - Facter 4.8: Missing Value
86
+ - Facter 4.9: Missing Value
75
87
  - Rocky 9
76
88
  - Facter 4.0: Missing Value
77
89
  - Facter 4.1: Missing Value
@@ -81,6 +93,8 @@
81
93
  - Facter 4.5: Missing Value
82
94
  - Facter 4.6: Missing Value
83
95
  - Facter 4.7: Missing Value
96
+ - Facter 4.8: Missing Value
97
+ - Facter 4.9: Missing Value
84
98
  - Scientific 7
85
99
  - Facter 4.0: Missing Value
86
100
  - Facter 4.2: Missing Value
@@ -126,6 +140,8 @@
126
140
  - Facter 4.5: Missing Value
127
141
  - Facter 4.6: Missing Value
128
142
  - Facter 4.7: Missing Value
143
+ - Facter 4.8: Missing Value
144
+ - Facter 4.9: Missing Value
129
145
  - Darwin 20
130
146
  - Facter 4.2: Missing Value
131
147
  - Debian 12
@@ -135,6 +151,8 @@
135
151
  - Facter 4.5: Missing Value
136
152
  - Facter 4.6: Missing Value
137
153
  - Facter 4.7: Missing Value
154
+ - Facter 4.8: Missing Value
155
+ - Facter 4.9: Missing Value
138
156
  - Fedora 36
139
157
  - Facter 4.2: Missing Value
140
158
  - Facter 4.3: Missing Value
@@ -177,6 +195,8 @@
177
195
  - Facter 4.5: Missing Value
178
196
  - Facter 4.6: Missing Value
179
197
  - Facter 4.7: Missing Value
198
+ - Facter 4.8: Missing Value
199
+ - Facter 4.9: Missing Value
180
200
  - OracleLinux 9
181
201
  - Facter 4.2: Missing Value
182
202
  - Facter 4.3: Missing Value
@@ -184,6 +204,8 @@
184
204
  - Facter 4.5: Missing Value
185
205
  - Facter 4.6: Missing Value
186
206
  - Facter 4.7: Missing Value
207
+ - Facter 4.8: Missing Value
208
+ - Facter 4.9: Missing Value
187
209
  - Pop!_OS 21.10
188
210
  - Facter 4.2: Missing Value
189
211
  - RedHat 9
@@ -193,6 +215,8 @@
193
215
  - Facter 4.5: Missing Value
194
216
  - Facter 4.6: Missing Value
195
217
  - Facter 4.7: Missing Value
218
+ - Facter 4.8: Missing Value
219
+ - Facter 4.9: Missing Value
196
220
  - SLES 12
197
221
  - Facter 4.2: Missing Value
198
222
  - Facter 4.3: Missing Value
@@ -206,6 +230,8 @@
206
230
  - Facter 4.5: Missing Value
207
231
  - Facter 4.6: Missing Value
208
232
  - Facter 4.7: Missing Value
233
+ - Facter 4.8: Missing Value
234
+ - Facter 4.9: Missing Value
209
235
  - Ubuntu 22.10
210
236
  - Facter 4.2: Missing Value
211
237
  - Ubuntu 24.04
@@ -215,6 +241,8 @@
215
241
  - Facter 4.5: Missing Value
216
242
  - Facter 4.6: Missing Value
217
243
  - Facter 4.7: Missing Value
244
+ - Facter 4.8: Missing Value
245
+ - Facter 4.9: Missing Value
218
246
  - Windows 10
219
247
  - Facter 4.2: Missing Value
220
248
  - Facter 4.3: Missing Value
data/database/table.md CHANGED
@@ -2,56 +2,56 @@
2
2
 
3
3
  # Facter version and Operating System coverage
4
4
 
5
- | operating system | 4.0 | 4.1 | 4.2 | 4.3 | 4.4 | 4.5 | 4.6 | 4.7 |
6
- | ------------------------ | --- | --- | --- | --- | --- | --- | --- | --- |
7
- | AlmaLinux 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
8
- | AlmaLinux 9 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
9
- | Amazon 2 | | | | | | 1 | | |
10
- | Amazon 2022 | | | 1 | | | | | |
11
- | Archlinux | | | 1 | 1 | 1 | 1 | 1 | 1 |
12
- | CentOS 9 | | | 1 | 1 | 1 | 1 | 1 | 1 |
13
- | Darwin 20 | | | 1 | | | | | |
14
- | Debian 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
15
- | Debian 12 | | | 2 | 2 | 2 | 1 | 1 | 1 |
16
- | Fedora 36 | | | 1 | 1 | 1 | 1 | 1 | 1 |
17
- | Fedora 37 | | | 1 | 1 | 1 | 1 | 1 | 1 |
18
- | Fedora 38 | | | 1 | 1 | 1 | 1 | 1 | 1 |
19
- | Fedora 39 | | | 1 | 1 | 1 | 1 | 1 | 1 |
20
- | FreeBSD 11 | 1 | 1 | 1 | | | | | |
21
- | FreeBSD 12 | 1 | 1 | 1 | | | 1 | | |
22
- | FreeBSD 13 | 1 | 1 | 1 | 1 | 1 | 1 | | |
23
- | Gentoo | | | 1 | 1 | 1 | 1 | 1 | 1 |
24
- | OpenBSD 7.5 | | | | | | | | 1 |
25
- | OracleLinux 7 | 1 | | 1 | | | | | |
26
- | OracleLinux 8 | | | 1 | 1 | 1 | 1 | 1 | 1 |
27
- | OracleLinux 9 | | | 1 | 1 | 1 | 1 | 1 | 1 |
28
- | Pop!_OS 21.10 | | | 1 | | | | | |
29
- | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
30
- | RedHat 9 | | | 1 | 1 | 1 | 1 | 1 | 1 |
31
- | Rocky 8 | 1 | 1 | 1 | 1 | 1 | 1 | | |
32
- | Rocky 9 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
33
- | SLES 12 | | | 1 | 1 | 1 | | | |
34
- | SLES 15 | | | 1 | | | | | |
35
- | Scientific 7 | 1 | | 1 | | | | | |
36
- | Solaris 11 | 1 | | | | | | | |
37
- | Ubuntu 18.04 | 1 | 1 | 1 | 1 | 1 | 1 | | |
38
- | Ubuntu 20.04 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
39
- | Ubuntu 21.04 | 1 | 1 | 1 | | | | | |
40
- | Ubuntu 21.10 | 1 | 1 | 1 | | | | | |
41
- | Ubuntu 22.04 | | | 1 | 1 | 1 | 1 | 1 | 1 |
42
- | Ubuntu 22.10 | | | 1 | | | | | |
43
- | Ubuntu 24.04 | | | 1 | 1 | 1 | 1 | 1 | 1 |
44
- | Windows 10 | | | 1 | 1 | 1 | 1 | 1 | 1 |
45
- | Windows 11 | | | 1 | 1 | 1 | 1 | 1 | 1 |
46
- | Windows Server 2012 | | | 1 | 1 | 1 | | | |
47
- | Windows Server 2012 R2 | | | 1 | 1 | 1 | | | |
48
- | Windows Server 2016 | | | 1 | 1 | 1 | | | |
49
- | Windows Server 2016 Core | | | 1 | 1 | 1 | | | |
50
- | Windows Server 2019 | | | 1 | 1 | 1 | 1 | 1 | 1 |
51
- | Windows Server 2019 Core | | | 1 | 1 | 1 | | | |
52
- | Windows Server 2022 | | | 1 | 1 | 1 | 1 | 1 | 1 |
53
- | Windows Server 2022 Core | | | 1 | 1 | 1 | | | |
54
- | openSUSE 15 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 |
5
+ | operating system | 4.0 | 4.1 | 4.2 | 4.3 | 4.4 | 4.5 | 4.6 | 4.7 | 4.8 | 4.9 |
6
+ | ------------------------ | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
7
+ | AlmaLinux 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
8
+ | AlmaLinux 9 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
9
+ | Amazon 2 | | | | | | 1 | | | | |
10
+ | Amazon 2022 | | | 1 | | | | | | | |
11
+ | Archlinux | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
12
+ | CentOS 9 | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
13
+ | Darwin 20 | | | 1 | | | | | | | |
14
+ | Debian 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
15
+ | Debian 12 | | | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 |
16
+ | Fedora 36 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
17
+ | Fedora 37 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
18
+ | Fedora 38 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
19
+ | Fedora 39 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
20
+ | FreeBSD 11 | 1 | 1 | 1 | | | | | | | |
21
+ | FreeBSD 12 | 1 | 1 | 1 | | | 1 | | | | |
22
+ | FreeBSD 13 | 1 | 1 | 1 | 1 | 1 | 1 | | | | |
23
+ | Gentoo | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
24
+ | OpenBSD 7.5 | | | | | | | | 1 | | |
25
+ | OracleLinux 7 | 1 | | 1 | | | | | | | |
26
+ | OracleLinux 8 | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
27
+ | OracleLinux 9 | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
28
+ | Pop!_OS 21.10 | | | 1 | | | | | | | |
29
+ | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
30
+ | RedHat 9 | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
31
+ | Rocky 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
32
+ | Rocky 9 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
33
+ | SLES 12 | | | 1 | 1 | 1 | | | | | |
34
+ | SLES 15 | | | 1 | | | | | | | |
35
+ | Scientific 7 | 1 | | 1 | | | | | | | |
36
+ | Solaris 11 | 1 | | | | | | | | | |
37
+ | Ubuntu 18.04 | 1 | 1 | 1 | 1 | 1 | 1 | | | | |
38
+ | Ubuntu 20.04 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | |
39
+ | Ubuntu 21.04 | 1 | 1 | 1 | | | | | | | |
40
+ | Ubuntu 21.10 | 1 | 1 | 1 | | | | | | | |
41
+ | Ubuntu 22.04 | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
42
+ | Ubuntu 22.10 | | | 1 | | | | | | | |
43
+ | Ubuntu 24.04 | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
44
+ | Windows 10 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
45
+ | Windows 11 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
46
+ | Windows Server 2012 | | | 1 | 1 | 1 | | | | | |
47
+ | Windows Server 2012 R2 | | | 1 | 1 | 1 | | | | | |
48
+ | Windows Server 2016 | | | 1 | 1 | 1 | | | | | |
49
+ | Windows Server 2016 Core | | | 1 | 1 | 1 | | | | | |
50
+ | Windows Server 2019 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
51
+ | Windows Server 2019 Core | | | 1 | 1 | 1 | | | | | |
52
+ | Windows Server 2022 | | | 1 | 1 | 1 | 1 | 1 | 1 | | |
53
+ | Windows Server 2022 Core | | | 1 | 1 | 1 | | | | | |
54
+ | openSUSE 15 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | |
55
55
 
56
56
 
57
57
  Where the number (1, 2 etc.) are the number of factsets for that OS and facter combination (e.g., x86_64 and i386 architectures).
@@ -1,11 +1,12 @@
1
1
  {
2
+ "aio_agent_version": "8.8.1",
2
3
  "augeas": {
3
4
  "version": "1.14.1"
4
5
  },
5
6
  "disks": {
6
7
  "sda": {
7
8
  "model": "VBOX HARDDISK",
8
- "serial": "VB829f107b-45df96c7",
9
+ "serial": "VB4ea5bdba-d81876ba",
9
10
  "size": "64.00 GiB",
10
11
  "size_bytes": 68719476736,
11
12
  "type": "hdd",
@@ -30,7 +31,7 @@
30
31
  "product": {
31
32
  "name": "VirtualBox",
32
33
  "serial_number": "0",
33
- "uuid": "b429a705-ac90-6a4e-885d-ee50eeef6604"
34
+ "uuid": "27a80972-e75e-2c47-8229-f5aad70afb8f"
34
35
  }
35
36
  },
36
37
  "facterversion": "4.2.14",
@@ -58,9 +59,9 @@
58
59
  "kernelrelease": "6.8.0-31-generic",
59
60
  "kernelversion": "6.8.0",
60
61
  "load_averages": {
61
- "15m": 0.18,
62
- "1m": 0.38,
63
- "5m": 0.34
62
+ "15m": 0.1,
63
+ "1m": 0.77,
64
+ "5m": 0.27
64
65
  },
65
66
  "memory": {
66
67
  "swap": {
@@ -73,20 +74,20 @@
73
74
  "used_bytes": 0
74
75
  },
75
76
  "system": {
76
- "available": "1.46 GiB",
77
- "available_bytes": 1569280000,
78
- "capacity": "23.95%",
77
+ "available": "1.44 GiB",
78
+ "available_bytes": 1548218368,
79
+ "capacity": "24.97%",
79
80
  "total": "1.92 GiB",
80
81
  "total_bytes": 2063486976,
81
- "used": "471.31 MiB",
82
- "used_bytes": 494206976
82
+ "used": "491.40 MiB",
83
+ "used_bytes": 515268608
83
84
  }
84
85
  },
85
86
  "mountpoints": {
86
87
  "/": {
87
- "available": "24.90 GiB",
88
- "available_bytes": 26737627136,
89
- "capacity": "13.45%",
88
+ "available": "24.77 GiB",
89
+ "available_bytes": 26593034240,
90
+ "capacity": "13.92%",
90
91
  "device": "/dev/mapper/ubuntu--vg-ubuntu--lv",
91
92
  "filesystem": "ext4",
92
93
  "options": [
@@ -95,8 +96,8 @@
95
96
  ],
96
97
  "size": "30.34 GiB",
97
98
  "size_bytes": 32574881792,
98
- "used": "3.87 GiB",
99
- "used_bytes": 4156387328
99
+ "used": "4.01 GiB",
100
+ "used_bytes": 4300980224
100
101
  },
101
102
  "/boot": {
102
103
  "available": "1.69 GiB",
@@ -208,7 +209,7 @@
208
209
  },
209
210
  "/run": {
210
211
  "available": "195.82 MiB",
211
- "available_bytes": 205336576,
212
+ "available_bytes": 205332480,
212
213
  "capacity": "0.49%",
213
214
  "device": "tmpfs",
214
215
  "filesystem": "tmpfs",
@@ -224,8 +225,8 @@
224
225
  ],
225
226
  "size": "196.79 MiB",
226
227
  "size_bytes": 206352384,
227
- "used": "992.00 KiB",
228
- "used_bytes": 1015808
228
+ "used": "996.00 KiB",
229
+ "used_bytes": 1019904
229
230
  },
230
231
  "/run/lock": {
231
232
  "available": "5.00 MiB",
@@ -271,9 +272,9 @@
271
272
  "used_bytes": 12288
272
273
  },
273
274
  "/vagrant": {
274
- "available": "518.74 GiB",
275
- "available_bytes": 556989521920,
276
- "capacity": "42.96%",
275
+ "available": "512.43 GiB",
276
+ "available_bytes": 550220460032,
277
+ "capacity": "43.65%",
277
278
  "device": "vagrant",
278
279
  "filesystem": "vboxsf",
279
280
  "options": [
@@ -286,8 +287,8 @@
286
287
  ],
287
288
  "size": "909.41 GiB",
288
289
  "size_bytes": 976476184576,
289
- "used": "390.68 GiB",
290
- "used_bytes": 419486662656
290
+ "used": "396.98 GiB",
291
+ "used_bytes": 426255724544
291
292
  }
292
293
  },
293
294
  "networking": {
@@ -431,9 +432,9 @@
431
432
  "threads": 1
432
433
  },
433
434
  "ruby": {
434
- "platform": "x86_64-linux-gnu",
435
- "sitedir": "/usr/local/lib/site_ruby/3.2.0",
436
- "version": "3.2.3"
435
+ "platform": "x86_64-linux",
436
+ "sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/3.2.0",
437
+ "version": "3.2.4"
437
438
  },
438
439
  "ssh": {
439
440
  "ecdsa": {
@@ -464,8 +465,8 @@
464
465
  "system_uptime": {
465
466
  "days": 0,
466
467
  "hours": 0,
467
- "seconds": 311,
468
- "uptime": "0:05 hours"
468
+ "seconds": 73,
469
+ "uptime": "0:01 hours"
469
470
  },
470
471
  "timezone": "UTC",
471
472
  "virtual": "virtualbox"