fauxhai 3.10.0 → 4.0.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 (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +39 -0
  3. data/lib/fauxhai/platforms/arch/{3.10.5-1-ARCH.json → 4.9.11-1-ARCH.json} +325 -160
  4. data/lib/fauxhai/platforms/centos/6.8.json +206 -174
  5. data/lib/fauxhai/platforms/centos/7.3.1611.json +871 -0
  6. data/lib/fauxhai/platforms/debian/7.11.json +89 -101
  7. data/lib/fauxhai/platforms/debian/8.7.json +766 -0
  8. data/lib/fauxhai/platforms/fedora/{18.json → 25.json} +417 -205
  9. data/lib/fauxhai/platforms/freebsd/10.3.json +16 -16
  10. data/lib/fauxhai/platforms/freebsd/11.0.json +14 -14
  11. data/lib/fauxhai/platforms/opensuse/42.1.json +141 -94
  12. data/lib/fauxhai/platforms/{debian/stretch/sid.json → opensuse/42.2.json} +372 -356
  13. data/lib/fauxhai/platforms/redhat/6.6.json +279 -175
  14. data/lib/fauxhai/platforms/{freebsd/9.1.json → redhat/6.7.json} +374 -63
  15. data/lib/fauxhai/platforms/{freebsd/9.2.json → redhat/6.8.json} +360 -53
  16. data/lib/fauxhai/platforms/redhat/7.0.json +147 -169
  17. data/lib/fauxhai/platforms/redhat/7.1.json +460 -383
  18. data/lib/fauxhai/platforms/redhat/7.2.json +431 -242
  19. data/lib/fauxhai/platforms/redhat/7.3.json +871 -0
  20. data/lib/fauxhai/platforms/suse/12.0.json +524 -415
  21. data/lib/fauxhai/platforms/suse/12.2.json +873 -0
  22. data/lib/fauxhai/platforms/ubuntu/14.04.json +206 -223
  23. data/lib/fauxhai/platforms/ubuntu/16.04.json +153 -195
  24. data/lib/fauxhai/version.rb +1 -1
  25. metadata +12 -27
  26. data/lib/fauxhai/platforms/debian/6.0.5.json +0 -303
  27. data/lib/fauxhai/platforms/debian/jessie/sid.json +0 -588
  28. data/lib/fauxhai/platforms/fedora/19.json +0 -474
  29. data/lib/fauxhai/platforms/fedora/20.json +0 -442
  30. data/lib/fauxhai/platforms/freebsd/10.0.json +0 -338
  31. data/lib/fauxhai/platforms/freebsd/8.4.json +0 -369
  32. data/lib/fauxhai/platforms/gentoo/2.1.json +0 -416
  33. data/lib/fauxhai/platforms/mac_os_x/10.6.8.json +0 -848
  34. data/lib/fauxhai/platforms/mac_os_x/10.7.4.json +0 -800
  35. data/lib/fauxhai/platforms/mac_os_x/10.8.2.json +0 -757
  36. data/lib/fauxhai/platforms/omnios/151002.json +0 -2382
  37. data/lib/fauxhai/platforms/omnios/151006.json +0 -1955
  38. data/lib/fauxhai/platforms/omnios/151008.json +0 -2230
  39. data/lib/fauxhai/platforms/suse/11.1.json +0 -2563
  40. data/lib/fauxhai/platforms/suse/11.2.json +0 -2564
  41. data/lib/fauxhai/platforms/ubuntu/10.04.json +0 -522
  42. data/lib/fauxhai/platforms/ubuntu/13.04.json +0 -2584
  43. data/lib/fauxhai/platforms/ubuntu/13.10.json +0 -510
  44. data/lib/fauxhai/platforms/ubuntu/14.10.json +0 -617
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94c94fbbcc3c7fa7e43a70c5a0b9852235a67c02
4
- data.tar.gz: 977a9255c41fc96b17d6e899e1278ba419c0c224
3
+ metadata.gz: 9e69a6dbef6a776e6803377fd664daec776421f0
4
+ data.tar.gz: 0320bcd59df2d91aa0f6e0846dce42364fca8652
5
5
  SHA512:
6
- metadata.gz: a8f4b94ab1f8a0089293994267cdf25a476a4e895b41f8f93582c1942a69c907de08be6662be703a4cd1f45fc61ec2de4cae3803651187e0e8b57b56cace8d47
7
- data.tar.gz: f252c33dc1a1f8e599814ed28968336b20c634fe6d7c3789c499c5825dd1fee814f50292f43101de7604c04dab16877cccdab7acfa2702e5a370c044d326cf5c
6
+ metadata.gz: 0f9461d0859148bf60ecd89c7cd8e4b0a659fce4151e9039dead00c4e94d12c0936c38866b3e600b1450167f92ef8c07c22dbfde908f35f39d632d65e7afb926
7
+ data.tar.gz: 64e3fe9f283d570059e1ab8a6ce19d649619846c889feb34d2d8d830b5022363c938cf769e57af5301faf4137447f36f5797e19d495765fa63a9c63b5dcda95f
@@ -1,5 +1,44 @@
1
1
  # Fauxhai Changelog
2
2
 
3
+ ## v4.0.0 (2017-03-06)
4
+
5
+ ### New Platform Data
6
+
7
+ - openSUSE 42.2
8
+ - Redhat 7.3
9
+ - Debian 8.7
10
+ - CentOS 7.3.1611
11
+ - Fedora 25
12
+ - Arch 4.9.11-1-ARCH
13
+ - Suse Enterprise 12.2
14
+
15
+ ### Updated Platform Data
16
+
17
+ These platforms have been redumped using Chef 12.19 to get the latest Ohai data
18
+
19
+ - openSUSE 42.1
20
+ - CentOS 6.8
21
+ - FreeBSD 10.3 / 11.0
22
+ - Redhat 6.6 / 6.7 / 6.8 / 7.0 / 7.1 / 7.2
23
+ - Suse Enterprise 12.0
24
+ - Ubuntu 14.04 / 16.04
25
+ - Debian 7.11
26
+
27
+ ### Removed Platform Data
28
+
29
+ The following platforms were removed as they were long ago EOL'd by their maintainers and in most cases they were dumped with Chef 10/11 data that is no longer valid.
30
+
31
+ - Arch 3.10.5-1-ARCH
32
+ - Debian 6.0.5
33
+ - Debian jessie/stretch which were also incorrectly named as sid
34
+ - Fedora 18 / 19 / 20
35
+ - FreeBSD 8.4 / 9.1 / 9.2 / 10.0
36
+ - Gentoo 2.1
37
+ - macOS 10.6.8 / 10.7.4 / 10.8.2
38
+ - omniOS 151002 / 151006 / 151008
39
+ - Suse Enterprise 11.1 / 11.2
40
+ - Ubuntu 10.04 / 13.04 / 13.10 / 14.10
41
+
3
42
  ## v3.10.0
4
43
 
5
44
  - Added macOS 10.12
@@ -1,211 +1,376 @@
1
1
  {
2
- "command": {
3
- "ps": "ps -ef"
4
- },
5
- "dmi": {
6
- },
7
2
  "kernel": {
8
3
  "name": "Linux",
9
- "release": "3.10.5-1-ARCH",
10
- "version": "#1 SMP PREEMPT Mon Aug 5 08:04:22 CEST 2013",
4
+ "release": "4.9.11-1-ARCH",
5
+ "version": "#1 SMP PREEMPT Sun Feb 19 13:45:52 UTC 2017",
11
6
  "machine": "x86_64",
7
+ "processor": "unknown",
12
8
  "os": "GNU/Linux",
13
9
  "modules": {
10
+ "cfg80211": {
11
+ "size": "516096",
12
+ "refcount": "0"
13
+ },
14
+ "rfkill": {
15
+ "size": "20480",
16
+ "refcount": "2"
17
+ },
18
+ "intel_powerclamp": {
19
+ "size": "16384",
20
+ "refcount": "0"
21
+ },
22
+ "crct10dif_pclmul": {
23
+ "size": "16384",
24
+ "refcount": "0"
25
+ },
26
+ "crc32_pclmul": {
27
+ "size": "16384",
28
+ "refcount": "0"
29
+ },
30
+ "snd_intel8x0": {
31
+ "size": "36864",
32
+ "refcount": "0"
33
+ },
34
+ "crc32c_intel": {
35
+ "size": "24576",
36
+ "refcount": "0"
37
+ },
38
+ "snd_ac97_codec": {
39
+ "size": "118784",
40
+ "refcount": "1"
41
+ },
42
+ "ghash_clmulni_intel": {
43
+ "size": "16384",
44
+ "refcount": "0"
45
+ },
14
46
  "ppdev": {
15
- "size": "7118",
47
+ "size": "20480",
16
48
  "refcount": "0"
17
49
  },
18
- "evdev": {
19
- "size": "9880",
50
+ "snd_pcm": {
51
+ "size": "90112",
20
52
  "refcount": "2"
21
53
  },
22
- "microcode": {
23
- "size": "13172",
54
+ "e1000": {
55
+ "size": "131072",
56
+ "refcount": "0",
57
+ "version": "7.3.21-k8-NAPI"
58
+ },
59
+ "aesni_intel": {
60
+ "size": "167936",
61
+ "refcount": "0"
62
+ },
63
+ "aes_x86_64": {
64
+ "size": "20480",
65
+ "refcount": "1"
66
+ },
67
+ "lrw": {
68
+ "size": "16384",
69
+ "refcount": "1"
70
+ },
71
+ "gf128mul": {
72
+ "size": "16384",
73
+ "refcount": "1"
74
+ },
75
+ "glue_helper": {
76
+ "size": "16384",
77
+ "refcount": "1"
78
+ },
79
+ "ablk_helper": {
80
+ "size": "16384",
81
+ "refcount": "1"
82
+ },
83
+ "cryptd": {
84
+ "size": "20480",
85
+ "refcount": "3"
86
+ },
87
+ "intel_rapl_perf": {
88
+ "size": "16384",
89
+ "refcount": "0"
90
+ },
91
+ "input_leds": {
92
+ "size": "16384",
24
93
  "refcount": "0"
25
94
  },
26
95
  "psmouse": {
27
- "size": "85132",
96
+ "size": "131072",
28
97
  "refcount": "0"
29
98
  },
30
- "e1000": {
31
- "size": "126328",
99
+ "evdev": {
100
+ "size": "24576",
101
+ "refcount": "3"
102
+ },
103
+ "joydev": {
104
+ "size": "20480",
32
105
  "refcount": "0"
33
106
  },
34
- "serio_raw": {
35
- "size": "5041",
107
+ "pcspkr": {
108
+ "size": "16384",
36
109
  "refcount": "0"
37
110
  },
111
+ "i2c_piix4": {
112
+ "size": "24576",
113
+ "refcount": "0"
114
+ },
115
+ "mousedev": {
116
+ "size": "20480",
117
+ "refcount": "0"
118
+ },
119
+ "led_class": {
120
+ "size": "16384",
121
+ "refcount": "1"
122
+ },
38
123
  "intel_agp": {
39
- "size": "10872",
124
+ "size": "20480",
40
125
  "refcount": "0"
41
126
  },
42
127
  "intel_gtt": {
43
- "size": "12664",
128
+ "size": "20480",
44
129
  "refcount": "1"
45
130
  },
46
- "processor": {
47
- "size": "27755",
131
+ "battery": {
132
+ "size": "20480",
48
133
  "refcount": "0"
49
134
  },
50
- "pcspkr": {
51
- "size": "2027",
135
+ "mac_hid": {
136
+ "size": "16384",
52
137
  "refcount": "0"
53
138
  },
139
+ "fjes": {
140
+ "size": "28672",
141
+ "refcount": "0",
142
+ "version": "1.1"
143
+ },
144
+ "snd_timer": {
145
+ "size": "28672",
146
+ "refcount": "1"
147
+ },
148
+ "snd": {
149
+ "size": "69632",
150
+ "refcount": "4"
151
+ },
152
+ "soundcore": {
153
+ "size": "16384",
154
+ "refcount": "1"
155
+ },
156
+ "ac97_bus": {
157
+ "size": "16384",
158
+ "refcount": "1"
159
+ },
54
160
  "parport_pc": {
55
- "size": "19543",
161
+ "size": "28672",
56
162
  "refcount": "0"
57
163
  },
58
164
  "parport": {
59
- "size": "30709",
165
+ "size": "40960",
60
166
  "refcount": "2"
61
167
  },
62
- "ac": {
63
- "size": "3324",
168
+ "video": {
169
+ "size": "36864",
64
170
  "refcount": "0"
65
171
  },
66
- "battery": {
67
- "size": "6893",
172
+ "ac": {
173
+ "size": "16384",
68
174
  "refcount": "0"
69
175
  },
70
176
  "button": {
71
- "size": "4669",
177
+ "size": "16384",
72
178
  "refcount": "0"
73
179
  },
74
- "i2c_piix4": {
75
- "size": "10279",
180
+ "acpi_cpufreq": {
181
+ "size": "20480",
76
182
  "refcount": "0"
77
183
  },
78
- "vboxvideo": {
79
- "size": "1933",
80
- "refcount": "0"
184
+ "tpm_tis": {
185
+ "size": "16384",
186
+ "refcount": "0",
187
+ "version": "2.0"
81
188
  },
82
- "drm": {
83
- "size": "231168",
84
- "refcount": "1"
189
+ "tpm_tis_core": {
190
+ "size": "20480",
191
+ "refcount": "1",
192
+ "version": "2.0"
85
193
  },
86
- "i2c_core": {
87
- "size": "23720",
194
+ "tpm": {
195
+ "size": "36864",
196
+ "refcount": "2",
197
+ "version": "2.0"
198
+ },
199
+ "sch_fq_codel": {
200
+ "size": "20480",
88
201
  "refcount": "2"
89
202
  },
90
- "vboxsf": {
91
- "size": "34355",
92
- "refcount": "1"
203
+ "ip_tables": {
204
+ "size": "28672",
205
+ "refcount": "0"
93
206
  },
94
- "vboxguest": {
95
- "size": "174728",
207
+ "x_tables": {
208
+ "size": "28672",
96
209
  "refcount": "1"
97
210
  },
98
211
  "ext4": {
99
- "size": "456123",
212
+ "size": "528384",
100
213
  "refcount": "1"
101
214
  },
102
215
  "crc16": {
103
- "size": "1359",
216
+ "size": "16384",
104
217
  "refcount": "1"
105
218
  },
106
- "mbcache": {
107
- "size": "5866",
219
+ "jbd2": {
220
+ "size": "90112",
108
221
  "refcount": "1"
109
222
  },
110
- "jbd2": {
111
- "size": "81946",
223
+ "fscrypto": {
224
+ "size": "24576",
112
225
  "refcount": "1"
113
226
  },
227
+ "mbcache": {
228
+ "size": "16384",
229
+ "refcount": "2"
230
+ },
231
+ "hid_generic": {
232
+ "size": "16384",
233
+ "refcount": "0"
234
+ },
235
+ "usbhid": {
236
+ "size": "49152",
237
+ "refcount": "0"
238
+ },
239
+ "hid": {
240
+ "size": "114688",
241
+ "refcount": "2"
242
+ },
114
243
  "sr_mod": {
115
- "size": "14898",
244
+ "size": "24576",
116
245
  "refcount": "0"
117
246
  },
118
247
  "cdrom": {
119
- "size": "34848",
248
+ "size": "53248",
120
249
  "refcount": "1"
121
250
  },
122
251
  "sd_mod": {
123
- "size": "30730",
124
- "refcount": "2"
252
+ "size": "36864",
253
+ "refcount": "3"
125
254
  },
126
255
  "ata_generic": {
127
- "size": "3370",
128
- "refcount": "0"
256
+ "size": "16384",
257
+ "refcount": "0",
258
+ "version": "0.2.15"
129
259
  },
130
260
  "pata_acpi": {
131
- "size": "3387",
261
+ "size": "16384",
262
+ "refcount": "0",
263
+ "version": "0.2.3"
264
+ },
265
+ "serio_raw": {
266
+ "size": "16384",
132
267
  "refcount": "0"
133
268
  },
134
- "ata_piix": {
135
- "size": "24920",
269
+ "atkbd": {
270
+ "size": "24576",
136
271
  "refcount": "0"
137
272
  },
273
+ "libps2": {
274
+ "size": "16384",
275
+ "refcount": "2"
276
+ },
277
+ "ata_piix": {
278
+ "size": "36864",
279
+ "refcount": "0",
280
+ "version": "2.13"
281
+ },
138
282
  "ahci": {
139
- "size": "22792",
140
- "refcount": "1"
283
+ "size": "36864",
284
+ "refcount": "2",
285
+ "version": "3.0"
141
286
  },
142
287
  "libahci": {
143
- "size": "21169",
288
+ "size": "28672",
144
289
  "refcount": "1"
145
290
  },
146
- "libata": {
147
- "size": "171016",
291
+ "i8042": {
292
+ "size": "28672",
293
+ "refcount": "0"
294
+ },
295
+ "serio": {
296
+ "size": "20480",
297
+ "refcount": "6"
298
+ },
299
+ "ohci_pci": {
300
+ "size": "16384",
301
+ "refcount": "0"
302
+ },
303
+ "ehci_pci": {
304
+ "size": "16384",
305
+ "refcount": "0"
306
+ },
307
+ "ehci_hcd": {
308
+ "size": "73728",
309
+ "refcount": "1"
310
+ },
311
+ "ohci_hcd": {
312
+ "size": "49152",
313
+ "refcount": "1"
314
+ },
315
+ "usbcore": {
316
+ "size": "208896",
148
317
  "refcount": "5"
149
318
  },
319
+ "usb_common": {
320
+ "size": "16384",
321
+ "refcount": "1"
322
+ },
323
+ "libata": {
324
+ "size": "212992",
325
+ "refcount": "5",
326
+ "version": "3.00"
327
+ },
150
328
  "scsi_mod": {
151
- "size": "127740",
329
+ "size": "159744",
152
330
  "refcount": "3"
153
331
  }
154
332
  }
155
333
  },
334
+ "dmi": {
335
+ },
156
336
  "lsb": {
157
337
  },
158
338
  "os": "linux",
159
- "os_version": "3.10.5-1-ARCH",
339
+ "os_version": "4.9.11-1-ARCH",
160
340
  "platform": "arch",
341
+ "platform_version": "4.9.11-1-ARCH",
161
342
  "platform_family": "arch",
343
+ "init_package": "systemd",
162
344
  "filesystem": {
163
- "/dev/sda3": {
164
- "kb_size": "15219704",
165
- "kb_used": "1339548",
166
- "kb_available": "13083996",
167
- "percent_used": "10%",
168
- "mount": "/",
169
- "total_inodes": "974848",
170
- "inodes_used": "58609",
171
- "inodes_available": "916239",
172
- "inodes_percent_used": "7%",
173
- "fs_type": "ext4",
174
- "mount_options": [
175
- "rw",
176
- "relatime",
177
- "data=ordered"
178
- ]
179
- },
180
345
  "dev": {
181
- "kb_size": "2023796",
346
+ "kb_size": "506052",
182
347
  "kb_used": "0",
183
- "kb_available": "2023796",
348
+ "kb_available": "506052",
184
349
  "percent_used": "0%",
185
350
  "mount": "/dev",
186
- "total_inodes": "505949",
187
- "inodes_used": "301",
188
- "inodes_available": "505648",
351
+ "total_inodes": "126513",
352
+ "inodes_used": "329",
353
+ "inodes_available": "126184",
189
354
  "inodes_percent_used": "1%",
190
355
  "fs_type": "devtmpfs",
191
356
  "mount_options": [
192
357
  "rw",
193
358
  "nosuid",
194
359
  "relatime",
195
- "size=2023796k",
196
- "nr_inodes=505949",
360
+ "size=506052k",
361
+ "nr_inodes=126513",
197
362
  "mode=755"
198
363
  ]
199
364
  },
200
365
  "run": {
201
- "kb_size": "2026560",
202
- "kb_used": "236",
203
- "kb_available": "2026324",
366
+ "kb_size": "510556",
367
+ "kb_used": "400",
368
+ "kb_available": "510156",
204
369
  "percent_used": "1%",
205
370
  "mount": "/run",
206
- "total_inodes": "506640",
207
- "inodes_used": "285",
208
- "inodes_available": "506355",
371
+ "total_inodes": "127639",
372
+ "inodes_used": "361",
373
+ "inodes_available": "127278",
209
374
  "inodes_percent_used": "1%",
210
375
  "fs_type": "tmpfs",
211
376
  "mount_options": [
@@ -216,36 +381,42 @@
216
381
  "mode=755"
217
382
  ]
218
383
  },
384
+ "/dev/sda1": {
385
+ "kb_size": "9223508",
386
+ "kb_used": "1572248",
387
+ "kb_available": "7163020",
388
+ "percent_used": "18%",
389
+ "mount": "/",
390
+ "total_inodes": "589824",
391
+ "inodes_used": "74440",
392
+ "inodes_available": "515384",
393
+ "inodes_percent_used": "13%",
394
+ "fs_type": "ext4",
395
+ "mount_options": [
396
+ "rw",
397
+ "relatime",
398
+ "data=ordered"
399
+ ],
400
+ "uuid": "976c9cb1-aaa0-4460-93c0-a31c490b23de"
401
+ },
219
402
  "tmpfs": {
220
- "kb_size": "2026560",
403
+ "kb_size": "102108",
221
404
  "kb_used": "0",
222
- "kb_available": "2026560",
405
+ "kb_available": "102108",
223
406
  "percent_used": "0%",
224
- "mount": "/tmp",
225
- "total_inodes": "506640",
407
+ "mount": "/run/user/0",
408
+ "total_inodes": "127639",
226
409
  "inodes_used": "7",
227
- "inodes_available": "506633",
410
+ "inodes_available": "127632",
228
411
  "inodes_percent_used": "1%",
229
412
  "fs_type": "tmpfs",
230
- "mount_options": [
231
- "rw"
232
- ]
233
- },
234
- "none": {
235
- "kb_size": "290657192",
236
- "kb_used": "275280340",
237
- "kb_available": "15376852",
238
- "percent_used": "95%",
239
- "mount": "/vagrant",
240
- "total_inodes": "1000",
241
- "inodes_used": "0",
242
- "inodes_available": "1000",
243
- "inodes_percent_used": "0%",
244
- "fs_type": "vboxsf",
245
413
  "mount_options": [
246
414
  "rw",
415
+ "nosuid",
247
416
  "nodev",
248
- "relatime"
417
+ "relatime",
418
+ "size=102108k",
419
+ "mode=700"
249
420
  ]
250
421
  },
251
422
  "proc": {
@@ -295,7 +466,7 @@
295
466
  ]
296
467
  },
297
468
  "cgroup": {
298
- "mount": "/sys/fs/cgroup/blkio",
469
+ "mount": "/sys/fs/cgroup/cpuset",
299
470
  "fs_type": "cgroup",
300
471
  "mount_options": [
301
472
  "rw",
@@ -303,7 +474,7 @@
303
474
  "nodev",
304
475
  "noexec",
305
476
  "relatime",
306
- "blkio"
477
+ "cpuset"
307
478
  ]
308
479
  },
309
480
  "pstore": {
@@ -323,90 +494,84 @@
323
494
  "mount_options": [
324
495
  "rw",
325
496
  "relatime",
326
- "fd=31",
497
+ "fd=36",
327
498
  "pgrp=1",
328
- "timeout=300",
499
+ "timeout=0",
329
500
  "minproto=5",
330
501
  "maxproto=5",
331
502
  "direct"
332
503
  ]
333
504
  },
334
- "debugfs": {
335
- "mount": "/sys/kernel/debug",
336
- "fs_type": "debugfs",
505
+ "mqueue": {
506
+ "mount": "/dev/mqueue",
507
+ "fs_type": "mqueue",
337
508
  "mount_options": [
338
509
  "rw",
339
510
  "relatime"
340
511
  ]
341
512
  },
342
- "hugetlbfs": {
343
- "mount": "/dev/hugepages",
344
- "fs_type": "hugetlbfs",
513
+ "debugfs": {
514
+ "mount": "/sys/kernel/debug",
515
+ "fs_type": "debugfs",
345
516
  "mount_options": [
346
517
  "rw",
347
518
  "relatime"
348
519
  ]
349
520
  },
350
- "mqueue": {
351
- "mount": "/dev/mqueue",
352
- "fs_type": "mqueue",
521
+ "configfs": {
522
+ "mount": "/sys/kernel/config",
523
+ "fs_type": "configfs",
353
524
  "mount_options": [
354
525
  "rw",
355
526
  "relatime"
356
527
  ]
357
528
  },
358
- "configfs": {
359
- "mount": "/sys/kernel/config",
360
- "fs_type": "configfs",
529
+ "hugetlbfs": {
530
+ "mount": "/dev/hugepages",
531
+ "fs_type": "hugetlbfs",
361
532
  "mount_options": [
362
533
  "rw",
363
534
  "relatime"
364
535
  ]
365
536
  },
366
- "sda2": {
537
+ "/dev/sda2": {
367
538
  "fs_type": "swap",
368
- "uuid": "3db05584-d470-4bfb-bdcb-9ee243ae38ce"
369
- },
370
- "sda3": {
371
- "fs_type": "ext4",
372
- "uuid": "6e1ada9a-0a7d-4bdd-baad-dcf1e960ff91"
373
- },
374
- "rootfs": {
375
- "mount": "/",
376
- "fs_type": "rootfs",
377
- "mount_options": [
378
- "rw"
379
- ]
539
+ "uuid": "0103da23-f8b3-495f-bb17-082ad5e551ae"
380
540
  }
381
541
  },
382
- "ohai_time": 1416031784.994121,
542
+ "root_group": "root",
543
+ "command": {
544
+ "ps": "ps -ef"
545
+ },
546
+ "ohai_time": 1488702353.8795586,
383
547
  "languages": {
384
548
  "ruby": {
385
549
  "platform": "x86_64-linux",
386
- "version": "2.1.5",
387
- "release_date": "2014-11-13",
388
- "target": "x86_64-unknown-linux-gnu",
550
+ "version": "2.4.0",
551
+ "release_date": "2016-12-24",
552
+ "target": "x86_64-pc-linux-gnu",
389
553
  "target_cpu": "x86_64",
390
- "target_vendor": "unknown",
554
+ "target_vendor": "pc",
391
555
  "target_os": "linux",
392
- "host": "x86_64-unknown-linux-gnu",
556
+ "host": "x86_64-pc-linux-gnu",
393
557
  "host_cpu": "x86_64",
394
558
  "host_os": "linux-gnu",
395
- "host_vendor": "unknown",
559
+ "host_vendor": "pc",
396
560
  "bin_dir": "/usr/local/bin",
397
561
  "ruby_bin": "/usr/local/bin/ruby",
398
562
  "gems_dir": "/usr/local/gems",
399
563
  "gem_bin": "/usr/local/bin/gem"
400
- }
564
+ },
565
+ "powershell": null
401
566
  },
402
567
  "chef_packages": {
403
568
  "chef": {
404
- "version": "11.16.4",
405
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-11.16.4/lib"
569
+ "version": "12.19.36",
570
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.19.36/lib"
406
571
  },
407
572
  "ohai": {
408
- "version": "7.4.0",
409
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-7.4.0/lib/ohai"
573
+ "version": "8.23.0",
574
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.23.0/lib/ohai"
410
575
  }
411
576
  },
412
577
  "counters": {
@@ -524,4 +689,4 @@
524
689
  "systems": {
525
690
  }
526
691
  }
527
- }
692
+ }