fauxhai 6.10.0 → 6.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/.DS_Store +0 -0
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/fetcher.rb +1 -1
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/centos/7.6.1804.json +3794 -0
- data/lib/fauxhai/platforms/debian/9.6.json +2928 -0
- data/lib/fauxhai/platforms/gentoo/4.9.6-gentoo-r1.json +0 -1
- data/lib/fauxhai/platforms/oracle/6.8.json +1589 -1262
- data/lib/fauxhai/platforms/oracle/7.2.json +3162 -990
- data/lib/fauxhai/platforms/oracle/7.3.json +2921 -761
- data/lib/fauxhai/platforms/oracle/7.4.json +765 -765
- data/lib/fauxhai/platforms/redhat/7.6.json +3929 -0
- data/lib/fauxhai/platforms/windows/10.json +423 -406
- data/lib/fauxhai/platforms/windows/2008R2.json +83 -34
- data/lib/fauxhai/platforms/windows/2012.json +47 -25
- data/lib/fauxhai/platforms/windows/2012R2.json +48 -26
- data/lib/fauxhai/platforms/windows/2016.json +70 -53
- data/lib/fauxhai/platforms/windows/2019.json +400 -0
- data/lib/fauxhai/platforms/windows/7.json +637 -396
- data/lib/fauxhai/platforms/windows/8.1.json +408 -400
- data/lib/fauxhai/version.rb +1 -1
- metadata +7 -4
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"chef_packages": {
|
3
3
|
"chef": {
|
4
|
-
"chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.
|
5
|
-
"version": "14.
|
4
|
+
"chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib",
|
5
|
+
"version": "14.10.9"
|
6
6
|
},
|
7
7
|
"ohai": {
|
8
|
-
"ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.
|
9
|
-
"version": "14.
|
8
|
+
"ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai",
|
9
|
+
"version": "14.8.10"
|
10
10
|
}
|
11
11
|
},
|
12
12
|
"command": {},
|
@@ -67,11 +67,11 @@
|
|
67
67
|
"filesystem": {
|
68
68
|
"C:": {
|
69
69
|
"fs_type": "ntfs",
|
70
|
-
"kb_available":
|
70
|
+
"kb_available": 4153856,
|
71
71
|
"kb_size": 32210153,
|
72
|
-
"kb_used":
|
72
|
+
"kb_used": 28056297,
|
73
73
|
"mount": "C:",
|
74
|
-
"percent_used":
|
74
|
+
"percent_used": 87,
|
75
75
|
"volume_name": ""
|
76
76
|
}
|
77
77
|
},
|
@@ -95,12 +95,12 @@
|
|
95
95
|
"boot_option_on_watch_dog": null,
|
96
96
|
"boot_rom_supported": true,
|
97
97
|
"bootup_state": "Normal boot",
|
98
|
-
"caption": "WIN-
|
98
|
+
"caption": "WIN-TR5MI3UK0O8",
|
99
99
|
"chassis_bootup_state": 3,
|
100
100
|
"current_time_zone": 0,
|
101
101
|
"daylight_in_effect": null,
|
102
102
|
"description": "AT/AT COMPATIBLE",
|
103
|
-
"dns_host_name": "WIN-
|
103
|
+
"dns_host_name": "WIN-TR5MI3UK0O8",
|
104
104
|
"domain": "WORKGROUP",
|
105
105
|
"domain_role": 2,
|
106
106
|
"enable_daylight_savings_time": true,
|
@@ -110,19 +110,17 @@
|
|
110
110
|
"install_date": null,
|
111
111
|
"keyboard_password_status": 3,
|
112
112
|
"last_load_info": null,
|
113
|
-
"manufacturer": "
|
114
|
-
"model": "
|
115
|
-
"name": "WIN-
|
113
|
+
"manufacturer": "Amazon EC2",
|
114
|
+
"model": "t3.large",
|
115
|
+
"name": "WIN-TR5MI3UK0O8",
|
116
116
|
"name_format": null,
|
117
117
|
"network_server_mode_enabled": true,
|
118
118
|
"number_of_logical_processors": 2,
|
119
119
|
"number_of_processors": 1,
|
120
|
-
"oem_string_array":
|
121
|
-
"Xen"
|
122
|
-
],
|
120
|
+
"oem_string_array": null,
|
123
121
|
"part_of_domain": false,
|
124
122
|
"pause_after_reset": "-1",
|
125
|
-
"pc_system_type":
|
123
|
+
"pc_system_type": 1,
|
126
124
|
"power_management_capabilities": null,
|
127
125
|
"power_management_supported": null,
|
128
126
|
"power_on_password_status": 3,
|
@@ -146,7 +144,7 @@
|
|
146
144
|
"system_startup_setting": null,
|
147
145
|
"system_type": "x64-based PC",
|
148
146
|
"thermal_state": 3,
|
149
|
-
"total_physical_memory": "
|
147
|
+
"total_physical_memory": "8482553856",
|
150
148
|
"user_name": null,
|
151
149
|
"wake_up_type": 6,
|
152
150
|
"workgroup": "WORKGROUP"
|
@@ -161,7 +159,7 @@
|
|
161
159
|
"caption": "Microsoft Windows Server 2008 R2 Datacenter ",
|
162
160
|
"code_set": "1252",
|
163
161
|
"country_code": "1",
|
164
|
-
"cs_name": "WIN-
|
162
|
+
"cs_name": "WIN-TR5MI3UK0O8",
|
165
163
|
"csd_version": "Service Pack 1",
|
166
164
|
"current_time_zone": 0,
|
167
165
|
"data_execution_prevention_32_bit_applications": true,
|
@@ -173,10 +171,10 @@
|
|
173
171
|
"distributed": false,
|
174
172
|
"encryption_level": 256,
|
175
173
|
"foreground_application_boost": 0,
|
176
|
-
"install_date": "
|
174
|
+
"install_date": "20190130182902.000000+000",
|
177
175
|
"large_system_cache": null,
|
178
|
-
"last_boot_up_time": "
|
179
|
-
"local_date_time": "
|
176
|
+
"last_boot_up_time": "20190130212614.468750+000",
|
177
|
+
"local_date_time": "20190130221252.093000+000",
|
180
178
|
"locale": "0409",
|
181
179
|
"manufacturer": "Microsoft Corporation",
|
182
180
|
"max_number_of_processes": -1,
|
@@ -186,7 +184,7 @@
|
|
186
184
|
],
|
187
185
|
"name": "Microsoft Windows Server 2008 R2 Datacenter |C:\\Windows|\\Device\\Harddisk0\\Partition1",
|
188
186
|
"number_of_licensed_users": 0,
|
189
|
-
"number_of_processes":
|
187
|
+
"number_of_processes": 40,
|
190
188
|
"number_of_users": 1,
|
191
189
|
"operating_system_sku": 8,
|
192
190
|
"organization": "Amazon.com",
|
@@ -210,14 +208,14 @@
|
|
210
208
|
"system_device": "\\Device\\HarddiskVolume1",
|
211
209
|
"system_directory": "C:\\Windows\\system32",
|
212
210
|
"system_drive": "C:",
|
213
|
-
"total_visible_memory_size": "
|
211
|
+
"total_visible_memory_size": "8283744",
|
214
212
|
"version": "6.1.7601",
|
215
213
|
"windows_directory": "C:\\Windows"
|
216
214
|
},
|
217
215
|
"product_type": "Server",
|
218
216
|
"release": "6.1.7601",
|
219
217
|
"server_core": false,
|
220
|
-
"system_type": "
|
218
|
+
"system_type": "Desktop",
|
221
219
|
"version": "6.1.7601 Service Pack 1 Build 7601"
|
222
220
|
},
|
223
221
|
"keys": {
|
@@ -347,42 +345,93 @@
|
|
347
345
|
}
|
348
346
|
}
|
349
347
|
},
|
350
|
-
"ohai_time":
|
348
|
+
"ohai_time": 1548886376.046597,
|
351
349
|
"os": "windows",
|
352
350
|
"os_version": "6.1.7601",
|
353
351
|
"packages": {
|
354
|
-
"
|
355
|
-
"installdate": "
|
352
|
+
"AWS PV Drivers": {
|
353
|
+
"installdate": "20181014",
|
354
|
+
"publisher": "Amazon Web Services",
|
355
|
+
"version": "8.2.4"
|
356
|
+
},
|
357
|
+
"AWS Tools for Windows": {
|
358
|
+
"installdate": "20190109",
|
359
|
+
"publisher": "Amazon Web Services Developer Relations",
|
360
|
+
"version": "3.15.647"
|
361
|
+
},
|
362
|
+
"Amazon SSM Agent": {
|
363
|
+
"publisher": "Amazon Web Services",
|
364
|
+
"version": "2.3.344.0"
|
365
|
+
},
|
366
|
+
"Chef Client v14.10.9": {
|
367
|
+
"installdate": "20190130",
|
356
368
|
"publisher": "Chef Software, Inc.",
|
357
|
-
"version": "14.
|
369
|
+
"version": "14.10.9.1"
|
370
|
+
},
|
371
|
+
"EC2ConfigService": {
|
372
|
+
"publisher": "Amazon Web Services",
|
373
|
+
"version": "4.9.3160.0"
|
358
374
|
},
|
359
|
-
"Microsoft .NET Framework 4.7.
|
360
|
-
"installdate": "20180223",
|
375
|
+
"Microsoft .NET Framework 4.7.2": {
|
361
376
|
"publisher": "Microsoft Corporation",
|
362
|
-
"version": "4.7.
|
377
|
+
"version": "4.7.03062"
|
363
378
|
},
|
364
379
|
"Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729": {
|
365
380
|
"installdate": "20110305",
|
366
381
|
"publisher": "Microsoft Corporation",
|
367
382
|
"version": "9.0.30729"
|
368
383
|
},
|
369
|
-
"Update for Microsoft .NET Framework 4.7.
|
384
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4087364)": {
|
385
|
+
"publisher": "Microsoft Corporation",
|
386
|
+
"version": "1"
|
387
|
+
},
|
388
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4338420)": {
|
389
|
+
"publisher": "Microsoft Corporation",
|
390
|
+
"version": "1"
|
391
|
+
},
|
392
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4344146)": {
|
370
393
|
"publisher": "Microsoft Corporation",
|
371
394
|
"version": "1"
|
372
395
|
},
|
373
|
-
"Update for Microsoft .NET Framework 4.7.
|
396
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4457016)": {
|
374
397
|
"publisher": "Microsoft Corporation",
|
375
398
|
"version": "1"
|
376
399
|
},
|
377
|
-
"Update for Microsoft .NET Framework 4.7.
|
400
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4457035)": {
|
378
401
|
"publisher": "Microsoft Corporation",
|
379
402
|
"version": "1"
|
403
|
+
},
|
404
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4459942)": {
|
405
|
+
"publisher": "Microsoft Corporation",
|
406
|
+
"version": "1"
|
407
|
+
},
|
408
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4470640)": {
|
409
|
+
"publisher": "Microsoft Corporation",
|
410
|
+
"version": "1"
|
411
|
+
},
|
412
|
+
"Update for Microsoft .NET Framework 4.7.2 (KB4480055)": {
|
413
|
+
"publisher": "Microsoft Corporation",
|
414
|
+
"version": "1"
|
415
|
+
},
|
416
|
+
"Windows Driver Package - Amazon Inc. (AWSNVMe) SCSIAdapter (01/11/2018 1.0.0.146)": {
|
417
|
+
"publisher": "Amazon Inc.",
|
418
|
+
"version": "01/11/2018 1.0.0.146"
|
419
|
+
},
|
420
|
+
"Windows Driver Package - Amazon Inc. (AWSNVMe) SCSIAdapter (11/16/2017 1.0.0.105)": {
|
421
|
+
"publisher": "Amazon Inc.",
|
422
|
+
"version": "11/16/2017 1.0.0.105"
|
423
|
+
},
|
424
|
+
"aws-cfn-bootstrap": {
|
425
|
+
"installdate": "20121207",
|
426
|
+
"publisher": "Amazon Web Services",
|
427
|
+
"version": "1.3.6"
|
380
428
|
}
|
381
429
|
},
|
382
430
|
"platform": "windows",
|
383
431
|
"platform_family": "windows",
|
384
432
|
"platform_version": "6.1.7601",
|
385
433
|
"root_group": "Administrators",
|
434
|
+
"shard_seed": 231248930,
|
386
435
|
"time": {
|
387
436
|
"timezone": "GMT"
|
388
437
|
},
|
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"chef_packages": {
|
3
3
|
"chef": {
|
4
|
-
"chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.
|
5
|
-
"version": "14.
|
4
|
+
"chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib",
|
5
|
+
"version": "14.10.9"
|
6
6
|
},
|
7
7
|
"ohai": {
|
8
|
-
"ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.
|
9
|
-
"version": "14.
|
8
|
+
"ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai",
|
9
|
+
"version": "14.8.10"
|
10
10
|
}
|
11
11
|
},
|
12
12
|
"command": {},
|
@@ -67,11 +67,11 @@
|
|
67
67
|
"filesystem": {
|
68
68
|
"C:": {
|
69
69
|
"fs_type": "ntfs",
|
70
|
-
"kb_available":
|
70
|
+
"kb_available": 4132487,
|
71
71
|
"kb_size": 31843151,
|
72
|
-
"kb_used":
|
72
|
+
"kb_used": 27710664,
|
73
73
|
"mount": "C:",
|
74
|
-
"percent_used":
|
74
|
+
"percent_used": 87,
|
75
75
|
"volume_name": ""
|
76
76
|
}
|
77
77
|
},
|
@@ -95,12 +95,12 @@
|
|
95
95
|
"boot_option_on_watch_dog": null,
|
96
96
|
"boot_rom_supported": true,
|
97
97
|
"bootup_state": "Normal boot",
|
98
|
-
"caption": "WIN-
|
98
|
+
"caption": "WIN-326UMSID2AK",
|
99
99
|
"chassis_bootup_state": 3,
|
100
100
|
"current_time_zone": 0,
|
101
101
|
"daylight_in_effect": null,
|
102
102
|
"description": "AT/AT COMPATIBLE",
|
103
|
-
"dns_host_name": "WIN-
|
103
|
+
"dns_host_name": "WIN-326UMSID2AK",
|
104
104
|
"domain": "WORKGROUP",
|
105
105
|
"domain_role": 2,
|
106
106
|
"enable_daylight_savings_time": true,
|
@@ -111,16 +111,14 @@
|
|
111
111
|
"install_date": null,
|
112
112
|
"keyboard_password_status": 3,
|
113
113
|
"last_load_info": null,
|
114
|
-
"manufacturer": "
|
115
|
-
"model": "
|
116
|
-
"name": "WIN-
|
114
|
+
"manufacturer": "Amazon EC2",
|
115
|
+
"model": "t3.large",
|
116
|
+
"name": "WIN-326UMSID2AK",
|
117
117
|
"name_format": null,
|
118
118
|
"network_server_mode_enabled": true,
|
119
119
|
"number_of_logical_processors": 2,
|
120
120
|
"number_of_processors": 1,
|
121
|
-
"oem_string_array":
|
122
|
-
"Xen"
|
123
|
-
],
|
121
|
+
"oem_string_array": null,
|
124
122
|
"part_of_domain": false,
|
125
123
|
"pause_after_reset": "-1",
|
126
124
|
"pc_system_type": 1,
|
@@ -147,7 +145,7 @@
|
|
147
145
|
"system_startup_setting": null,
|
148
146
|
"system_type": "x64-based PC",
|
149
147
|
"thermal_state": 3,
|
150
|
-
"total_physical_memory": "
|
148
|
+
"total_physical_memory": "8482549760",
|
151
149
|
"user_name": null,
|
152
150
|
"wake_up_type": 6,
|
153
151
|
"workgroup": "WORKGROUP"
|
@@ -162,7 +160,7 @@
|
|
162
160
|
"caption": "Microsoft Windows Server 2012 Standard",
|
163
161
|
"code_set": "1252",
|
164
162
|
"country_code": "1",
|
165
|
-
"cs_name": "WIN-
|
163
|
+
"cs_name": "WIN-326UMSID2AK",
|
166
164
|
"csd_version": null,
|
167
165
|
"current_time_zone": 0,
|
168
166
|
"data_execution_prevention_32_bit_applications": true,
|
@@ -174,10 +172,10 @@
|
|
174
172
|
"distributed": false,
|
175
173
|
"encryption_level": 256,
|
176
174
|
"foreground_application_boost": 0,
|
177
|
-
"install_date": "
|
175
|
+
"install_date": "20190130172142.000000+000",
|
178
176
|
"large_system_cache": null,
|
179
|
-
"last_boot_up_time": "
|
180
|
-
"local_date_time": "
|
177
|
+
"last_boot_up_time": "20190130212411.486650+000",
|
178
|
+
"local_date_time": "20190130215252.274000+000",
|
181
179
|
"locale": "0409",
|
182
180
|
"manufacturer": "Microsoft Corporation",
|
183
181
|
"max_number_of_processes": -1,
|
@@ -212,7 +210,7 @@
|
|
212
210
|
"system_device": "\\Device\\HarddiskVolume2",
|
213
211
|
"system_directory": "C:\\Windows\\system32",
|
214
212
|
"system_drive": "C:",
|
215
|
-
"total_visible_memory_size": "
|
213
|
+
"total_visible_memory_size": "8283740",
|
216
214
|
"version": "6.2.9200",
|
217
215
|
"windows_directory": "C:\\Windows"
|
218
216
|
},
|
@@ -349,20 +347,44 @@
|
|
349
347
|
}
|
350
348
|
}
|
351
349
|
},
|
352
|
-
"ohai_time":
|
350
|
+
"ohai_time": 1548885175.649484,
|
353
351
|
"os": "windows",
|
354
352
|
"os_version": "6.2.9200",
|
355
353
|
"packages": {
|
356
|
-
"
|
357
|
-
"installdate": "
|
354
|
+
"AWS PV Drivers": {
|
355
|
+
"installdate": "20181014",
|
356
|
+
"publisher": "Amazon Web Services",
|
357
|
+
"version": "8.2.4"
|
358
|
+
},
|
359
|
+
"AWS Tools for Windows": {
|
360
|
+
"installdate": "20190109",
|
361
|
+
"publisher": "Amazon Web Services Developer Relations",
|
362
|
+
"version": "3.15.647"
|
363
|
+
},
|
364
|
+
"Amazon SSM Agent": {
|
365
|
+
"publisher": "Amazon Web Services",
|
366
|
+
"version": "2.3.344.0"
|
367
|
+
},
|
368
|
+
"Chef Client v14.10.9": {
|
369
|
+
"installdate": "20190130",
|
358
370
|
"publisher": "Chef Software, Inc.",
|
359
|
-
"version": "14.
|
371
|
+
"version": "14.10.9.1"
|
372
|
+
},
|
373
|
+
"EC2ConfigService": {
|
374
|
+
"publisher": "Amazon Web Services",
|
375
|
+
"version": "4.9.3160.0"
|
376
|
+
},
|
377
|
+
"aws-cfn-bootstrap": {
|
378
|
+
"installdate": "20120924",
|
379
|
+
"publisher": "Amazon Web Services",
|
380
|
+
"version": "1.3.5"
|
360
381
|
}
|
361
382
|
},
|
362
383
|
"platform": "windows",
|
363
384
|
"platform_family": "windows",
|
364
385
|
"platform_version": "6.2.9200",
|
365
386
|
"root_group": "Administrators",
|
387
|
+
"shard_seed": 143500384,
|
366
388
|
"time": {
|
367
389
|
"timezone": "GMT"
|
368
390
|
},
|
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"chef_packages": {
|
3
3
|
"chef": {
|
4
|
-
"chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.
|
5
|
-
"version": "14.
|
4
|
+
"chef_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.10.9-universal-mingw32/lib",
|
5
|
+
"version": "14.10.9"
|
6
6
|
},
|
7
7
|
"ohai": {
|
8
|
-
"ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.
|
9
|
-
"version": "14.
|
8
|
+
"ohai_root": "C:/opscode/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai",
|
9
|
+
"version": "14.8.10"
|
10
10
|
}
|
11
11
|
},
|
12
12
|
"command": {},
|
@@ -67,11 +67,11 @@
|
|
67
67
|
"filesystem": {
|
68
68
|
"C:": {
|
69
69
|
"fs_type": "ntfs",
|
70
|
-
"kb_available":
|
70
|
+
"kb_available": 8527413,
|
71
71
|
"kb_size": 31843151,
|
72
|
-
"kb_used":
|
72
|
+
"kb_used": 23315738,
|
73
73
|
"mount": "C:",
|
74
|
-
"percent_used":
|
74
|
+
"percent_used": 73,
|
75
75
|
"volume_name": ""
|
76
76
|
}
|
77
77
|
},
|
@@ -95,12 +95,12 @@
|
|
95
95
|
"boot_option_on_watch_dog": null,
|
96
96
|
"boot_rom_supported": true,
|
97
97
|
"bootup_state": "Normal boot",
|
98
|
-
"caption": "WIN-
|
98
|
+
"caption": "WIN-3GOSR0HBP7K",
|
99
99
|
"chassis_bootup_state": 3,
|
100
100
|
"current_time_zone": 0,
|
101
101
|
"daylight_in_effect": null,
|
102
102
|
"description": "AT/AT COMPATIBLE",
|
103
|
-
"dns_host_name": "WIN-
|
103
|
+
"dns_host_name": "WIN-3GOSR0HBP7K",
|
104
104
|
"domain": "WORKGROUP",
|
105
105
|
"domain_role": 2,
|
106
106
|
"enable_daylight_savings_time": true,
|
@@ -111,16 +111,14 @@
|
|
111
111
|
"install_date": null,
|
112
112
|
"keyboard_password_status": 3,
|
113
113
|
"last_load_info": null,
|
114
|
-
"manufacturer": "
|
115
|
-
"model": "
|
116
|
-
"name": "WIN-
|
114
|
+
"manufacturer": "Amazon EC2",
|
115
|
+
"model": "t3.large",
|
116
|
+
"name": "WIN-3GOSR0HBP7K",
|
117
117
|
"name_format": null,
|
118
118
|
"network_server_mode_enabled": true,
|
119
119
|
"number_of_logical_processors": 2,
|
120
120
|
"number_of_processors": 1,
|
121
|
-
"oem_string_array":
|
122
|
-
"Xen"
|
123
|
-
],
|
121
|
+
"oem_string_array": null,
|
124
122
|
"part_of_domain": false,
|
125
123
|
"pause_after_reset": "-1",
|
126
124
|
"pc_system_type": 1,
|
@@ -148,7 +146,7 @@
|
|
148
146
|
"system_startup_setting": null,
|
149
147
|
"system_type": "x64-based PC",
|
150
148
|
"thermal_state": 3,
|
151
|
-
"total_physical_memory": "
|
149
|
+
"total_physical_memory": "8482549760",
|
152
150
|
"user_name": null,
|
153
151
|
"wake_up_type": 6,
|
154
152
|
"workgroup": "WORKGROUP"
|
@@ -163,7 +161,7 @@
|
|
163
161
|
"caption": "Microsoft Windows Server 2012 R2 Standard",
|
164
162
|
"code_set": "1252",
|
165
163
|
"country_code": "1",
|
166
|
-
"cs_name": "WIN-
|
164
|
+
"cs_name": "WIN-3GOSR0HBP7K",
|
167
165
|
"csd_version": null,
|
168
166
|
"current_time_zone": 0,
|
169
167
|
"data_execution_prevention_32_bit_applications": true,
|
@@ -175,10 +173,10 @@
|
|
175
173
|
"distributed": false,
|
176
174
|
"encryption_level": 256,
|
177
175
|
"foreground_application_boost": 2,
|
178
|
-
"install_date": "
|
176
|
+
"install_date": "20190130205703.000000+000",
|
179
177
|
"large_system_cache": null,
|
180
|
-
"last_boot_up_time": "
|
181
|
-
"local_date_time": "
|
178
|
+
"last_boot_up_time": "20190130212432.490118+000",
|
179
|
+
"local_date_time": "20190130221541.702000+000",
|
182
180
|
"locale": "0409",
|
183
181
|
"manufacturer": "Microsoft Corporation",
|
184
182
|
"max_number_of_processes": -1,
|
@@ -213,7 +211,7 @@
|
|
213
211
|
"system_device": "\\Device\\HarddiskVolume2",
|
214
212
|
"system_directory": "C:\\Windows\\system32",
|
215
213
|
"system_drive": "C:",
|
216
|
-
"total_visible_memory_size": "
|
214
|
+
"total_visible_memory_size": "8283740",
|
217
215
|
"version": "6.3.9600",
|
218
216
|
"windows_directory": "C:\\Windows"
|
219
217
|
},
|
@@ -231,7 +229,7 @@
|
|
231
229
|
},
|
232
230
|
"languages": {
|
233
231
|
"powershell": {
|
234
|
-
"build_version": "6.3.9600.
|
232
|
+
"build_version": "6.3.9600.19170",
|
235
233
|
"clr_version": "4.0.30319.42000",
|
236
234
|
"compatible_versions": [
|
237
235
|
"1.0",
|
@@ -351,20 +349,44 @@
|
|
351
349
|
}
|
352
350
|
}
|
353
351
|
},
|
354
|
-
"ohai_time":
|
352
|
+
"ohai_time": 1548886544.968044,
|
355
353
|
"os": "windows",
|
356
354
|
"os_version": "6.3.9600",
|
357
355
|
"packages": {
|
358
|
-
"
|
359
|
-
"installdate": "
|
356
|
+
"AWS PV Drivers": {
|
357
|
+
"installdate": "20181014",
|
358
|
+
"publisher": "Amazon Web Services",
|
359
|
+
"version": "8.2.4"
|
360
|
+
},
|
361
|
+
"AWS Tools for Windows": {
|
362
|
+
"installdate": "20190109",
|
363
|
+
"publisher": "Amazon Web Services Developer Relations",
|
364
|
+
"version": "3.15.647"
|
365
|
+
},
|
366
|
+
"Amazon SSM Agent": {
|
367
|
+
"publisher": "Amazon Web Services",
|
368
|
+
"version": "2.3.344.0"
|
369
|
+
},
|
370
|
+
"Chef Client v14.10.9": {
|
371
|
+
"installdate": "20190130",
|
360
372
|
"publisher": "Chef Software, Inc.",
|
361
|
-
"version": "14.
|
373
|
+
"version": "14.10.9.1"
|
374
|
+
},
|
375
|
+
"EC2ConfigService": {
|
376
|
+
"publisher": "Amazon Web Services",
|
377
|
+
"version": "4.9.3160.0"
|
378
|
+
},
|
379
|
+
"aws-cfn-bootstrap": {
|
380
|
+
"installdate": "20181014",
|
381
|
+
"publisher": "Amazon Web Services",
|
382
|
+
"version": "1.4.31"
|
362
383
|
}
|
363
384
|
},
|
364
385
|
"platform": "windows",
|
365
386
|
"platform_family": "windows",
|
366
387
|
"platform_version": "6.3.9600",
|
367
388
|
"root_group": "Administrators",
|
389
|
+
"shard_seed": 160657640,
|
368
390
|
"time": {
|
369
391
|
"timezone": "GMT"
|
370
392
|
},
|