fauxhai-ng 9.2.0 → 9.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fauxhai/platforms/.DS_Store +0 -0
  3. data/lib/fauxhai/platforms/aix/7.1.json +11 -6
  4. data/lib/fauxhai/platforms/aix/7.2.json +11 -6
  5. data/lib/fauxhai/platforms/almalinux/8.json +3812 -3816
  6. data/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json +21 -11
  7. data/lib/fauxhai/platforms/centos/6.10.json +13 -7
  8. data/lib/fauxhai/platforms/centos/7.7.1908.json +14 -8
  9. data/lib/fauxhai/platforms/centos/7.8.2003.json +13 -7
  10. data/lib/fauxhai/platforms/centos/8.json +15 -8
  11. data/lib/fauxhai/platforms/chefspec/0.6.1.json +1 -1
  12. data/lib/fauxhai/platforms/clearos/7.4.json +19 -10
  13. data/lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json +11 -6
  14. data/lib/fauxhai/platforms/fedora/31.json +16 -9
  15. data/lib/fauxhai/platforms/fedora/32.json +15 -8
  16. data/lib/fauxhai/platforms/freebsd/11.2.json +10 -5
  17. data/lib/fauxhai/platforms/freebsd/12.1.json +346 -348
  18. data/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json +19 -10
  19. data/lib/fauxhai/platforms/linuxmint/19.0.json +13 -7
  20. data/lib/fauxhai/platforms/mac_os_x/10.14.json +11 -6
  21. data/lib/fauxhai/platforms/mac_os_x/10.15.json +11 -6
  22. data/lib/fauxhai/platforms/mac_os_x/11.0.json +13 -628
  23. data/lib/fauxhai/platforms/mac_os_x/11.json +2820 -0
  24. data/lib/fauxhai/platforms/mac_os_x/12.json +3546 -0
  25. data/lib/fauxhai/platforms/openbsd/6.2.json +11 -6
  26. data/lib/fauxhai/platforms/opensuse/15.2.json +13 -7
  27. data/lib/fauxhai/platforms/oracle/6.10.json +15 -8
  28. data/lib/fauxhai/platforms/oracle/7.5.json +14 -8
  29. data/lib/fauxhai/platforms/oracle/7.6.json +13 -7
  30. data/lib/fauxhai/platforms/raspbian/10.json +15 -8
  31. data/lib/fauxhai/platforms/rocky/8.json +3816 -3820
  32. data/lib/fauxhai/platforms/smartos/5.11.json +6 -4
  33. data/lib/fauxhai/platforms/solaris2/5.11.json +5043 -5048
  34. data/lib/fauxhai/platforms/windows/10.json +431 -423
  35. data/lib/fauxhai/platforms/windows/2012.json +17 -9
  36. data/lib/fauxhai/platforms/windows/2012R2.json +17 -9
  37. data/lib/fauxhai/platforms/windows/2016.json +17 -9
  38. data/lib/fauxhai/platforms/windows/2019.json +17 -9
  39. data/lib/fauxhai/platforms/windows/8.1.json +416 -408
  40. data/lib/fauxhai/version.rb +1 -1
  41. metadata +3 -1
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "chef_packages": {
3
3
  "ohai": {
4
- "version": "15.6.3",
5
- "ohai_root": "/usr/local/lib/ruby/gems/2.6/gems/ohai-15.6.3/lib/ohai"
4
+ "ohai_root": "/usr/local/lib/ruby/gems/2.6/gems/ohai-15.6.3/lib/ohai",
5
+ "version": "15.6.3"
6
6
  }
7
7
  },
8
8
  "command": {
@@ -11,317 +11,332 @@
11
11
  "counters": {
12
12
  "network": {
13
13
  "interfaces": {
14
- "lo": {
15
- "tx": {
16
- "queuelen": "1",
14
+ "em0": {
15
+ "rx": {
17
16
  "bytes": 0,
18
- "packets": 0,
19
- "errors": 0,
17
+ "compressed": 0,
20
18
  "drop": 0,
21
- "carrier": 0,
22
- "collisions": 0
19
+ "errors": 0,
20
+ "frame": 0,
21
+ "multicast": 0,
22
+ "overrun": 0,
23
+ "packets": 0
23
24
  },
24
- "rx": {
25
+ "tx": {
25
26
  "bytes": 0,
26
- "packets": 0,
27
- "errors": 0,
27
+ "carrier": 0,
28
+ "collisions": 0,
29
+ "compressed": 0,
28
30
  "drop": 0,
29
- "overrun": 0
31
+ "errors": 0,
32
+ "overrun": 0,
33
+ "packets": 0
30
34
  }
31
35
  },
32
- "em0": {
36
+ "lo": {
33
37
  "rx": {
34
38
  "bytes": 0,
35
- "packets": 0,
36
- "errors": 0,
37
39
  "drop": 0,
40
+ "errors": 0,
38
41
  "overrun": 0,
39
- "frame": 0,
40
- "compressed": 0,
41
- "multicast": 0
42
+ "packets": 0
42
43
  },
43
44
  "tx": {
44
45
  "bytes": 0,
45
- "packets": 0,
46
- "errors": 0,
47
- "drop": 0,
48
- "overrun": 0,
49
- "collisions": 0,
50
46
  "carrier": 0,
51
- "compressed": 0
47
+ "collisions": 0,
48
+ "drop": 0,
49
+ "errors": 0,
50
+ "packets": 0,
51
+ "queuelen": "1"
52
52
  }
53
53
  }
54
54
  }
55
55
  }
56
56
  },
57
57
  "cpu": {
58
+ "cores": 1,
58
59
  "real": 1,
59
- "total": 1,
60
- "cores": 1
60
+ "total": 1
61
61
  },
62
62
  "current_user": "fauxhai",
63
63
  "dmi": {
64
- "dmidecode_version": "3.2",
65
- "smbios_version": "2.4",
66
- "structures": {
67
- "count": "10",
68
- "size": "322"
69
- },
70
64
  "bios": {
65
+ "address": "0xE8000",
71
66
  "all_records": [
72
67
  {
73
- "record_id": "0x0000",
74
- "size": "0",
75
- "application_identifier": "BIOS Information",
76
- "Vendor": "DigitalOcean",
77
- "Version": "20171212",
78
- "Release Date": "12/12/2017",
79
68
  "Address": "0xE8000",
80
- "Runtime Size": "96 kB",
81
- "ROM Size": "64 kB",
69
+ "BIOS Revision": "1.0",
82
70
  "Characteristics": {
83
71
  "BIOS characteristics not supported": null,
84
72
  "Targeted content distribution is supported": null
85
73
  },
86
- "BIOS Revision": "1.0"
74
+ "ROM Size": "64 kB",
75
+ "Release Date": "12/12/2017",
76
+ "Runtime Size": "96 kB",
77
+ "Vendor": "DigitalOcean",
78
+ "Version": "20171212",
79
+ "application_identifier": "BIOS Information",
80
+ "record_id": "0x0000",
81
+ "size": "0"
87
82
  }
88
83
  ],
89
- "vendor": "DigitalOcean",
90
- "version": "20171212",
84
+ "bios_revision": "1.0",
91
85
  "release_date": "12/12/2017",
92
- "address": "0xE8000",
93
- "runtime_size": "96 kB",
94
86
  "rom_size": "64 kB",
95
- "bios_revision": "1.0"
96
- },
97
- "system": {
98
- "all_records": [
99
- {
100
- "record_id": "0x0100",
101
- "size": "1",
102
- "application_identifier": "System Information",
103
- "Manufacturer": "DigitalOcean",
104
- "Product Name": "Droplet",
105
- "Version": "20171212",
106
- "Serial Number": "174595272",
107
- "UUID": "20cb3805-f986-40f3-8112-632eeb6bc03d",
108
- "Wake-up Type": "Power Switch",
109
- "SKU Number": "Not Specified",
110
- "Family": "DigitalOcean_Droplet"
111
- }
112
- ],
113
- "manufacturer": "DigitalOcean",
114
- "product_name": "Droplet",
115
- "version": "20171212",
116
- "serial_number": "174595272",
117
- "uuid": "20cb3805-f986-40f3-8112-632eeb6bc03d",
118
- "wake_up_type": "Power Switch",
119
- "sku_number": "Not Specified",
120
- "family": "DigitalOcean_Droplet"
87
+ "runtime_size": "96 kB",
88
+ "vendor": "DigitalOcean",
89
+ "version": "20171212"
121
90
  },
122
91
  "chassis": {
123
92
  "all_records": [
124
93
  {
125
- "record_id": "0x0300",
126
- "size": "3",
127
- "application_identifier": "Chassis Information",
128
- "Manufacturer": "Bochs",
129
- "Type": "Other",
130
- "Lock": "Not Present",
131
- "Version": "Not Specified",
132
- "Serial Number": "Not Specified",
133
94
  "Asset Tag": "Not Specified",
134
95
  "Boot-up State": "Safe",
96
+ "Height": "Unspecified",
97
+ "Lock": "Not Present",
98
+ "Manufacturer": "Bochs",
99
+ "Number Of Power Cords": "Unspecified",
100
+ "OEM Information": "0x00000000",
135
101
  "Power Supply State": "Safe",
136
- "Thermal State": "Safe",
137
102
  "Security Status": "Unknown",
138
- "OEM Information": "0x00000000",
139
- "Height": "Unspecified",
140
- "Number Of Power Cords": "Unspecified"
103
+ "Serial Number": "Not Specified",
104
+ "Thermal State": "Safe",
105
+ "Type": "Other",
106
+ "Version": "Not Specified",
107
+ "application_identifier": "Chassis Information",
108
+ "record_id": "0x0300",
109
+ "size": "3"
141
110
  }
142
111
  ],
143
- "manufacturer": "Bochs",
144
- "type": "Other",
145
- "lock": "Not Present",
146
- "version": "Not Specified",
147
- "serial_number": "Not Specified",
148
112
  "asset_tag": "Not Specified",
149
113
  "boot_up_state": "Safe",
114
+ "height": "Unspecified",
115
+ "lock": "Not Present",
116
+ "manufacturer": "Bochs",
117
+ "number_of_power_cords": "Unspecified",
118
+ "oem_information": "0x00000000",
150
119
  "power_supply_state": "Safe",
151
- "thermal_state": "Safe",
152
120
  "security_status": "Unknown",
153
- "oem_information": "0x00000000",
154
- "height": "Unspecified",
155
- "number_of_power_cords": "Unspecified"
121
+ "serial_number": "Not Specified",
122
+ "thermal_state": "Safe",
123
+ "type": "Other",
124
+ "version": "Not Specified"
156
125
  },
126
+ "dmidecode_version": "3.2",
157
127
  "processor": {
158
128
  "all_records": [
159
129
  {
160
- "record_id": "0x0401",
161
- "size": "4",
162
- "application_identifier": "Processor Information",
163
- "Socket Designation": "CPU 1",
164
- "Type": "Central Processor",
130
+ "Current Speed": "2000 MHz",
131
+ "External Clock": "Unknown",
165
132
  "Family": "Other",
166
- "Manufacturer": "Bochs",
167
133
  "ID": "54 06 05 00 FF FB 8B 0F",
168
- "Version": "Not Specified",
169
- "Voltage": "Unknown",
170
- "External Clock": "Unknown",
134
+ "L1 Cache Handle": "Not Provided",
135
+ "L2 Cache Handle": "Not Provided",
136
+ "L3 Cache Handle": "Not Provided",
137
+ "Manufacturer": "Bochs",
171
138
  "Max Speed": "2000 MHz",
172
- "Current Speed": "2000 MHz",
139
+ "Socket Designation": "CPU 1",
173
140
  "Status": "Populated, Enabled",
141
+ "Type": "Central Processor",
174
142
  "Upgrade": "Other",
175
- "L1 Cache Handle": "Not Provided",
176
- "L2 Cache Handle": "Not Provided",
177
- "L3 Cache Handle": "Not Provided"
143
+ "Version": "Not Specified",
144
+ "Voltage": "Unknown",
145
+ "application_identifier": "Processor Information",
146
+ "record_id": "0x0401",
147
+ "size": "4"
178
148
  }
179
149
  ],
180
- "socket_designation": "CPU 1",
181
- "type": "Central Processor",
150
+ "current_speed": "2000 MHz",
151
+ "external_clock": "Unknown",
182
152
  "family": "Other",
183
- "manufacturer": "Bochs",
184
153
  "id": "54 06 05 00 FF FB 8B 0F",
185
- "version": "Not Specified",
186
- "voltage": "Unknown",
187
- "external_clock": "Unknown",
154
+ "l1_cache_handle": "Not Provided",
155
+ "l2_cache_handle": "Not Provided",
156
+ "l3_cache_handle": "Not Provided",
157
+ "manufacturer": "Bochs",
188
158
  "max_speed": "2000 MHz",
189
- "current_speed": "2000 MHz",
159
+ "socket_designation": "CPU 1",
190
160
  "status": "Populated, Enabled",
161
+ "type": "Central Processor",
191
162
  "upgrade": "Other",
192
- "l1_cache_handle": "Not Provided",
193
- "l2_cache_handle": "Not Provided",
194
- "l3_cache_handle": "Not Provided"
163
+ "version": "Not Specified",
164
+ "voltage": "Unknown"
165
+ },
166
+ "smbios_version": "2.4",
167
+ "structures": {
168
+ "count": "10",
169
+ "size": "322"
170
+ },
171
+ "system": {
172
+ "all_records": [
173
+ {
174
+ "Family": "DigitalOcean_Droplet",
175
+ "Manufacturer": "DigitalOcean",
176
+ "Product Name": "Droplet",
177
+ "SKU Number": "Not Specified",
178
+ "Serial Number": "174595272",
179
+ "UUID": "20cb3805-f986-40f3-8112-632eeb6bc03d",
180
+ "Version": "20171212",
181
+ "Wake-up Type": "Power Switch",
182
+ "application_identifier": "System Information",
183
+ "record_id": "0x0100",
184
+ "size": "1"
185
+ }
186
+ ],
187
+ "family": "DigitalOcean_Droplet",
188
+ "manufacturer": "DigitalOcean",
189
+ "product_name": "Droplet",
190
+ "serial_number": "174595272",
191
+ "sku_number": "Not Specified",
192
+ "uuid": "20cb3805-f986-40f3-8112-632eeb6bc03d",
193
+ "version": "20171212",
194
+ "wake_up_type": "Power Switch"
195
195
  }
196
196
  },
197
197
  "domain": "local",
198
198
  "filesystem": {
199
- "zroot/ROOT/default": {
200
- "kb_size": "96315504",
201
- "kb_used": "7223112",
202
- "kb_available": "89092392",
203
- "percent_used": "7%",
204
- "inodes_used": "153615",
205
- "inodes_available": "89092392",
206
- "total_inodes": "89246007",
207
- "inodes_percent_used": "0",
208
- "fs_type": "zfs",
199
+ "/dev/vtbd1": {
200
+ "fs_type": "cd9660",
201
+ "inodes_available": "0",
202
+ "inodes_percent_used": "100",
203
+ "inodes_used": "0",
204
+ "kb_available": "0",
205
+ "kb_size": "900",
206
+ "kb_used": "900",
207
+ "mount": "/var/lib/cloud/seed/config_drive",
209
208
  "mount_options": [
210
209
  "local",
211
- "noatime",
212
- "nfsv4acls"
210
+ "read-only"
213
211
  ],
214
- "mount": "/"
212
+ "percent_used": "100%",
213
+ "total_inodes": "0"
215
214
  },
216
215
  "devfs": {
217
- "kb_size": "2",
218
- "kb_used": "2",
219
- "kb_available": "0",
220
- "percent_used": "100%",
221
- "inodes_used": "0",
216
+ "fs_type": "devfs",
222
217
  "inodes_available": "0",
223
- "total_inodes": "0",
224
218
  "inodes_percent_used": "100",
225
- "fs_type": "devfs",
219
+ "inodes_used": "0",
220
+ "kb_available": "0",
221
+ "kb_size": "2",
222
+ "kb_used": "2",
223
+ "mount": "/dev",
226
224
  "mount_options": [
227
225
  "local",
228
226
  "multilabel"
229
227
  ],
230
- "mount": "/dev"
228
+ "percent_used": "100%",
229
+ "total_inodes": "0"
231
230
  },
232
231
  "fdescfs": {
232
+ "inodes_available": "57750",
233
+ "inodes_percent_used": "0",
234
+ "inodes_used": "4",
235
+ "kb_available": "0",
233
236
  "kb_size": "2",
234
237
  "kb_used": "2",
235
- "kb_available": "0",
238
+ "mount": "/dev/fd",
236
239
  "percent_used": "100%",
237
- "inodes_used": "4",
238
- "inodes_available": "57750",
239
- "total_inodes": "57754",
240
- "inodes_percent_used": "0",
241
- "mount": "/dev/fd"
240
+ "total_inodes": "57754"
242
241
  },
243
- "zroot/tmp": {
244
- "kb_size": "89092616",
245
- "kb_used": "224",
246
- "kb_available": "89092392",
247
- "percent_used": "0%",
248
- "inodes_used": "12",
249
- "inodes_available": "89092392",
250
- "total_inodes": "89092404",
251
- "inodes_percent_used": "0",
242
+ "zroot/ROOT/default": {
252
243
  "fs_type": "zfs",
253
- "mount_options": [
254
- "local",
255
- "noatime",
256
- "nosuid",
257
- "nfsv4acls"
258
- ],
259
- "mount": "/tmp"
260
- },
261
- "zroot/usr/ports": {
262
- "kb_size": "89092568",
263
- "kb_used": "176",
264
- "kb_available": "89092392",
265
- "percent_used": "0%",
266
- "inodes_used": "7",
267
244
  "inodes_available": "89092392",
268
- "total_inodes": "89092399",
269
245
  "inodes_percent_used": "0",
270
- "fs_type": "zfs",
246
+ "inodes_used": "153615",
247
+ "kb_available": "89092392",
248
+ "kb_size": "96315504",
249
+ "kb_used": "7223112",
250
+ "mount": "/",
271
251
  "mount_options": [
272
252
  "local",
273
253
  "noatime",
274
- "nosuid",
275
254
  "nfsv4acls"
276
255
  ],
277
- "mount": "/usr/ports"
256
+ "percent_used": "7%",
257
+ "total_inodes": "89246007"
278
258
  },
279
- "zroot/var/log": {
280
- "kb_size": "89092632",
281
- "kb_used": "240",
282
- "kb_available": "89092392",
283
- "percent_used": "0%",
284
- "inodes_used": "22",
259
+ "zroot/tmp": {
260
+ "fs_type": "zfs",
285
261
  "inodes_available": "89092392",
286
- "total_inodes": "89092414",
287
262
  "inodes_percent_used": "0",
288
- "fs_type": "zfs",
263
+ "inodes_used": "12",
264
+ "kb_available": "89092392",
265
+ "kb_size": "89092616",
266
+ "kb_used": "224",
267
+ "mount": "/tmp",
289
268
  "mount_options": [
290
269
  "local",
291
270
  "noatime",
292
- "noexec",
293
271
  "nosuid",
294
272
  "nfsv4acls"
295
273
  ],
296
- "mount": "/var/log"
274
+ "percent_used": "0%",
275
+ "total_inodes": "89092404"
297
276
  },
298
277
  "zroot/usr/home": {
278
+ "fs_type": "zfs",
279
+ "inodes_available": "89092392",
280
+ "inodes_percent_used": "0",
281
+ "inodes_used": "17",
282
+ "kb_available": "89092392",
299
283
  "kb_size": "89092648",
300
284
  "kb_used": "256",
301
- "kb_available": "89092392",
285
+ "mount": "/usr/home",
286
+ "mount_options": [
287
+ "local",
288
+ "noatime",
289
+ "nfsv4acls"
290
+ ],
302
291
  "percent_used": "0%",
303
- "inodes_used": "17",
292
+ "total_inodes": "89092409"
293
+ },
294
+ "zroot/usr/ports": {
295
+ "fs_type": "zfs",
304
296
  "inodes_available": "89092392",
305
- "total_inodes": "89092409",
306
297
  "inodes_percent_used": "0",
307
- "fs_type": "zfs",
298
+ "inodes_used": "7",
299
+ "kb_available": "89092392",
300
+ "kb_size": "89092568",
301
+ "kb_used": "176",
302
+ "mount": "/usr/ports",
308
303
  "mount_options": [
309
304
  "local",
310
305
  "noatime",
306
+ "nosuid",
311
307
  "nfsv4acls"
312
308
  ],
313
- "mount": "/usr/home"
309
+ "percent_used": "0%",
310
+ "total_inodes": "89092399"
314
311
  },
315
312
  "zroot/usr/src": {
313
+ "fs_type": "zfs",
314
+ "inodes_available": "89092392",
315
+ "inodes_percent_used": "0",
316
+ "inodes_used": "7",
317
+ "kb_available": "89092392",
316
318
  "kb_size": "89092568",
317
319
  "kb_used": "176",
318
- "kb_available": "89092392",
320
+ "mount": "/usr/src",
321
+ "mount_options": [
322
+ "local",
323
+ "noatime",
324
+ "noexec",
325
+ "nosuid",
326
+ "nfsv4acls"
327
+ ],
319
328
  "percent_used": "0%",
320
- "inodes_used": "7",
329
+ "total_inodes": "89092399"
330
+ },
331
+ "zroot/var/audit": {
332
+ "fs_type": "zfs",
321
333
  "inodes_available": "89092392",
322
- "total_inodes": "89092399",
323
334
  "inodes_percent_used": "0",
324
- "fs_type": "zfs",
335
+ "inodes_used": "7",
336
+ "kb_available": "89092392",
337
+ "kb_size": "89092568",
338
+ "kb_used": "176",
339
+ "mount": "/var/audit",
325
340
  "mount_options": [
326
341
  "local",
327
342
  "noatime",
@@ -329,18 +344,18 @@
329
344
  "nosuid",
330
345
  "nfsv4acls"
331
346
  ],
332
- "mount": "/usr/src"
347
+ "percent_used": "0%",
348
+ "total_inodes": "89092399"
333
349
  },
334
350
  "zroot/var/crash": {
335
- "kb_size": "89092568",
336
- "kb_used": "176",
337
- "kb_available": "89092392",
338
- "percent_used": "0%",
339
- "inodes_used": "7",
351
+ "fs_type": "zfs",
340
352
  "inodes_available": "89092392",
341
- "total_inodes": "89092399",
342
353
  "inodes_percent_used": "0",
343
- "fs_type": "zfs",
354
+ "inodes_used": "7",
355
+ "kb_available": "89092392",
356
+ "kb_size": "89092568",
357
+ "kb_used": "176",
358
+ "mount": "/var/crash",
344
359
  "mount_options": [
345
360
  "local",
346
361
  "noatime",
@@ -348,78 +363,63 @@
348
363
  "nosuid",
349
364
  "nfsv4acls"
350
365
  ],
351
- "mount": "/var/crash"
352
- },
353
- "zroot/var/mail": {
354
- "kb_size": "89092568",
355
- "kb_used": "176",
356
- "kb_available": "89092392",
357
366
  "percent_used": "0%",
358
- "inodes_used": "8",
367
+ "total_inodes": "89092399"
368
+ },
369
+ "zroot/var/log": {
370
+ "fs_type": "zfs",
359
371
  "inodes_available": "89092392",
360
- "total_inodes": "89092400",
361
372
  "inodes_percent_used": "0",
362
- "fs_type": "zfs",
373
+ "inodes_used": "22",
374
+ "kb_available": "89092392",
375
+ "kb_size": "89092632",
376
+ "kb_used": "240",
377
+ "mount": "/var/log",
363
378
  "mount_options": [
364
379
  "local",
380
+ "noatime",
365
381
  "noexec",
366
382
  "nosuid",
367
383
  "nfsv4acls"
368
384
  ],
369
- "mount": "/var/mail"
370
- },
371
- "zroot/var/audit": {
372
- "kb_size": "89092568",
373
- "kb_used": "176",
374
- "kb_available": "89092392",
375
385
  "percent_used": "0%",
376
- "inodes_used": "7",
386
+ "total_inodes": "89092414"
387
+ },
388
+ "zroot/var/mail": {
389
+ "fs_type": "zfs",
377
390
  "inodes_available": "89092392",
378
- "total_inodes": "89092399",
379
391
  "inodes_percent_used": "0",
380
- "fs_type": "zfs",
392
+ "inodes_used": "8",
393
+ "kb_available": "89092392",
394
+ "kb_size": "89092568",
395
+ "kb_used": "176",
396
+ "mount": "/var/mail",
381
397
  "mount_options": [
382
398
  "local",
383
- "noatime",
384
399
  "noexec",
385
400
  "nosuid",
386
401
  "nfsv4acls"
387
402
  ],
388
- "mount": "/var/audit"
403
+ "percent_used": "0%",
404
+ "total_inodes": "89092400"
389
405
  },
390
406
  "zroot/var/tmp": {
391
- "kb_size": "89092568",
392
- "kb_used": "176",
393
- "kb_available": "89092392",
394
- "percent_used": "0%",
395
- "inodes_used": "8",
407
+ "fs_type": "zfs",
396
408
  "inodes_available": "89092392",
397
- "total_inodes": "89092400",
398
409
  "inodes_percent_used": "0",
399
- "fs_type": "zfs",
410
+ "inodes_used": "8",
411
+ "kb_available": "89092392",
412
+ "kb_size": "89092568",
413
+ "kb_used": "176",
414
+ "mount": "/var/tmp",
400
415
  "mount_options": [
401
416
  "local",
402
417
  "noatime",
403
418
  "nosuid",
404
419
  "nfsv4acls"
405
420
  ],
406
- "mount": "/var/tmp"
407
- },
408
- "/dev/vtbd1": {
409
- "kb_size": "900",
410
- "kb_used": "900",
411
- "kb_available": "0",
412
- "percent_used": "100%",
413
- "inodes_used": "0",
414
- "inodes_available": "0",
415
- "total_inodes": "0",
416
- "inodes_percent_used": "100",
417
- "fs_type": "cd9660",
418
- "mount_options": [
419
- "local",
420
- "read-only"
421
- ],
422
- "mount": "/var/lib/cloud/seed/config_drive"
421
+ "percent_used": "0%",
422
+ "total_inodes": "89092400"
423
423
  }
424
424
  },
425
425
  "fqdn": "fauxhai.local",
@@ -428,58 +428,58 @@
428
428
  "idletime_seconds": 2646450,
429
429
  "ipaddress": "10.0.0.2",
430
430
  "kernel": {
431
- "name": "FreeBSD",
432
- "release": "12.1-RELEASE-p1",
433
- "version": "FreeBSD 12.1-RELEASE-p1 GENERIC ",
434
- "machine": "amd64",
435
- "processor": "amd64",
436
- "os": "FreeBSD",
437
431
  "ident": "GENERIC",
438
- "securelevel": [
439
- "kern.securelevel: -1"
440
- ],
432
+ "machine": "amd64",
441
433
  "modules": {
442
- "kernel": {
443
- "size": "2448ef8",
444
- "refcount": "30"
445
- },
446
434
  "aesni": {
447
- "size": "e1d8",
448
- "refcount": "1"
435
+ "refcount": "1",
436
+ "size": "e1d8"
449
437
  },
450
- "zfs": {
451
- "size": "3a99a8",
452
- "refcount": "1"
438
+ "cd9660_iconv": {
439
+ "refcount": "1",
440
+ "size": "11b0"
453
441
  },
454
- "opensolaris": {
455
- "size": "a5b8",
456
- "refcount": "2"
442
+ "fdescfs": {
443
+ "refcount": "1",
444
+ "size": "1aa0"
457
445
  },
458
- "cd9660_iconv": {
459
- "size": "11b0",
460
- "refcount": "1"
446
+ "intpm": {
447
+ "refcount": "1",
448
+ "size": "2668"
449
+ },
450
+ "kernel": {
451
+ "refcount": "30",
452
+ "size": "2448ef8"
461
453
  },
462
454
  "libiconv": {
463
- "size": "8a88",
464
- "refcount": "2"
455
+ "refcount": "2",
456
+ "size": "8a88"
465
457
  },
466
- "virtio_console": {
467
- "size": "6a70",
468
- "refcount": "1"
458
+ "opensolaris": {
459
+ "refcount": "2",
460
+ "size": "a5b8"
469
461
  },
470
- "fdescfs": {
471
- "size": "1aa0",
472
- "refcount": "1"
462
+ "smbus": {
463
+ "refcount": "1",
464
+ "size": "b50"
473
465
  },
474
- "intpm": {
475
- "size": "2668",
476
- "refcount": "1"
466
+ "virtio_console": {
467
+ "refcount": "1",
468
+ "size": "6a70"
477
469
  },
478
- "smbus": {
479
- "size": "b50",
480
- "refcount": "1"
470
+ "zfs": {
471
+ "refcount": "1",
472
+ "size": "3a99a8"
481
473
  }
482
- }
474
+ },
475
+ "name": "FreeBSD",
476
+ "os": "FreeBSD",
477
+ "processor": "amd64",
478
+ "release": "12.1-RELEASE-p1",
479
+ "securelevel": [
480
+ "kern.securelevel: -1"
481
+ ],
482
+ "version": "FreeBSD 12.1-RELEASE-p1 GENERIC "
483
483
  },
484
484
  "keys": {
485
485
  "ssh": {
@@ -488,24 +488,24 @@
488
488
  }
489
489
  },
490
490
  "languages": {
491
+ "powershell": null,
491
492
  "ruby": {
492
- "platform": "amd64-freebsd12",
493
- "version": "2.6.5",
494
- "release_date": "2019-10-01",
495
- "target": "amd64-portbld-freebsd12",
496
- "target_cpu": "amd64",
497
- "target_vendor": "portbld",
498
- "target_os": "freebsd12",
493
+ "bin_dir": "/usr/local/bin",
494
+ "gem_bin": "/usr/local/bin/gem",
495
+ "gems_dir": "/usr/local/gems",
499
496
  "host": "amd64-portbld-freebsd12",
500
497
  "host_cpu": "amd64",
501
498
  "host_os": "freebsd12",
502
499
  "host_vendor": "portbld",
503
- "bin_dir": "/usr/local/bin",
500
+ "platform": "amd64-freebsd12",
501
+ "release_date": "2019-10-01",
504
502
  "ruby_bin": "/usr/local/bin/ruby",
505
- "gems_dir": "/usr/local/gems",
506
- "gem_bin": "/usr/local/bin/gem"
507
- },
508
- "powershell": null
503
+ "target": "amd64-portbld-freebsd12",
504
+ "target_cpu": "amd64",
505
+ "target_os": "freebsd12",
506
+ "target_vendor": "portbld",
507
+ "version": "2.6.5"
508
+ }
509
509
  },
510
510
  "macaddress": "11:11:11:11:11:11",
511
511
  "machinename": "Fauxhai",
@@ -513,72 +513,45 @@
513
513
  "total": "1048576kB"
514
514
  },
515
515
  "network": {
516
+ "default_gateway": "10.0.0.1",
517
+ "default_interface": "em0",
516
518
  "interfaces": {
517
- "lo": {
518
- "mtu": "65536",
519
- "flags": [
520
- "LOOPBACK",
521
- "UP",
522
- "LOWER_UP"
523
- ],
524
- "encapsulation": "Loopback",
525
- "addresses": {
526
- "127.0.0.1": {
527
- "family": "inet",
528
- "prefixlen": "8",
529
- "netmask": "255.0.0.0",
530
- "scope": "Node",
531
- "ip_scope": "LOOPBACK"
532
- },
533
- "::1": {
534
- "family": "inet6",
535
- "prefixlen": "128",
536
- "scope": "Node",
537
- "tags": [
538
-
539
- ],
540
- "ip_scope": "LINK LOCAL LOOPBACK"
541
- }
542
- },
543
- "state": "unknown"
544
- },
545
519
  "em0": {
546
- "type": "em",
547
- "number": "0",
548
- "mtu": "1500",
549
- "flags": [
550
- "BROADCAST",
551
- "MULTICAST",
552
- "UP",
553
- "LOWER_UP"
554
- ],
555
- "encapsulation": "Ethernet",
556
520
  "addresses": {
557
- "11:11:11:11:11:11": {
558
- "family": "lladdr"
559
- },
560
521
  "10.0.0.2": {
522
+ "broadcast": "10.0.0.255",
561
523
  "family": "inet",
562
- "prefixlen": "24",
524
+ "ip_scope": "RFC1918 PRIVATE",
563
525
  "netmask": "255.255.255.0",
564
- "broadcast": "10.0.0.255",
565
- "scope": "Global",
566
- "ip_scope": "RFC1918 PRIVATE"
526
+ "prefixlen": "24",
527
+ "scope": "Global"
528
+ },
529
+ "11:11:11:11:11:11": {
530
+ "family": "lladdr"
567
531
  },
568
532
  "fe80::11:1111:1111:1111": {
569
533
  "family": "inet6",
534
+ "ip_scope": "LINK LOCAL UNICAST",
570
535
  "prefixlen": "64",
571
536
  "scope": "Link",
572
537
  "tags": [
573
-
574
- ],
575
- "ip_scope": "LINK LOCAL UNICAST"
538
+ ]
576
539
  }
577
540
  },
578
- "state": "up",
579
541
  "arp": {
580
542
  "10.0.0.1": "fe:ff:ff:ff:ff:ff"
581
543
  },
544
+ "encapsulation": "Ethernet",
545
+ "flags": [
546
+ "BROADCAST",
547
+ "MULTICAST",
548
+ "UP",
549
+ "LOWER_UP"
550
+ ],
551
+ "mtu": "1500",
552
+ "number": "0",
553
+ "ring_params": {
554
+ },
582
555
  "routes": [
583
556
  {
584
557
  "destination": "default",
@@ -588,8 +561,8 @@
588
561
  {
589
562
  "destination": "10.0.0.0/24",
590
563
  "family": "inet",
591
- "scope": "link",
592
564
  "proto": "kernel",
565
+ "scope": "link",
593
566
  "src": "10.0.0.2"
594
567
  },
595
568
  {
@@ -599,12 +572,37 @@
599
572
  "proto": "kernel"
600
573
  }
601
574
  ],
602
- "ring_params": {
603
- }
575
+ "state": "up",
576
+ "type": "em"
577
+ },
578
+ "lo": {
579
+ "addresses": {
580
+ "127.0.0.1": {
581
+ "family": "inet",
582
+ "ip_scope": "LOOPBACK",
583
+ "netmask": "255.0.0.0",
584
+ "prefixlen": "8",
585
+ "scope": "Node"
586
+ },
587
+ "::1": {
588
+ "family": "inet6",
589
+ "ip_scope": "LINK LOCAL LOOPBACK",
590
+ "prefixlen": "128",
591
+ "scope": "Node",
592
+ "tags": [
593
+ ]
594
+ }
595
+ },
596
+ "encapsulation": "Loopback",
597
+ "flags": [
598
+ "LOOPBACK",
599
+ "UP",
600
+ "LOWER_UP"
601
+ ],
602
+ "mtu": "65536",
603
+ "state": "unknown"
604
604
  }
605
- },
606
- "default_interface": "em0",
607
- "default_gateway": "10.0.0.1"
605
+ }
608
606
  },
609
607
  "ohai_time": 1578408178.2818284,
610
608
  "os": "freebsd",
@@ -912,4 +910,4 @@
912
910
  "systems": {
913
911
  }
914
912
  }
915
- }
913
+ }