fauxhai-ng 8.0.0 → 8.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/fauxhai +8 -8
- data/lib/.DS_Store +0 -0
- data/lib/fauxhai.rb +5 -5
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/fetcher.rb +9 -8
- data/lib/fauxhai/mocker.rb +14 -14
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/2.json +683 -660
- data/lib/fauxhai/platforms/amazon/2016.03.json +135 -135
- data/lib/fauxhai/platforms/amazon/2016.09.json +134 -134
- data/lib/fauxhai/platforms/amazon/2017.03.json +125 -125
- data/lib/fauxhai/platforms/amazon/2017.09.json +112 -112
- data/lib/fauxhai/platforms/amazon/2018.03.json +544 -551
- data/lib/fauxhai/platforms/centos/.DS_Store +0 -0
- data/lib/fauxhai/platforms/centos/5.11.json +1 -0
- data/lib/fauxhai/platforms/centos/6.10.json +314 -314
- data/lib/fauxhai/platforms/centos/6.9.json +1 -0
- data/lib/fauxhai/platforms/centos/7.5.1804.json +1 -0
- data/lib/fauxhai/platforms/centos/7.6.1810.json +40 -40
- data/lib/fauxhai/platforms/centos/7.7.1908.json +1512 -7517
- data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
- data/lib/fauxhai/platforms/centos/8.json +1229 -2348
- data/lib/fauxhai/platforms/debian/10.json +420 -208
- data/lib/fauxhai/platforms/debian/8.11.json +1 -0
- data/lib/fauxhai/platforms/debian/9.11.json +53 -44
- data/lib/fauxhai/platforms/debian/{8.10.json → 9.12.json} +994 -1644
- data/lib/fauxhai/platforms/debian/9.8.json +52 -42
- data/lib/fauxhai/platforms/debian/9.9.json +55 -45
- data/lib/fauxhai/platforms/fedora/29.json +1 -1
- data/lib/fauxhai/platforms/fedora/30.json +514 -506
- data/lib/fauxhai/platforms/fedora/31.json +734 -712
- data/lib/fauxhai/platforms/fedora/32.json +3547 -0
- data/lib/fauxhai/platforms/mac_os_x/10.15.json +268 -392
- data/lib/fauxhai/platforms/opensuse/15.0.json +4383 -37
- data/lib/fauxhai/platforms/opensuse/15.1.json +5775 -0
- data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
- data/lib/fauxhai/platforms/oracle/5.11.json +1 -0
- data/lib/fauxhai/platforms/oracle/6.10.json +19 -19
- data/lib/fauxhai/platforms/oracle/6.9.json +1 -0
- data/lib/fauxhai/platforms/oracle/7.5.json +480 -496
- data/lib/fauxhai/platforms/oracle/7.6.json +39 -39
- data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
- data/lib/fauxhai/platforms/redhat/5.11.json +1 -0
- data/lib/fauxhai/platforms/redhat/6.10.json +49 -40
- data/lib/fauxhai/platforms/redhat/6.9.json +40 -31
- data/lib/fauxhai/platforms/redhat/7.4.json +57 -48
- data/lib/fauxhai/platforms/redhat/7.5.json +55 -45
- data/lib/fauxhai/platforms/redhat/7.6.json +508 -657
- data/lib/fauxhai/platforms/redhat/7.7.json +58 -49
- data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
- data/lib/fauxhai/platforms/redhat/8.json +942 -908
- data/lib/fauxhai/platforms/suse/.DS_Store +0 -0
- data/lib/fauxhai/platforms/suse/12.3.json +38 -40
- data/lib/fauxhai/platforms/suse/12.4.json +50 -52
- data/lib/fauxhai/platforms/suse/12.5.json +5922 -0
- data/lib/fauxhai/platforms/suse/15.json +999 -1001
- data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
- data/lib/fauxhai/platforms/ubuntu/16.04.json +291 -278
- data/lib/fauxhai/platforms/ubuntu/18.04.json +384 -377
- data/lib/fauxhai/platforms/ubuntu/20.04.json +4144 -0
- data/lib/fauxhai/runner.rb +27 -27
- data/lib/fauxhai/runner/default.rb +128 -128
- data/lib/fauxhai/runner/windows.rb +77 -77
- data/lib/fauxhai/version.rb +1 -1
- metadata +14 -18
- data/lib/fauxhai/platforms/aix/.DS_Store +0 -0
- data/lib/fauxhai/platforms/clearos/.DS_Store +0 -0
- data/lib/fauxhai/platforms/debian/8.9.json +0 -3614
- data/lib/fauxhai/platforms/freebsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/gentoo/.DS_Store +0 -0
- data/lib/fauxhai/platforms/linuxmint/.DS_Store +0 -0
- data/lib/fauxhai/platforms/mac_os_x/.DS_Store +0 -0
- data/lib/fauxhai/platforms/openbsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
- data/lib/fauxhai/platforms/solaris2/.DS_Store +0 -0
- data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
@@ -10,12 +10,12 @@
|
|
10
10
|
},
|
11
11
|
"chef_packages": {
|
12
12
|
"chef": {
|
13
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
14
|
-
"version": "
|
13
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib",
|
14
|
+
"version": "16.0.257"
|
15
15
|
},
|
16
16
|
"ohai": {
|
17
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
18
|
-
"version": "
|
17
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai",
|
18
|
+
"version": "16.0.20"
|
19
19
|
}
|
20
20
|
},
|
21
21
|
"command": {
|
@@ -146,12 +146,12 @@
|
|
146
146
|
"processor": {
|
147
147
|
"all_records": [
|
148
148
|
{
|
149
|
-
"Current Speed": "
|
149
|
+
"Current Speed": "2395 MHz",
|
150
150
|
"External Clock": "Unknown",
|
151
151
|
"Family": "Other",
|
152
152
|
"ID": "F2 06 03 00 FF FB 89 17",
|
153
153
|
"Manufacturer": "Intel",
|
154
|
-
"Max Speed": "
|
154
|
+
"Max Speed": "2395 MHz",
|
155
155
|
"Socket Designation": "CPU 1",
|
156
156
|
"Status": "Populated, Enabled",
|
157
157
|
"Type": "Central Processor",
|
@@ -163,12 +163,12 @@
|
|
163
163
|
"size": "4"
|
164
164
|
}
|
165
165
|
],
|
166
|
-
"current_speed": "
|
166
|
+
"current_speed": "2395 MHz",
|
167
167
|
"external_clock": "Unknown",
|
168
168
|
"family": "Other",
|
169
169
|
"id": "F2 06 03 00 FF FB 89 17",
|
170
170
|
"manufacturer": "Intel",
|
171
|
-
"max_speed": "
|
171
|
+
"max_speed": "2395 MHz",
|
172
172
|
"socket_designation": "CPU 1",
|
173
173
|
"status": "Populated, Enabled",
|
174
174
|
"type": "Central Processor",
|
@@ -188,8 +188,8 @@
|
|
188
188
|
"Manufacturer": "Xen",
|
189
189
|
"Product Name": "HVM domU",
|
190
190
|
"SKU Number": "Not Specified",
|
191
|
-
"Serial Number": "
|
192
|
-
"UUID": "
|
191
|
+
"Serial Number": "ec2b13fa-a727-1f3a-dbe9-b16c806b1f0c",
|
192
|
+
"UUID": "EC2B13FA-A727-1F3A-DBE9-B16C806B1F0C",
|
193
193
|
"Version": "4.2.amazon",
|
194
194
|
"Wake-up Type": "Power Switch",
|
195
195
|
"application_identifier": "System Information",
|
@@ -200,9 +200,9 @@
|
|
200
200
|
"family": "Not Specified",
|
201
201
|
"manufacturer": "Xen",
|
202
202
|
"product_name": "HVM domU",
|
203
|
-
"serial_number": "
|
203
|
+
"serial_number": "ec2b13fa-a727-1f3a-dbe9-b16c806b1f0c",
|
204
204
|
"sku_number": "Not Specified",
|
205
|
-
"uuid": "
|
205
|
+
"uuid": "EC2B13FA-A727-1F3A-DBE9-B16C806B1F0C",
|
206
206
|
"version": "4.2.amazon",
|
207
207
|
"wake_up_type": "Power Switch"
|
208
208
|
}
|
@@ -236,12 +236,12 @@
|
|
236
236
|
},
|
237
237
|
"/dev/xvda2": {
|
238
238
|
"fs_type": "ext4",
|
239
|
-
"inodes_available": "
|
239
|
+
"inodes_available": "2499479",
|
240
240
|
"inodes_percent_used": "3%",
|
241
|
-
"inodes_used": "
|
242
|
-
"kb_available": "
|
241
|
+
"inodes_used": "64617",
|
242
|
+
"kb_available": "35320796",
|
243
243
|
"kb_size": "40185112",
|
244
|
-
"kb_used": "
|
244
|
+
"kb_used": "2799932",
|
245
245
|
"mount_options": [
|
246
246
|
"rw",
|
247
247
|
"relatime",
|
@@ -279,20 +279,20 @@
|
|
279
279
|
"noexec",
|
280
280
|
"relatime",
|
281
281
|
"seclabel",
|
282
|
-
"
|
282
|
+
"memory"
|
283
283
|
],
|
284
284
|
"mounts": [
|
285
285
|
"/sys/fs/cgroup/systemd",
|
286
|
+
"/sys/fs/cgroup/blkio",
|
287
|
+
"/sys/fs/cgroup/devices",
|
286
288
|
"/sys/fs/cgroup/net_cls,net_prio",
|
287
|
-
"/sys/fs/cgroup/
|
289
|
+
"/sys/fs/cgroup/cpuset",
|
290
|
+
"/sys/fs/cgroup/freezer",
|
288
291
|
"/sys/fs/cgroup/perf_event",
|
289
|
-
"/sys/fs/cgroup/devices",
|
290
292
|
"/sys/fs/cgroup/cpu,cpuacct",
|
291
|
-
"/sys/fs/cgroup/
|
292
|
-
"/sys/fs/cgroup/cpuset",
|
293
|
-
"/sys/fs/cgroup/blkio",
|
293
|
+
"/sys/fs/cgroup/pids",
|
294
294
|
"/sys/fs/cgroup/hugetlb",
|
295
|
-
"/sys/fs/cgroup/
|
295
|
+
"/sys/fs/cgroup/memory"
|
296
296
|
]
|
297
297
|
},
|
298
298
|
"configfs": {
|
@@ -462,13 +462,13 @@
|
|
462
462
|
"mount_options": [
|
463
463
|
"rw",
|
464
464
|
"relatime",
|
465
|
-
"fd=
|
465
|
+
"fd=24",
|
466
466
|
"pgrp=1",
|
467
467
|
"timeout=0",
|
468
468
|
"minproto=5",
|
469
469
|
"maxproto=5",
|
470
470
|
"direct",
|
471
|
-
"pipe_ino=
|
471
|
+
"pipe_ino=10397"
|
472
472
|
],
|
473
473
|
"mounts": [
|
474
474
|
"/proc/sys/fs/binfmt_misc"
|
@@ -510,12 +510,12 @@
|
|
510
510
|
"rootfs"
|
511
511
|
],
|
512
512
|
"fs_type": "rootfs",
|
513
|
-
"inodes_available": "
|
513
|
+
"inodes_available": "2499479",
|
514
514
|
"inodes_percent_used": "3%",
|
515
|
-
"inodes_used": "
|
516
|
-
"kb_available": "
|
515
|
+
"inodes_used": "64617",
|
516
|
+
"kb_available": "35320796",
|
517
517
|
"kb_size": "40185112",
|
518
|
-
"kb_used": "
|
518
|
+
"kb_used": "2799932",
|
519
519
|
"mount_options": [
|
520
520
|
"rw"
|
521
521
|
],
|
@@ -993,12 +993,12 @@
|
|
993
993
|
"/dev/xvda2,/": {
|
994
994
|
"device": "/dev/xvda2",
|
995
995
|
"fs_type": "ext4",
|
996
|
-
"inodes_available": "
|
996
|
+
"inodes_available": "2499479",
|
997
997
|
"inodes_percent_used": "3%",
|
998
|
-
"inodes_used": "
|
999
|
-
"kb_available": "
|
998
|
+
"inodes_used": "64617",
|
999
|
+
"kb_available": "35320796",
|
1000
1000
|
"kb_size": "40185112",
|
1001
|
-
"kb_used": "
|
1001
|
+
"kb_used": "2799932",
|
1002
1002
|
"mount": "/",
|
1003
1003
|
"mount_options": [
|
1004
1004
|
"rw",
|
@@ -1338,13 +1338,13 @@
|
|
1338
1338
|
"mount_options": [
|
1339
1339
|
"rw",
|
1340
1340
|
"relatime",
|
1341
|
-
"fd=
|
1341
|
+
"fd=24",
|
1342
1342
|
"pgrp=1",
|
1343
1343
|
"timeout=0",
|
1344
1344
|
"minproto=5",
|
1345
1345
|
"maxproto=5",
|
1346
1346
|
"direct",
|
1347
|
-
"pipe_ino=
|
1347
|
+
"pipe_ino=10397"
|
1348
1348
|
]
|
1349
1349
|
},
|
1350
1350
|
"tmpfs,/dev/shm": {
|
@@ -1882,7 +1882,7 @@
|
|
1882
1882
|
}
|
1883
1883
|
}
|
1884
1884
|
},
|
1885
|
-
"ohai_time":
|
1885
|
+
"ohai_time": 1588214760.092003,
|
1886
1886
|
"os": "linux",
|
1887
1887
|
"os_version": "3.10.0-957.5.1.el7.x86_64",
|
1888
1888
|
"packages": {
|
@@ -2120,9 +2120,9 @@
|
|
2120
2120
|
"chef": {
|
2121
2121
|
"arch": "x86_64",
|
2122
2122
|
"epoch": "0",
|
2123
|
-
"installdate": "
|
2123
|
+
"installdate": "1588214752",
|
2124
2124
|
"release": "1.el7",
|
2125
|
-
"version": "
|
2125
|
+
"version": "16.0.257"
|
2126
2126
|
},
|
2127
2127
|
"chkconfig": {
|
2128
2128
|
"arch": "x86_64",
|
@@ -6563,7 +6563,7 @@
|
|
6563
6563
|
"platform_family": "rhel",
|
6564
6564
|
"platform_version": "7.5",
|
6565
6565
|
"root_group": "root",
|
6566
|
-
"shard_seed":
|
6566
|
+
"shard_seed": 220044256,
|
6567
6567
|
"shells": [
|
6568
6568
|
"/bin/sh",
|
6569
6569
|
"/bin/bash",
|
Binary file
|
@@ -178,12 +178,12 @@
|
|
178
178
|
},
|
179
179
|
"chef_packages": {
|
180
180
|
"chef": {
|
181
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
182
|
-
"version": "
|
181
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
|
182
|
+
"version": "16.6.14"
|
183
183
|
},
|
184
184
|
"ohai": {
|
185
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.
|
186
|
-
"version": "
|
185
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
|
186
|
+
"version": "16.6.5"
|
187
187
|
}
|
188
188
|
},
|
189
189
|
"command": {
|
@@ -249,8 +249,6 @@
|
|
249
249
|
"Address": "0xE8000",
|
250
250
|
"BIOS Revision": "4.2",
|
251
251
|
"Characteristics": {
|
252
|
-
"EDD is supported": null,
|
253
|
-
"PCI is supported": null,
|
254
252
|
"Targeted content distribution is supported": null
|
255
253
|
},
|
256
254
|
"ROM Size": "64 kB",
|
@@ -356,8 +354,8 @@
|
|
356
354
|
"Manufacturer": "Xen",
|
357
355
|
"Product Name": "HVM domU",
|
358
356
|
"SKU Number": "Not Specified",
|
359
|
-
"Serial Number": "
|
360
|
-
"UUID": "
|
357
|
+
"Serial Number": "ec21126b-ddb7-ce41-5da4-155f44d03b4f",
|
358
|
+
"UUID": "EC21126B-DDB7-CE41-5DA4-155F44D03B4F",
|
361
359
|
"Version": "4.2.amazon",
|
362
360
|
"Wake-up Type": "Power Switch",
|
363
361
|
"application_identifier": "System Information",
|
@@ -368,9 +366,9 @@
|
|
368
366
|
"family": "Not Specified",
|
369
367
|
"manufacturer": "Xen",
|
370
368
|
"product_name": "HVM domU",
|
371
|
-
"serial_number": "
|
369
|
+
"serial_number": "ec21126b-ddb7-ce41-5da4-155f44d03b4f",
|
372
370
|
"sku_number": "Not Specified",
|
373
|
-
"uuid": "
|
371
|
+
"uuid": "EC21126B-DDB7-CE41-5DA4-155F44D03B4F",
|
374
372
|
"version": "4.2.amazon",
|
375
373
|
"wake_up_type": "Power Switch"
|
376
374
|
}
|
@@ -384,7 +382,7 @@
|
|
384
382
|
"rw",
|
385
383
|
"relatime",
|
386
384
|
"fd=13",
|
387
|
-
"pgrp=
|
385
|
+
"pgrp=1332",
|
388
386
|
"timeout=300",
|
389
387
|
"minproto=5",
|
390
388
|
"maxproto=5",
|
@@ -399,19 +397,19 @@
|
|
399
397
|
},
|
400
398
|
"/dev/xvda1": {
|
401
399
|
"fs_type": "ext4",
|
402
|
-
"inodes_available": "
|
400
|
+
"inodes_available": "589611",
|
403
401
|
"inodes_percent_used": "11%",
|
404
|
-
"inodes_used": "
|
405
|
-
"kb_available": "
|
402
|
+
"inodes_used": "65749",
|
403
|
+
"kb_available": "7770752",
|
406
404
|
"kb_size": "10189092",
|
407
|
-
"kb_used": "
|
405
|
+
"kb_used": "1894156",
|
408
406
|
"mount_options": [
|
409
407
|
"rw"
|
410
408
|
],
|
411
409
|
"mounts": [
|
412
410
|
"/"
|
413
411
|
],
|
414
|
-
"percent_used": "
|
412
|
+
"percent_used": "20%",
|
415
413
|
"total_inodes": "655360",
|
416
414
|
"uuid": "7c176713-709f-43d2-b8ce-8a12613326fd"
|
417
415
|
},
|
@@ -421,7 +419,7 @@
|
|
421
419
|
"rw",
|
422
420
|
"relatime",
|
423
421
|
"fd=7",
|
424
|
-
"pgrp=
|
422
|
+
"pgrp=1332",
|
425
423
|
"timeout=300",
|
426
424
|
"minproto=5",
|
427
425
|
"maxproto=5",
|
@@ -530,16 +528,16 @@
|
|
530
528
|
"rootfs"
|
531
529
|
],
|
532
530
|
"fs_type": "rootfs",
|
533
|
-
"inodes_available": "
|
531
|
+
"inodes_available": "589611",
|
534
532
|
"inodes_percent_used": "11%",
|
535
|
-
"inodes_used": "
|
536
|
-
"kb_available": "
|
533
|
+
"inodes_used": "65749",
|
534
|
+
"kb_available": "7770752",
|
537
535
|
"kb_size": "10189092",
|
538
|
-
"kb_used": "
|
536
|
+
"kb_used": "1894156",
|
539
537
|
"mount_options": [
|
540
538
|
"rw"
|
541
539
|
],
|
542
|
-
"percent_used": "
|
540
|
+
"percent_used": "20%",
|
543
541
|
"total_inodes": "655360",
|
544
542
|
"uuid": "7c176713-709f-43d2-b8ce-8a12613326fd"
|
545
543
|
},
|
@@ -595,7 +593,7 @@
|
|
595
593
|
"rw",
|
596
594
|
"relatime",
|
597
595
|
"fd=7",
|
598
|
-
"pgrp=
|
596
|
+
"pgrp=1332",
|
599
597
|
"timeout=300",
|
600
598
|
"minproto=5",
|
601
599
|
"maxproto=5",
|
@@ -611,7 +609,7 @@
|
|
611
609
|
"rw",
|
612
610
|
"relatime",
|
613
611
|
"fd=13",
|
614
|
-
"pgrp=
|
612
|
+
"pgrp=1332",
|
615
613
|
"timeout=300",
|
616
614
|
"minproto=5",
|
617
615
|
"maxproto=5",
|
@@ -675,7 +673,7 @@
|
|
675
673
|
"rw",
|
676
674
|
"relatime",
|
677
675
|
"fd=13",
|
678
|
-
"pgrp=
|
676
|
+
"pgrp=1332",
|
679
677
|
"timeout=300",
|
680
678
|
"minproto=5",
|
681
679
|
"maxproto=5",
|
@@ -688,17 +686,17 @@
|
|
688
686
|
"/dev/xvda1,/": {
|
689
687
|
"device": "/dev/xvda1",
|
690
688
|
"fs_type": "ext4",
|
691
|
-
"inodes_available": "
|
689
|
+
"inodes_available": "589611",
|
692
690
|
"inodes_percent_used": "11%",
|
693
|
-
"inodes_used": "
|
694
|
-
"kb_available": "
|
691
|
+
"inodes_used": "65749",
|
692
|
+
"kb_available": "7770752",
|
695
693
|
"kb_size": "10189092",
|
696
|
-
"kb_used": "
|
694
|
+
"kb_used": "1894156",
|
697
695
|
"mount": "/",
|
698
696
|
"mount_options": [
|
699
697
|
"rw"
|
700
698
|
],
|
701
|
-
"percent_used": "
|
699
|
+
"percent_used": "20%",
|
702
700
|
"total_inodes": "655360",
|
703
701
|
"uuid": "7c176713-709f-43d2-b8ce-8a12613326fd"
|
704
702
|
},
|
@@ -710,7 +708,7 @@
|
|
710
708
|
"rw",
|
711
709
|
"relatime",
|
712
710
|
"fd=7",
|
713
|
-
"pgrp=
|
711
|
+
"pgrp=1332",
|
714
712
|
"timeout=300",
|
715
713
|
"minproto=5",
|
716
714
|
"maxproto=5",
|
@@ -811,7 +809,7 @@
|
|
811
809
|
},
|
812
810
|
"fips": {
|
813
811
|
"kernel": {
|
814
|
-
"enabled":
|
812
|
+
"enabled": true
|
815
813
|
}
|
816
814
|
},
|
817
815
|
"fqdn": "fauxhai.local",
|
@@ -962,7 +960,18 @@
|
|
962
960
|
"bin_dir": "/usr/local/bin",
|
963
961
|
"gem_bin": "/usr/local/bin/gem",
|
964
962
|
"gems_dir": "/usr/local/gems",
|
965
|
-
"
|
963
|
+
"host": "x86_64-pc-linux-gnu",
|
964
|
+
"host_cpu": "x86_64",
|
965
|
+
"host_os": "linux-gnu",
|
966
|
+
"host_vendor": "pc",
|
967
|
+
"platform": "x86_64-linux",
|
968
|
+
"release_date": "2020-10-01",
|
969
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
970
|
+
"target": "x86_64-pc-linux-gnu",
|
971
|
+
"target_cpu": "x86_64",
|
972
|
+
"target_os": "linux",
|
973
|
+
"target_vendor": "pc",
|
974
|
+
"version": "2.7.2"
|
966
975
|
}
|
967
976
|
},
|
968
977
|
"lsb": {
|
@@ -1065,7 +1074,7 @@
|
|
1065
1074
|
}
|
1066
1075
|
}
|
1067
1076
|
},
|
1068
|
-
"ohai_time":
|
1077
|
+
"ohai_time": 1604984602.9599266,
|
1069
1078
|
"os": "linux",
|
1070
1079
|
"os_version": "2.6.32-754.23.1.el6.x86_64",
|
1071
1080
|
"packages": {
|
@@ -1436,9 +1445,9 @@
|
|
1436
1445
|
"chef": {
|
1437
1446
|
"arch": "x86_64",
|
1438
1447
|
"epoch": "0",
|
1439
|
-
"installdate": "
|
1448
|
+
"installdate": "1604984589",
|
1440
1449
|
"release": "1.el6",
|
1441
|
-
"version": "
|
1450
|
+
"version": "16.6.14"
|
1442
1451
|
},
|
1443
1452
|
"chkconfig": {
|
1444
1453
|
"arch": "x86_64",
|
@@ -2136,21 +2145,21 @@
|
|
2136
2145
|
"gpg-pubkey": {
|
2137
2146
|
"arch": "(none)",
|
2138
2147
|
"epoch": "0",
|
2139
|
-
"installdate": "
|
2148
|
+
"installdate": "1604984547",
|
2140
2149
|
"release": "45700c69",
|
2141
2150
|
"version": "2fa658e0",
|
2142
2151
|
"versions": [
|
2143
2152
|
{
|
2144
2153
|
"arch": "(none)",
|
2145
2154
|
"epoch": "0",
|
2146
|
-
"installdate": "
|
2155
|
+
"installdate": "1604984547",
|
2147
2156
|
"release": "4ae0493b",
|
2148
2157
|
"version": "fd431d51"
|
2149
2158
|
},
|
2150
2159
|
{
|
2151
2160
|
"arch": "(none)",
|
2152
2161
|
"epoch": "0",
|
2153
|
-
"installdate": "
|
2162
|
+
"installdate": "1604984547",
|
2154
2163
|
"release": "45700c69",
|
2155
2164
|
"version": "2fa658e0"
|
2156
2165
|
}
|
@@ -5787,7 +5796,7 @@
|
|
5787
5796
|
"platform_family": "rhel",
|
5788
5797
|
"platform_version": "6.10",
|
5789
5798
|
"root_group": "root",
|
5790
|
-
"shard_seed":
|
5799
|
+
"shard_seed": 266357538,
|
5791
5800
|
"shells": [
|
5792
5801
|
"/bin/sh",
|
5793
5802
|
"/bin/bash",
|