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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8f3e09a799c5629adc612e236f44009fc320fea8bd61d53c02f3a6d93521fc0
4
- data.tar.gz: 111e7484d29339e1947e749bf0d93d78bb99676e1249d514ee0150feae387f54
3
+ metadata.gz: c5c68111714ea8831afe23ecebe34775b189c3690a44352dd1cad0e03e66baae
4
+ data.tar.gz: daffc994ef0d4c6eb006ba97f72b0e1020971645f5a18b3514c94fdb1e9d9b2c
5
5
  SHA512:
6
- metadata.gz: 3b9bf10334229d7619b3bb5996fca63ec0a953ae2ed6fcf1aaf03663f15bab63c6872965c6f2615a428664942ca44a51522dbcc91944179c2f7d3b481b6289d4
7
- data.tar.gz: 86d61f4e9289805bd2665607a736392231362fe6dcd759db0a77a700019313ec36035cb8b87165a45a6ea9d111359da7fbe1342e9a492b647e17c7fc20158a99
6
+ metadata.gz: 7cf1f97447d8fbeeed017323633f4e6ccb8a2ac475fd7e6236c2bebbd9ac10df4cbcbc627657ce1a3dc6ba1372014fef9927cc78cb131f28a4de232702bf4970
7
+ data.tar.gz: b1dc76b1a57b30ffa748502f1140901714fc93985913962a062bc87537b5c5f585840f24a4e148bddcf08738713cfbd46c977585dd6db694e740188f0b1b453d
Binary file
Binary file
@@ -22,7 +22,7 @@ module Fauxhai
22
22
 
23
23
  if defined?(ChefSpec)
24
24
  data = @data
25
- ::ChefSpec::ChefRunner.send :define_method, :fake_ohai do |ohai|
25
+ ::ChefSpec::Runner.send :define_method, :fake_ohai do |ohai|
26
26
  data.each_pair do |attribute, value|
27
27
  ohai[attribute] = value
28
28
  end
@@ -0,0 +1,3794 @@
1
+ {
2
+ "block_device": {
3
+ "xvda": {
4
+ "logical_block_size": "512",
5
+ "physical_block_size": "512",
6
+ "removable": "0",
7
+ "rotational": "0",
8
+ "size": "16777216"
9
+ }
10
+ },
11
+ "chef_packages": {
12
+ "chef": {
13
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.8.12/lib",
14
+ "version": "14.8.12"
15
+ },
16
+ "ohai": {
17
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai",
18
+ "version": "14.8.10"
19
+ }
20
+ },
21
+ "command": {
22
+ "ps": "ps -ef"
23
+ },
24
+ "counters": {
25
+ "network": {
26
+ "interfaces": {
27
+ "eth0": {
28
+ "rx": {
29
+ "bytes": 0,
30
+ "compressed": 0,
31
+ "drop": 0,
32
+ "errors": 0,
33
+ "frame": 0,
34
+ "multicast": 0,
35
+ "overrun": 0,
36
+ "packets": 0
37
+ },
38
+ "tx": {
39
+ "bytes": 0,
40
+ "carrier": 0,
41
+ "collisions": 0,
42
+ "compressed": 0,
43
+ "drop": 0,
44
+ "errors": 0,
45
+ "overrun": 0,
46
+ "packets": 0
47
+ }
48
+ },
49
+ "lo": {
50
+ "rx": {
51
+ "bytes": 0,
52
+ "drop": 0,
53
+ "errors": 0,
54
+ "overrun": 0,
55
+ "packets": 0
56
+ },
57
+ "tx": {
58
+ "bytes": 0,
59
+ "carrier": 0,
60
+ "collisions": 0,
61
+ "drop": 0,
62
+ "errors": 0,
63
+ "packets": 0,
64
+ "queuelen": "1"
65
+ }
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "cpu": {
71
+ "cores": 1,
72
+ "real": 1,
73
+ "total": 1
74
+ },
75
+ "current_user": "fauxhai",
76
+ "dmi": {
77
+ "bios": {
78
+ "address": "0xE8000",
79
+ "all_records": [
80
+ {
81
+ "Address": "0xE8000",
82
+ "BIOS Revision": "4.2",
83
+ "Characteristics": {
84
+ "EDD is supported": null,
85
+ "PCI is supported": null,
86
+ "Targeted content distribution is supported": null
87
+ },
88
+ "ROM Size": "64 kB",
89
+ "Release Date": "08/24/2006",
90
+ "Runtime Size": "96 kB",
91
+ "Vendor": "Xen",
92
+ "Version": "4.2.amazon",
93
+ "application_identifier": "BIOS Information",
94
+ "record_id": "0x0000",
95
+ "size": "0"
96
+ }
97
+ ],
98
+ "bios_revision": "4.2",
99
+ "release_date": "08/24/2006",
100
+ "rom_size": "64 kB",
101
+ "runtime_size": "96 kB",
102
+ "vendor": "Xen",
103
+ "version": "4.2.amazon"
104
+ },
105
+ "chassis": {
106
+ "all_records": [
107
+ {
108
+ "Asset Tag": "Not Specified",
109
+ "Boot-up State": "Safe",
110
+ "Lock": "Not Present",
111
+ "Manufacturer": "Xen",
112
+ "Power Supply State": "Safe",
113
+ "Security Status": "Unknown",
114
+ "Serial Number": "Not Specified",
115
+ "Thermal State": "Safe",
116
+ "Type": "Other",
117
+ "Version": "Not Specified",
118
+ "application_identifier": "Chassis Information",
119
+ "record_id": "0x0300",
120
+ "size": "3"
121
+ }
122
+ ],
123
+ "asset_tag": "Not Specified",
124
+ "boot_up_state": "Safe",
125
+ "lock": "Not Present",
126
+ "manufacturer": "Xen",
127
+ "power_supply_state": "Safe",
128
+ "security_status": "Unknown",
129
+ "serial_number": "Not Specified",
130
+ "thermal_state": "Safe",
131
+ "type": "Other",
132
+ "version": "Not Specified"
133
+ },
134
+ "dmidecode_version": "3.0",
135
+ "oem_strings": {
136
+ "all_records": [
137
+ {
138
+ "String 1": "Xen",
139
+ "application_identifier": "OEM Strings",
140
+ "record_id": "0x0B00",
141
+ "size": "11"
142
+ }
143
+ ],
144
+ "string_1": "Xen"
145
+ },
146
+ "processor": {
147
+ "all_records": [
148
+ {
149
+ "Current Speed": "2400 MHz",
150
+ "External Clock": "Unknown",
151
+ "Family": "Other",
152
+ "ID": "F2 06 03 00 FF FB 89 17",
153
+ "Manufacturer": "Intel",
154
+ "Max Speed": "2400 MHz",
155
+ "Socket Designation": "CPU 1",
156
+ "Status": "Populated, Enabled",
157
+ "Type": "Central Processor",
158
+ "Upgrade": "Other",
159
+ "Version": "Not Specified",
160
+ "Voltage": "Unknown",
161
+ "application_identifier": "Processor Information",
162
+ "record_id": "0x0401",
163
+ "size": "4"
164
+ }
165
+ ],
166
+ "current_speed": "2400 MHz",
167
+ "external_clock": "Unknown",
168
+ "family": "Other",
169
+ "id": "F2 06 03 00 FF FB 89 17",
170
+ "manufacturer": "Intel",
171
+ "max_speed": "2400 MHz",
172
+ "socket_designation": "CPU 1",
173
+ "status": "Populated, Enabled",
174
+ "type": "Central Processor",
175
+ "upgrade": "Other",
176
+ "version": "Not Specified",
177
+ "voltage": "Unknown"
178
+ },
179
+ "smbios_version": "2.7",
180
+ "structures": {
181
+ "count": "11",
182
+ "size": "359"
183
+ },
184
+ "system": {
185
+ "all_records": [
186
+ {
187
+ "Family": "Not Specified",
188
+ "Manufacturer": "Xen",
189
+ "Product Name": "HVM domU",
190
+ "SKU Number": "Not Specified",
191
+ "Serial Number": "ec207c52-f108-e1a7-fb9a-cd6e9f0f184d",
192
+ "UUID": "EC207C52-F108-E1A7-FB9A-CD6E9F0F184D",
193
+ "Version": "4.2.amazon",
194
+ "Wake-up Type": "Power Switch",
195
+ "application_identifier": "System Information",
196
+ "record_id": "0x0100",
197
+ "size": "1"
198
+ }
199
+ ],
200
+ "family": "Not Specified",
201
+ "manufacturer": "Xen",
202
+ "product_name": "HVM domU",
203
+ "serial_number": "ec207c52-f108-e1a7-fb9a-cd6e9f0f184d",
204
+ "sku_number": "Not Specified",
205
+ "uuid": "EC207C52-F108-E1A7-FB9A-CD6E9F0F184D",
206
+ "version": "4.2.amazon",
207
+ "wake_up_type": "Power Switch"
208
+ }
209
+ },
210
+ "domain": "local",
211
+ "filesystem": {
212
+ "by_device": {
213
+ "/dev/xvda": {
214
+ "mounts": []
215
+ },
216
+ "/dev/xvda1": {
217
+ "fs_type": "xfs",
218
+ "inodes_available": "4155594",
219
+ "inodes_percent_used": "1%",
220
+ "inodes_used": "38198",
221
+ "kb_available": "7226448",
222
+ "kb_size": "8377344",
223
+ "kb_used": "1150896",
224
+ "mount_options": [
225
+ "rw",
226
+ "relatime",
227
+ "seclabel",
228
+ "attr2",
229
+ "inode64",
230
+ "noquota"
231
+ ],
232
+ "mounts": [
233
+ "/"
234
+ ],
235
+ "percent_used": "14%",
236
+ "total_inodes": "4193792",
237
+ "uuid": "8c1540fa-e2b4-407d-bcd1-59848a73e463"
238
+ },
239
+ "cgroup": {
240
+ "fs_type": "cgroup",
241
+ "mount_options": [
242
+ "rw",
243
+ "nosuid",
244
+ "nodev",
245
+ "noexec",
246
+ "relatime",
247
+ "seclabel",
248
+ "pids"
249
+ ],
250
+ "mounts": [
251
+ "/sys/fs/cgroup/systemd",
252
+ "/sys/fs/cgroup/hugetlb",
253
+ "/sys/fs/cgroup/memory",
254
+ "/sys/fs/cgroup/devices",
255
+ "/sys/fs/cgroup/cpu,cpuacct",
256
+ "/sys/fs/cgroup/perf_event",
257
+ "/sys/fs/cgroup/cpuset",
258
+ "/sys/fs/cgroup/freezer",
259
+ "/sys/fs/cgroup/blkio",
260
+ "/sys/fs/cgroup/net_cls,net_prio",
261
+ "/sys/fs/cgroup/pids"
262
+ ]
263
+ },
264
+ "configfs": {
265
+ "fs_type": "configfs",
266
+ "mount_options": [
267
+ "rw",
268
+ "relatime"
269
+ ],
270
+ "mounts": [
271
+ "/sys/kernel/config"
272
+ ]
273
+ },
274
+ "debugfs": {
275
+ "fs_type": "debugfs",
276
+ "mount_options": [
277
+ "rw",
278
+ "relatime"
279
+ ],
280
+ "mounts": [
281
+ "/sys/kernel/debug"
282
+ ]
283
+ },
284
+ "devpts": {
285
+ "fs_type": "devpts",
286
+ "mount_options": [
287
+ "rw",
288
+ "nosuid",
289
+ "noexec",
290
+ "relatime",
291
+ "seclabel",
292
+ "gid=5",
293
+ "mode=620",
294
+ "ptmxmode=000"
295
+ ],
296
+ "mounts": [
297
+ "/dev/pts"
298
+ ]
299
+ },
300
+ "devtmpfs": {
301
+ "fs_type": "devtmpfs",
302
+ "inodes_available": "120813",
303
+ "inodes_percent_used": "1%",
304
+ "inodes_used": "276",
305
+ "kb_available": "484356",
306
+ "kb_size": "484356",
307
+ "kb_used": "0",
308
+ "mount_options": [
309
+ "rw",
310
+ "nosuid",
311
+ "seclabel",
312
+ "size=484356k",
313
+ "nr_inodes=121089",
314
+ "mode=755"
315
+ ],
316
+ "mounts": [
317
+ "/dev"
318
+ ],
319
+ "percent_used": "0%",
320
+ "total_inodes": "121089"
321
+ },
322
+ "hugetlbfs": {
323
+ "fs_type": "hugetlbfs",
324
+ "mount_options": [
325
+ "rw",
326
+ "relatime",
327
+ "seclabel"
328
+ ],
329
+ "mounts": [
330
+ "/dev/hugepages"
331
+ ]
332
+ },
333
+ "mqueue": {
334
+ "fs_type": "mqueue",
335
+ "mount_options": [
336
+ "rw",
337
+ "relatime",
338
+ "seclabel"
339
+ ],
340
+ "mounts": [
341
+ "/dev/mqueue"
342
+ ]
343
+ },
344
+ "proc": {
345
+ "fs_type": "proc",
346
+ "mount_options": [
347
+ "rw",
348
+ "nosuid",
349
+ "nodev",
350
+ "noexec",
351
+ "relatime"
352
+ ],
353
+ "mounts": [
354
+ "/proc"
355
+ ]
356
+ },
357
+ "pstore": {
358
+ "fs_type": "pstore",
359
+ "mount_options": [
360
+ "rw",
361
+ "nosuid",
362
+ "nodev",
363
+ "noexec",
364
+ "relatime"
365
+ ],
366
+ "mounts": [
367
+ "/sys/fs/pstore"
368
+ ]
369
+ },
370
+ "rootfs": {
371
+ "fs_type": "rootfs",
372
+ "mount_options": [
373
+ "rw"
374
+ ],
375
+ "mounts": [
376
+ "/"
377
+ ]
378
+ },
379
+ "rpc_pipefs": {
380
+ "fs_type": "rpc_pipefs",
381
+ "mount_options": [
382
+ "rw",
383
+ "relatime"
384
+ ],
385
+ "mounts": [
386
+ "/var/lib/nfs/rpc_pipefs"
387
+ ]
388
+ },
389
+ "securityfs": {
390
+ "fs_type": "securityfs",
391
+ "mount_options": [
392
+ "rw",
393
+ "nosuid",
394
+ "nodev",
395
+ "noexec",
396
+ "relatime"
397
+ ],
398
+ "mounts": [
399
+ "/sys/kernel/security"
400
+ ]
401
+ },
402
+ "selinuxfs": {
403
+ "fs_type": "selinuxfs",
404
+ "mount_options": [
405
+ "rw",
406
+ "relatime"
407
+ ],
408
+ "mounts": [
409
+ "/sys/fs/selinux"
410
+ ]
411
+ },
412
+ "sysfs": {
413
+ "fs_type": "sysfs",
414
+ "mount_options": [
415
+ "rw",
416
+ "nosuid",
417
+ "nodev",
418
+ "noexec",
419
+ "relatime",
420
+ "seclabel"
421
+ ],
422
+ "mounts": [
423
+ "/sys"
424
+ ]
425
+ },
426
+ "systemd-1": {
427
+ "fs_type": "autofs",
428
+ "mount_options": [
429
+ "rw",
430
+ "relatime",
431
+ "fd=25",
432
+ "pgrp=1",
433
+ "timeout=0",
434
+ "minproto=5",
435
+ "maxproto=5",
436
+ "direct",
437
+ "pipe_ino=12773"
438
+ ],
439
+ "mounts": [
440
+ "/proc/sys/fs/binfmt_misc"
441
+ ]
442
+ },
443
+ "tmpfs": {
444
+ "fs_type": "tmpfs",
445
+ "inodes_available": "126735",
446
+ "inodes_percent_used": "1%",
447
+ "inodes_used": "1",
448
+ "kb_available": "101392",
449
+ "kb_size": "101392",
450
+ "kb_used": "0",
451
+ "mount_options": [
452
+ "rw",
453
+ "nosuid",
454
+ "nodev",
455
+ "relatime",
456
+ "seclabel",
457
+ "size=101392k",
458
+ "mode=700",
459
+ "uid=1000",
460
+ "gid=1000"
461
+ ],
462
+ "mounts": [
463
+ "/dev/shm",
464
+ "/run",
465
+ "/sys/fs/cgroup",
466
+ "/run/user/1000"
467
+ ],
468
+ "percent_used": "0%",
469
+ "total_inodes": "126736"
470
+ }
471
+ },
472
+ "by_mountpoint": {
473
+ "/": {
474
+ "devices": [
475
+ "/dev/xvda1",
476
+ "rootfs"
477
+ ],
478
+ "fs_type": "rootfs",
479
+ "inodes_available": "4155594",
480
+ "inodes_percent_used": "1%",
481
+ "inodes_used": "38198",
482
+ "kb_available": "7226448",
483
+ "kb_size": "8377344",
484
+ "kb_used": "1150896",
485
+ "mount_options": [
486
+ "rw"
487
+ ],
488
+ "percent_used": "14%",
489
+ "total_inodes": "4193792",
490
+ "uuid": "8c1540fa-e2b4-407d-bcd1-59848a73e463"
491
+ },
492
+ "/dev": {
493
+ "devices": [
494
+ "devtmpfs"
495
+ ],
496
+ "fs_type": "devtmpfs",
497
+ "inodes_available": "120813",
498
+ "inodes_percent_used": "1%",
499
+ "inodes_used": "276",
500
+ "kb_available": "484356",
501
+ "kb_size": "484356",
502
+ "kb_used": "0",
503
+ "mount_options": [
504
+ "rw",
505
+ "nosuid",
506
+ "seclabel",
507
+ "size=484356k",
508
+ "nr_inodes=121089",
509
+ "mode=755"
510
+ ],
511
+ "percent_used": "0%",
512
+ "total_inodes": "121089"
513
+ },
514
+ "/dev/hugepages": {
515
+ "devices": [
516
+ "hugetlbfs"
517
+ ],
518
+ "fs_type": "hugetlbfs",
519
+ "mount_options": [
520
+ "rw",
521
+ "relatime",
522
+ "seclabel"
523
+ ]
524
+ },
525
+ "/dev/mqueue": {
526
+ "devices": [
527
+ "mqueue"
528
+ ],
529
+ "fs_type": "mqueue",
530
+ "mount_options": [
531
+ "rw",
532
+ "relatime",
533
+ "seclabel"
534
+ ]
535
+ },
536
+ "/dev/pts": {
537
+ "devices": [
538
+ "devpts"
539
+ ],
540
+ "fs_type": "devpts",
541
+ "mount_options": [
542
+ "rw",
543
+ "nosuid",
544
+ "noexec",
545
+ "relatime",
546
+ "seclabel",
547
+ "gid=5",
548
+ "mode=620",
549
+ "ptmxmode=000"
550
+ ]
551
+ },
552
+ "/dev/shm": {
553
+ "devices": [
554
+ "tmpfs"
555
+ ],
556
+ "fs_type": "tmpfs",
557
+ "inodes_available": "126735",
558
+ "inodes_percent_used": "1%",
559
+ "inodes_used": "1",
560
+ "kb_available": "506944",
561
+ "kb_size": "506944",
562
+ "kb_used": "0",
563
+ "mount_options": [
564
+ "rw",
565
+ "nosuid",
566
+ "nodev",
567
+ "seclabel"
568
+ ],
569
+ "percent_used": "0%",
570
+ "total_inodes": "126736"
571
+ },
572
+ "/proc": {
573
+ "devices": [
574
+ "proc"
575
+ ],
576
+ "fs_type": "proc",
577
+ "mount_options": [
578
+ "rw",
579
+ "nosuid",
580
+ "nodev",
581
+ "noexec",
582
+ "relatime"
583
+ ]
584
+ },
585
+ "/proc/sys/fs/binfmt_misc": {
586
+ "devices": [
587
+ "systemd-1"
588
+ ],
589
+ "fs_type": "autofs",
590
+ "mount_options": [
591
+ "rw",
592
+ "relatime",
593
+ "fd=25",
594
+ "pgrp=1",
595
+ "timeout=0",
596
+ "minproto=5",
597
+ "maxproto=5",
598
+ "direct",
599
+ "pipe_ino=12773"
600
+ ]
601
+ },
602
+ "/run": {
603
+ "devices": [
604
+ "tmpfs"
605
+ ],
606
+ "fs_type": "tmpfs",
607
+ "inodes_available": "126386",
608
+ "inodes_percent_used": "1%",
609
+ "inodes_used": "350",
610
+ "kb_available": "493824",
611
+ "kb_size": "506944",
612
+ "kb_used": "13120",
613
+ "mount_options": [
614
+ "rw",
615
+ "nosuid",
616
+ "nodev",
617
+ "seclabel",
618
+ "mode=755"
619
+ ],
620
+ "percent_used": "3%",
621
+ "total_inodes": "126736"
622
+ },
623
+ "/run/user/1000": {
624
+ "devices": [
625
+ "tmpfs"
626
+ ],
627
+ "fs_type": "tmpfs",
628
+ "inodes_available": "126735",
629
+ "inodes_percent_used": "1%",
630
+ "inodes_used": "1",
631
+ "kb_available": "101392",
632
+ "kb_size": "101392",
633
+ "kb_used": "0",
634
+ "mount_options": [
635
+ "rw",
636
+ "nosuid",
637
+ "nodev",
638
+ "relatime",
639
+ "seclabel",
640
+ "size=101392k",
641
+ "mode=700",
642
+ "uid=1000",
643
+ "gid=1000"
644
+ ],
645
+ "percent_used": "0%",
646
+ "total_inodes": "126736"
647
+ },
648
+ "/sys": {
649
+ "devices": [
650
+ "sysfs"
651
+ ],
652
+ "fs_type": "sysfs",
653
+ "mount_options": [
654
+ "rw",
655
+ "nosuid",
656
+ "nodev",
657
+ "noexec",
658
+ "relatime",
659
+ "seclabel"
660
+ ]
661
+ },
662
+ "/sys/fs/cgroup": {
663
+ "devices": [
664
+ "tmpfs"
665
+ ],
666
+ "fs_type": "tmpfs",
667
+ "inodes_available": "126720",
668
+ "inodes_percent_used": "1%",
669
+ "inodes_used": "16",
670
+ "kb_available": "506944",
671
+ "kb_size": "506944",
672
+ "kb_used": "0",
673
+ "mount_options": [
674
+ "ro",
675
+ "nosuid",
676
+ "nodev",
677
+ "noexec",
678
+ "seclabel",
679
+ "mode=755"
680
+ ],
681
+ "percent_used": "0%",
682
+ "total_inodes": "126736"
683
+ },
684
+ "/sys/fs/cgroup/blkio": {
685
+ "devices": [
686
+ "cgroup"
687
+ ],
688
+ "fs_type": "cgroup",
689
+ "mount_options": [
690
+ "rw",
691
+ "nosuid",
692
+ "nodev",
693
+ "noexec",
694
+ "relatime",
695
+ "seclabel",
696
+ "blkio"
697
+ ]
698
+ },
699
+ "/sys/fs/cgroup/cpu,cpuacct": {
700
+ "devices": [
701
+ "cgroup"
702
+ ],
703
+ "fs_type": "cgroup",
704
+ "mount_options": [
705
+ "rw",
706
+ "nosuid",
707
+ "nodev",
708
+ "noexec",
709
+ "relatime",
710
+ "seclabel",
711
+ "cpuacct",
712
+ "cpu"
713
+ ]
714
+ },
715
+ "/sys/fs/cgroup/cpuset": {
716
+ "devices": [
717
+ "cgroup"
718
+ ],
719
+ "fs_type": "cgroup",
720
+ "mount_options": [
721
+ "rw",
722
+ "nosuid",
723
+ "nodev",
724
+ "noexec",
725
+ "relatime",
726
+ "seclabel",
727
+ "cpuset"
728
+ ]
729
+ },
730
+ "/sys/fs/cgroup/devices": {
731
+ "devices": [
732
+ "cgroup"
733
+ ],
734
+ "fs_type": "cgroup",
735
+ "mount_options": [
736
+ "rw",
737
+ "nosuid",
738
+ "nodev",
739
+ "noexec",
740
+ "relatime",
741
+ "seclabel",
742
+ "devices"
743
+ ]
744
+ },
745
+ "/sys/fs/cgroup/freezer": {
746
+ "devices": [
747
+ "cgroup"
748
+ ],
749
+ "fs_type": "cgroup",
750
+ "mount_options": [
751
+ "rw",
752
+ "nosuid",
753
+ "nodev",
754
+ "noexec",
755
+ "relatime",
756
+ "seclabel",
757
+ "freezer"
758
+ ]
759
+ },
760
+ "/sys/fs/cgroup/hugetlb": {
761
+ "devices": [
762
+ "cgroup"
763
+ ],
764
+ "fs_type": "cgroup",
765
+ "mount_options": [
766
+ "rw",
767
+ "nosuid",
768
+ "nodev",
769
+ "noexec",
770
+ "relatime",
771
+ "seclabel",
772
+ "hugetlb"
773
+ ]
774
+ },
775
+ "/sys/fs/cgroup/memory": {
776
+ "devices": [
777
+ "cgroup"
778
+ ],
779
+ "fs_type": "cgroup",
780
+ "mount_options": [
781
+ "rw",
782
+ "nosuid",
783
+ "nodev",
784
+ "noexec",
785
+ "relatime",
786
+ "seclabel",
787
+ "memory"
788
+ ]
789
+ },
790
+ "/sys/fs/cgroup/net_cls,net_prio": {
791
+ "devices": [
792
+ "cgroup"
793
+ ],
794
+ "fs_type": "cgroup",
795
+ "mount_options": [
796
+ "rw",
797
+ "nosuid",
798
+ "nodev",
799
+ "noexec",
800
+ "relatime",
801
+ "seclabel",
802
+ "net_prio",
803
+ "net_cls"
804
+ ]
805
+ },
806
+ "/sys/fs/cgroup/perf_event": {
807
+ "devices": [
808
+ "cgroup"
809
+ ],
810
+ "fs_type": "cgroup",
811
+ "mount_options": [
812
+ "rw",
813
+ "nosuid",
814
+ "nodev",
815
+ "noexec",
816
+ "relatime",
817
+ "seclabel",
818
+ "perf_event"
819
+ ]
820
+ },
821
+ "/sys/fs/cgroup/pids": {
822
+ "devices": [
823
+ "cgroup"
824
+ ],
825
+ "fs_type": "cgroup",
826
+ "mount_options": [
827
+ "rw",
828
+ "nosuid",
829
+ "nodev",
830
+ "noexec",
831
+ "relatime",
832
+ "seclabel",
833
+ "pids"
834
+ ]
835
+ },
836
+ "/sys/fs/cgroup/systemd": {
837
+ "devices": [
838
+ "cgroup"
839
+ ],
840
+ "fs_type": "cgroup",
841
+ "mount_options": [
842
+ "rw",
843
+ "nosuid",
844
+ "nodev",
845
+ "noexec",
846
+ "relatime",
847
+ "seclabel",
848
+ "xattr",
849
+ "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
850
+ "name=systemd"
851
+ ]
852
+ },
853
+ "/sys/fs/pstore": {
854
+ "devices": [
855
+ "pstore"
856
+ ],
857
+ "fs_type": "pstore",
858
+ "mount_options": [
859
+ "rw",
860
+ "nosuid",
861
+ "nodev",
862
+ "noexec",
863
+ "relatime"
864
+ ]
865
+ },
866
+ "/sys/fs/selinux": {
867
+ "devices": [
868
+ "selinuxfs"
869
+ ],
870
+ "fs_type": "selinuxfs",
871
+ "mount_options": [
872
+ "rw",
873
+ "relatime"
874
+ ]
875
+ },
876
+ "/sys/kernel/config": {
877
+ "devices": [
878
+ "configfs"
879
+ ],
880
+ "fs_type": "configfs",
881
+ "mount_options": [
882
+ "rw",
883
+ "relatime"
884
+ ]
885
+ },
886
+ "/sys/kernel/debug": {
887
+ "devices": [
888
+ "debugfs"
889
+ ],
890
+ "fs_type": "debugfs",
891
+ "mount_options": [
892
+ "rw",
893
+ "relatime"
894
+ ]
895
+ },
896
+ "/sys/kernel/security": {
897
+ "devices": [
898
+ "securityfs"
899
+ ],
900
+ "fs_type": "securityfs",
901
+ "mount_options": [
902
+ "rw",
903
+ "nosuid",
904
+ "nodev",
905
+ "noexec",
906
+ "relatime"
907
+ ]
908
+ },
909
+ "/var/lib/nfs/rpc_pipefs": {
910
+ "devices": [
911
+ "rpc_pipefs"
912
+ ],
913
+ "fs_type": "rpc_pipefs",
914
+ "mount_options": [
915
+ "rw",
916
+ "relatime"
917
+ ]
918
+ }
919
+ },
920
+ "by_pair": {
921
+ "/dev/xvda,": {
922
+ "device": "/dev/xvda"
923
+ },
924
+ "/dev/xvda1,/": {
925
+ "device": "/dev/xvda1",
926
+ "fs_type": "xfs",
927
+ "inodes_available": "4155594",
928
+ "inodes_percent_used": "1%",
929
+ "inodes_used": "38198",
930
+ "kb_available": "7226448",
931
+ "kb_size": "8377344",
932
+ "kb_used": "1150896",
933
+ "mount": "/",
934
+ "mount_options": [
935
+ "rw",
936
+ "relatime",
937
+ "seclabel",
938
+ "attr2",
939
+ "inode64",
940
+ "noquota"
941
+ ],
942
+ "percent_used": "14%",
943
+ "total_inodes": "4193792",
944
+ "uuid": "8c1540fa-e2b4-407d-bcd1-59848a73e463"
945
+ },
946
+ "cgroup,/sys/fs/cgroup/blkio": {
947
+ "device": "cgroup",
948
+ "fs_type": "cgroup",
949
+ "mount": "/sys/fs/cgroup/blkio",
950
+ "mount_options": [
951
+ "rw",
952
+ "nosuid",
953
+ "nodev",
954
+ "noexec",
955
+ "relatime",
956
+ "seclabel",
957
+ "blkio"
958
+ ]
959
+ },
960
+ "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
961
+ "device": "cgroup",
962
+ "fs_type": "cgroup",
963
+ "mount": "/sys/fs/cgroup/cpu,cpuacct",
964
+ "mount_options": [
965
+ "rw",
966
+ "nosuid",
967
+ "nodev",
968
+ "noexec",
969
+ "relatime",
970
+ "seclabel",
971
+ "cpuacct",
972
+ "cpu"
973
+ ]
974
+ },
975
+ "cgroup,/sys/fs/cgroup/cpuset": {
976
+ "device": "cgroup",
977
+ "fs_type": "cgroup",
978
+ "mount": "/sys/fs/cgroup/cpuset",
979
+ "mount_options": [
980
+ "rw",
981
+ "nosuid",
982
+ "nodev",
983
+ "noexec",
984
+ "relatime",
985
+ "seclabel",
986
+ "cpuset"
987
+ ]
988
+ },
989
+ "cgroup,/sys/fs/cgroup/devices": {
990
+ "device": "cgroup",
991
+ "fs_type": "cgroup",
992
+ "mount": "/sys/fs/cgroup/devices",
993
+ "mount_options": [
994
+ "rw",
995
+ "nosuid",
996
+ "nodev",
997
+ "noexec",
998
+ "relatime",
999
+ "seclabel",
1000
+ "devices"
1001
+ ]
1002
+ },
1003
+ "cgroup,/sys/fs/cgroup/freezer": {
1004
+ "device": "cgroup",
1005
+ "fs_type": "cgroup",
1006
+ "mount": "/sys/fs/cgroup/freezer",
1007
+ "mount_options": [
1008
+ "rw",
1009
+ "nosuid",
1010
+ "nodev",
1011
+ "noexec",
1012
+ "relatime",
1013
+ "seclabel",
1014
+ "freezer"
1015
+ ]
1016
+ },
1017
+ "cgroup,/sys/fs/cgroup/hugetlb": {
1018
+ "device": "cgroup",
1019
+ "fs_type": "cgroup",
1020
+ "mount": "/sys/fs/cgroup/hugetlb",
1021
+ "mount_options": [
1022
+ "rw",
1023
+ "nosuid",
1024
+ "nodev",
1025
+ "noexec",
1026
+ "relatime",
1027
+ "seclabel",
1028
+ "hugetlb"
1029
+ ]
1030
+ },
1031
+ "cgroup,/sys/fs/cgroup/memory": {
1032
+ "device": "cgroup",
1033
+ "fs_type": "cgroup",
1034
+ "mount": "/sys/fs/cgroup/memory",
1035
+ "mount_options": [
1036
+ "rw",
1037
+ "nosuid",
1038
+ "nodev",
1039
+ "noexec",
1040
+ "relatime",
1041
+ "seclabel",
1042
+ "memory"
1043
+ ]
1044
+ },
1045
+ "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
1046
+ "device": "cgroup",
1047
+ "fs_type": "cgroup",
1048
+ "mount": "/sys/fs/cgroup/net_cls,net_prio",
1049
+ "mount_options": [
1050
+ "rw",
1051
+ "nosuid",
1052
+ "nodev",
1053
+ "noexec",
1054
+ "relatime",
1055
+ "seclabel",
1056
+ "net_prio",
1057
+ "net_cls"
1058
+ ]
1059
+ },
1060
+ "cgroup,/sys/fs/cgroup/perf_event": {
1061
+ "device": "cgroup",
1062
+ "fs_type": "cgroup",
1063
+ "mount": "/sys/fs/cgroup/perf_event",
1064
+ "mount_options": [
1065
+ "rw",
1066
+ "nosuid",
1067
+ "nodev",
1068
+ "noexec",
1069
+ "relatime",
1070
+ "seclabel",
1071
+ "perf_event"
1072
+ ]
1073
+ },
1074
+ "cgroup,/sys/fs/cgroup/pids": {
1075
+ "device": "cgroup",
1076
+ "fs_type": "cgroup",
1077
+ "mount": "/sys/fs/cgroup/pids",
1078
+ "mount_options": [
1079
+ "rw",
1080
+ "nosuid",
1081
+ "nodev",
1082
+ "noexec",
1083
+ "relatime",
1084
+ "seclabel",
1085
+ "pids"
1086
+ ]
1087
+ },
1088
+ "cgroup,/sys/fs/cgroup/systemd": {
1089
+ "device": "cgroup",
1090
+ "fs_type": "cgroup",
1091
+ "mount": "/sys/fs/cgroup/systemd",
1092
+ "mount_options": [
1093
+ "rw",
1094
+ "nosuid",
1095
+ "nodev",
1096
+ "noexec",
1097
+ "relatime",
1098
+ "seclabel",
1099
+ "xattr",
1100
+ "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
1101
+ "name=systemd"
1102
+ ]
1103
+ },
1104
+ "configfs,/sys/kernel/config": {
1105
+ "device": "configfs",
1106
+ "fs_type": "configfs",
1107
+ "mount": "/sys/kernel/config",
1108
+ "mount_options": [
1109
+ "rw",
1110
+ "relatime"
1111
+ ]
1112
+ },
1113
+ "debugfs,/sys/kernel/debug": {
1114
+ "device": "debugfs",
1115
+ "fs_type": "debugfs",
1116
+ "mount": "/sys/kernel/debug",
1117
+ "mount_options": [
1118
+ "rw",
1119
+ "relatime"
1120
+ ]
1121
+ },
1122
+ "devpts,/dev/pts": {
1123
+ "device": "devpts",
1124
+ "fs_type": "devpts",
1125
+ "mount": "/dev/pts",
1126
+ "mount_options": [
1127
+ "rw",
1128
+ "nosuid",
1129
+ "noexec",
1130
+ "relatime",
1131
+ "seclabel",
1132
+ "gid=5",
1133
+ "mode=620",
1134
+ "ptmxmode=000"
1135
+ ]
1136
+ },
1137
+ "devtmpfs,/dev": {
1138
+ "device": "devtmpfs",
1139
+ "fs_type": "devtmpfs",
1140
+ "inodes_available": "120813",
1141
+ "inodes_percent_used": "1%",
1142
+ "inodes_used": "276",
1143
+ "kb_available": "484356",
1144
+ "kb_size": "484356",
1145
+ "kb_used": "0",
1146
+ "mount": "/dev",
1147
+ "mount_options": [
1148
+ "rw",
1149
+ "nosuid",
1150
+ "seclabel",
1151
+ "size=484356k",
1152
+ "nr_inodes=121089",
1153
+ "mode=755"
1154
+ ],
1155
+ "percent_used": "0%",
1156
+ "total_inodes": "121089"
1157
+ },
1158
+ "hugetlbfs,/dev/hugepages": {
1159
+ "device": "hugetlbfs",
1160
+ "fs_type": "hugetlbfs",
1161
+ "mount": "/dev/hugepages",
1162
+ "mount_options": [
1163
+ "rw",
1164
+ "relatime",
1165
+ "seclabel"
1166
+ ]
1167
+ },
1168
+ "mqueue,/dev/mqueue": {
1169
+ "device": "mqueue",
1170
+ "fs_type": "mqueue",
1171
+ "mount": "/dev/mqueue",
1172
+ "mount_options": [
1173
+ "rw",
1174
+ "relatime",
1175
+ "seclabel"
1176
+ ]
1177
+ },
1178
+ "proc,/proc": {
1179
+ "device": "proc",
1180
+ "fs_type": "proc",
1181
+ "mount": "/proc",
1182
+ "mount_options": [
1183
+ "rw",
1184
+ "nosuid",
1185
+ "nodev",
1186
+ "noexec",
1187
+ "relatime"
1188
+ ]
1189
+ },
1190
+ "pstore,/sys/fs/pstore": {
1191
+ "device": "pstore",
1192
+ "fs_type": "pstore",
1193
+ "mount": "/sys/fs/pstore",
1194
+ "mount_options": [
1195
+ "rw",
1196
+ "nosuid",
1197
+ "nodev",
1198
+ "noexec",
1199
+ "relatime"
1200
+ ]
1201
+ },
1202
+ "rootfs,/": {
1203
+ "device": "rootfs",
1204
+ "fs_type": "rootfs",
1205
+ "mount": "/",
1206
+ "mount_options": [
1207
+ "rw"
1208
+ ]
1209
+ },
1210
+ "rpc_pipefs,/var/lib/nfs/rpc_pipefs": {
1211
+ "device": "rpc_pipefs",
1212
+ "fs_type": "rpc_pipefs",
1213
+ "mount": "/var/lib/nfs/rpc_pipefs",
1214
+ "mount_options": [
1215
+ "rw",
1216
+ "relatime"
1217
+ ]
1218
+ },
1219
+ "securityfs,/sys/kernel/security": {
1220
+ "device": "securityfs",
1221
+ "fs_type": "securityfs",
1222
+ "mount": "/sys/kernel/security",
1223
+ "mount_options": [
1224
+ "rw",
1225
+ "nosuid",
1226
+ "nodev",
1227
+ "noexec",
1228
+ "relatime"
1229
+ ]
1230
+ },
1231
+ "selinuxfs,/sys/fs/selinux": {
1232
+ "device": "selinuxfs",
1233
+ "fs_type": "selinuxfs",
1234
+ "mount": "/sys/fs/selinux",
1235
+ "mount_options": [
1236
+ "rw",
1237
+ "relatime"
1238
+ ]
1239
+ },
1240
+ "sysfs,/sys": {
1241
+ "device": "sysfs",
1242
+ "fs_type": "sysfs",
1243
+ "mount": "/sys",
1244
+ "mount_options": [
1245
+ "rw",
1246
+ "nosuid",
1247
+ "nodev",
1248
+ "noexec",
1249
+ "relatime",
1250
+ "seclabel"
1251
+ ]
1252
+ },
1253
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
1254
+ "device": "systemd-1",
1255
+ "fs_type": "autofs",
1256
+ "mount": "/proc/sys/fs/binfmt_misc",
1257
+ "mount_options": [
1258
+ "rw",
1259
+ "relatime",
1260
+ "fd=25",
1261
+ "pgrp=1",
1262
+ "timeout=0",
1263
+ "minproto=5",
1264
+ "maxproto=5",
1265
+ "direct",
1266
+ "pipe_ino=12773"
1267
+ ]
1268
+ },
1269
+ "tmpfs,/dev/shm": {
1270
+ "device": "tmpfs",
1271
+ "fs_type": "tmpfs",
1272
+ "inodes_available": "126735",
1273
+ "inodes_percent_used": "1%",
1274
+ "inodes_used": "1",
1275
+ "kb_available": "506944",
1276
+ "kb_size": "506944",
1277
+ "kb_used": "0",
1278
+ "mount": "/dev/shm",
1279
+ "mount_options": [
1280
+ "rw",
1281
+ "nosuid",
1282
+ "nodev",
1283
+ "seclabel"
1284
+ ],
1285
+ "percent_used": "0%",
1286
+ "total_inodes": "126736"
1287
+ },
1288
+ "tmpfs,/run": {
1289
+ "device": "tmpfs",
1290
+ "fs_type": "tmpfs",
1291
+ "inodes_available": "126386",
1292
+ "inodes_percent_used": "1%",
1293
+ "inodes_used": "350",
1294
+ "kb_available": "493824",
1295
+ "kb_size": "506944",
1296
+ "kb_used": "13120",
1297
+ "mount": "/run",
1298
+ "mount_options": [
1299
+ "rw",
1300
+ "nosuid",
1301
+ "nodev",
1302
+ "seclabel",
1303
+ "mode=755"
1304
+ ],
1305
+ "percent_used": "3%",
1306
+ "total_inodes": "126736"
1307
+ },
1308
+ "tmpfs,/run/user/1000": {
1309
+ "device": "tmpfs",
1310
+ "fs_type": "tmpfs",
1311
+ "inodes_available": "126735",
1312
+ "inodes_percent_used": "1%",
1313
+ "inodes_used": "1",
1314
+ "kb_available": "101392",
1315
+ "kb_size": "101392",
1316
+ "kb_used": "0",
1317
+ "mount": "/run/user/1000",
1318
+ "mount_options": [
1319
+ "rw",
1320
+ "nosuid",
1321
+ "nodev",
1322
+ "relatime",
1323
+ "seclabel",
1324
+ "size=101392k",
1325
+ "mode=700",
1326
+ "uid=1000",
1327
+ "gid=1000"
1328
+ ],
1329
+ "percent_used": "0%",
1330
+ "total_inodes": "126736"
1331
+ },
1332
+ "tmpfs,/sys/fs/cgroup": {
1333
+ "device": "tmpfs",
1334
+ "fs_type": "tmpfs",
1335
+ "inodes_available": "126720",
1336
+ "inodes_percent_used": "1%",
1337
+ "inodes_used": "16",
1338
+ "kb_available": "506944",
1339
+ "kb_size": "506944",
1340
+ "kb_used": "0",
1341
+ "mount": "/sys/fs/cgroup",
1342
+ "mount_options": [
1343
+ "ro",
1344
+ "nosuid",
1345
+ "nodev",
1346
+ "noexec",
1347
+ "seclabel",
1348
+ "mode=755"
1349
+ ],
1350
+ "percent_used": "0%",
1351
+ "total_inodes": "126736"
1352
+ }
1353
+ }
1354
+ },
1355
+ "fips": {
1356
+ "kernel": {
1357
+ "enabled": false
1358
+ }
1359
+ },
1360
+ "fqdn": "fauxhai.local",
1361
+ "hostname": "Fauxhai",
1362
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
1363
+ "idletime_seconds": 2646450,
1364
+ "init_package": "systemd",
1365
+ "ipaddress": "10.0.0.2",
1366
+ "kernel": {
1367
+ "machine": "x86_64",
1368
+ "modules": {
1369
+ "ablk_helper": {
1370
+ "refcount": "1",
1371
+ "size": "13597"
1372
+ },
1373
+ "aesni_intel": {
1374
+ "refcount": "0",
1375
+ "size": "189415"
1376
+ },
1377
+ "ata_generic": {
1378
+ "refcount": "0",
1379
+ "size": "12923",
1380
+ "version": "0.2.15"
1381
+ },
1382
+ "ata_piix": {
1383
+ "refcount": "0",
1384
+ "size": "35052",
1385
+ "version": "2.13"
1386
+ },
1387
+ "cirrus": {
1388
+ "refcount": "1",
1389
+ "size": "24383"
1390
+ },
1391
+ "crc32_pclmul": {
1392
+ "refcount": "0",
1393
+ "size": "13133"
1394
+ },
1395
+ "crc32c_intel": {
1396
+ "refcount": "1",
1397
+ "size": "22094"
1398
+ },
1399
+ "crct10dif_common": {
1400
+ "refcount": "1",
1401
+ "size": "12595"
1402
+ },
1403
+ "crct10dif_pclmul": {
1404
+ "refcount": "0",
1405
+ "size": "14307"
1406
+ },
1407
+ "cryptd": {
1408
+ "refcount": "3",
1409
+ "size": "20511"
1410
+ },
1411
+ "drm": {
1412
+ "refcount": "4",
1413
+ "size": "397988"
1414
+ },
1415
+ "drm_kms_helper": {
1416
+ "refcount": "1",
1417
+ "size": "176920"
1418
+ },
1419
+ "fb_sys_fops": {
1420
+ "refcount": "1",
1421
+ "size": "12703"
1422
+ },
1423
+ "floppy": {
1424
+ "refcount": "0",
1425
+ "size": "69432"
1426
+ },
1427
+ "gf128mul": {
1428
+ "refcount": "1",
1429
+ "size": "15139"
1430
+ },
1431
+ "ghash_clmulni_intel": {
1432
+ "refcount": "0",
1433
+ "size": "13273"
1434
+ },
1435
+ "glue_helper": {
1436
+ "refcount": "1",
1437
+ "size": "13990"
1438
+ },
1439
+ "i2c_core": {
1440
+ "refcount": "3",
1441
+ "size": "63151"
1442
+ },
1443
+ "i2c_piix4": {
1444
+ "refcount": "0",
1445
+ "size": "22401"
1446
+ },
1447
+ "intel_rapl": {
1448
+ "refcount": "0",
1449
+ "size": "19542"
1450
+ },
1451
+ "iosf_mbi": {
1452
+ "refcount": "1",
1453
+ "size": "14990"
1454
+ },
1455
+ "ip_tables": {
1456
+ "refcount": "0",
1457
+ "size": "27126"
1458
+ },
1459
+ "isofs": {
1460
+ "refcount": "0",
1461
+ "size": "39844"
1462
+ },
1463
+ "libata": {
1464
+ "refcount": "3",
1465
+ "size": "242992",
1466
+ "version": "3.00"
1467
+ },
1468
+ "libcrc32c": {
1469
+ "refcount": "1",
1470
+ "size": "12644"
1471
+ },
1472
+ "lrw": {
1473
+ "refcount": "1",
1474
+ "size": "13286"
1475
+ },
1476
+ "parport": {
1477
+ "refcount": "2",
1478
+ "size": "46395"
1479
+ },
1480
+ "parport_pc": {
1481
+ "refcount": "0",
1482
+ "size": "28205"
1483
+ },
1484
+ "pata_acpi": {
1485
+ "refcount": "0",
1486
+ "size": "13053",
1487
+ "version": "0.2.3"
1488
+ },
1489
+ "pcspkr": {
1490
+ "refcount": "0",
1491
+ "size": "12718"
1492
+ },
1493
+ "ppdev": {
1494
+ "refcount": "0",
1495
+ "size": "17671"
1496
+ },
1497
+ "sb_edac": {
1498
+ "refcount": "0",
1499
+ "size": "32034"
1500
+ },
1501
+ "serio_raw": {
1502
+ "refcount": "0",
1503
+ "size": "13434"
1504
+ },
1505
+ "sunrpc": {
1506
+ "refcount": "1",
1507
+ "size": "353310"
1508
+ },
1509
+ "syscopyarea": {
1510
+ "refcount": "1",
1511
+ "size": "12529"
1512
+ },
1513
+ "sysfillrect": {
1514
+ "refcount": "1",
1515
+ "size": "12701"
1516
+ },
1517
+ "sysimgblt": {
1518
+ "refcount": "1",
1519
+ "size": "12640"
1520
+ },
1521
+ "ttm": {
1522
+ "refcount": "1",
1523
+ "size": "99555"
1524
+ },
1525
+ "xen_blkfront": {
1526
+ "refcount": "2",
1527
+ "size": "26922"
1528
+ },
1529
+ "xen_netfront": {
1530
+ "refcount": "0",
1531
+ "size": "27082"
1532
+ },
1533
+ "xfs": {
1534
+ "refcount": "1",
1535
+ "size": "1003971"
1536
+ }
1537
+ },
1538
+ "name": "Linux",
1539
+ "os": "GNU/Linux",
1540
+ "processor": "x86_64",
1541
+ "release": "3.10.0-862.3.2.el7.x86_64",
1542
+ "version": "#1 SMP Mon May 21 23:36:36 UTC 2018"
1543
+ },
1544
+ "keys": {
1545
+ "ssh": {
1546
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1547
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1548
+ }
1549
+ },
1550
+ "languages": {
1551
+ "powershell": null,
1552
+ "ruby": {
1553
+ "bin_dir": "/usr/local/bin",
1554
+ "gem_bin": "/usr/local/bin/gem",
1555
+ "gems_dir": "/usr/local/gems",
1556
+ "ruby_bin": "/usr/local/bin/ruby"
1557
+ }
1558
+ },
1559
+ "lsb": {},
1560
+ "macaddress": "11:11:11:11:11:11",
1561
+ "machinename": "Fauxhai",
1562
+ "memory": {
1563
+ "total": "1048576kB"
1564
+ },
1565
+ "network": {
1566
+ "default_gateway": "10.0.0.1",
1567
+ "default_interface": "eth0",
1568
+ "interfaces": {
1569
+ "eth0": {
1570
+ "addresses": {
1571
+ "10.0.0.2": {
1572
+ "broadcast": "10.0.0.255",
1573
+ "family": "inet",
1574
+ "ip_scope": "RFC1918 PRIVATE",
1575
+ "netmask": "255.255.255.0",
1576
+ "prefixlen": "24",
1577
+ "scope": "Global"
1578
+ },
1579
+ "11:11:11:11:11:11": {
1580
+ "family": "lladdr"
1581
+ },
1582
+ "fe80::11:1111:1111:1111": {
1583
+ "family": "inet6",
1584
+ "ip_scope": "LINK LOCAL UNICAST",
1585
+ "prefixlen": "64",
1586
+ "scope": "Link",
1587
+ "tags": []
1588
+ }
1589
+ },
1590
+ "arp": {
1591
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1592
+ },
1593
+ "encapsulation": "Ethernet",
1594
+ "flags": [
1595
+ "BROADCAST",
1596
+ "MULTICAST",
1597
+ "UP",
1598
+ "LOWER_UP"
1599
+ ],
1600
+ "mtu": "1500",
1601
+ "number": "0",
1602
+ "ring_params": {},
1603
+ "routes": [
1604
+ {
1605
+ "destination": "default",
1606
+ "family": "inet",
1607
+ "via": "10.0.0.1"
1608
+ },
1609
+ {
1610
+ "destination": "10.0.0.0/24",
1611
+ "family": "inet",
1612
+ "proto": "kernel",
1613
+ "scope": "link",
1614
+ "src": "10.0.0.2"
1615
+ },
1616
+ {
1617
+ "destination": "fe80::/64",
1618
+ "family": "inet6",
1619
+ "metric": "256",
1620
+ "proto": "kernel"
1621
+ }
1622
+ ],
1623
+ "state": "up",
1624
+ "type": "eth"
1625
+ },
1626
+ "lo": {
1627
+ "addresses": {
1628
+ "127.0.0.1": {
1629
+ "family": "inet",
1630
+ "ip_scope": "LOOPBACK",
1631
+ "netmask": "255.0.0.0",
1632
+ "prefixlen": "8",
1633
+ "scope": "Node"
1634
+ },
1635
+ "::1": {
1636
+ "family": "inet6",
1637
+ "ip_scope": "LINK LOCAL LOOPBACK",
1638
+ "prefixlen": "128",
1639
+ "scope": "Node",
1640
+ "tags": []
1641
+ }
1642
+ },
1643
+ "encapsulation": "Loopback",
1644
+ "flags": [
1645
+ "LOOPBACK",
1646
+ "UP",
1647
+ "LOWER_UP"
1648
+ ],
1649
+ "mtu": "65536",
1650
+ "state": "unknown"
1651
+ }
1652
+ }
1653
+ },
1654
+ "ohai_time": 1545380021.7042174,
1655
+ "os": "linux",
1656
+ "os_version": "3.10.0-862.3.2.el7.x86_64",
1657
+ "packages": {
1658
+ "GeoIP": {
1659
+ "arch": "x86_64",
1660
+ "epoch": "0",
1661
+ "installdate": "1528207687",
1662
+ "release": "11.el7",
1663
+ "version": "1.5.0"
1664
+ },
1665
+ "PyYAML": {
1666
+ "arch": "x86_64",
1667
+ "epoch": "0",
1668
+ "installdate": "1528207699",
1669
+ "release": "11.el7",
1670
+ "version": "3.10"
1671
+ },
1672
+ "acl": {
1673
+ "arch": "x86_64",
1674
+ "epoch": "0",
1675
+ "installdate": "1528207682",
1676
+ "release": "14.el7",
1677
+ "version": "2.2.51"
1678
+ },
1679
+ "audit": {
1680
+ "arch": "x86_64",
1681
+ "epoch": "0",
1682
+ "installdate": "1528207757",
1683
+ "release": "3.el7",
1684
+ "version": "2.8.1"
1685
+ },
1686
+ "audit-libs": {
1687
+ "arch": "x86_64",
1688
+ "epoch": "0",
1689
+ "installdate": "1528207637",
1690
+ "release": "3.el7",
1691
+ "version": "2.8.1"
1692
+ },
1693
+ "audit-libs-python": {
1694
+ "arch": "x86_64",
1695
+ "epoch": "0",
1696
+ "installdate": "1528207666",
1697
+ "release": "3.el7",
1698
+ "version": "2.8.1"
1699
+ },
1700
+ "authconfig": {
1701
+ "arch": "x86_64",
1702
+ "epoch": "0",
1703
+ "installdate": "1528207757",
1704
+ "release": "30.el7",
1705
+ "version": "6.2.8"
1706
+ },
1707
+ "basesystem": {
1708
+ "arch": "noarch",
1709
+ "epoch": "0",
1710
+ "installdate": "1528207621",
1711
+ "release": "7.el7.centos",
1712
+ "version": "10.0"
1713
+ },
1714
+ "bash": {
1715
+ "arch": "x86_64",
1716
+ "epoch": "0",
1717
+ "installdate": "1528207619",
1718
+ "release": "30.el7",
1719
+ "version": "4.2.46"
1720
+ },
1721
+ "bind-libs-lite": {
1722
+ "arch": "x86_64",
1723
+ "epoch": "32",
1724
+ "installdate": "1528207731",
1725
+ "release": "61.el7",
1726
+ "version": "9.9.4"
1727
+ },
1728
+ "bind-license": {
1729
+ "arch": "noarch",
1730
+ "epoch": "32",
1731
+ "installdate": "1528207731",
1732
+ "release": "61.el7",
1733
+ "version": "9.9.4"
1734
+ },
1735
+ "binutils": {
1736
+ "arch": "x86_64",
1737
+ "epoch": "0",
1738
+ "installdate": "1528207680",
1739
+ "release": "27.base.el7",
1740
+ "version": "2.27"
1741
+ },
1742
+ "btrfs-progs": {
1743
+ "arch": "x86_64",
1744
+ "epoch": "0",
1745
+ "installdate": "1528207766",
1746
+ "release": "1.el7",
1747
+ "version": "4.9.1"
1748
+ },
1749
+ "bzip2-libs": {
1750
+ "arch": "x86_64",
1751
+ "epoch": "0",
1752
+ "installdate": "1528207636",
1753
+ "release": "13.el7",
1754
+ "version": "1.0.6"
1755
+ },
1756
+ "ca-certificates": {
1757
+ "arch": "noarch",
1758
+ "epoch": "0",
1759
+ "installdate": "1528207632",
1760
+ "release": "70.0.el7_5",
1761
+ "version": "2018.2.22"
1762
+ },
1763
+ "centos-release": {
1764
+ "arch": "x86_64",
1765
+ "epoch": "0",
1766
+ "installdate": "1528207633",
1767
+ "release": "5.1804.el7.centos.2",
1768
+ "version": "7"
1769
+ },
1770
+ "checkpolicy": {
1771
+ "arch": "x86_64",
1772
+ "epoch": "0",
1773
+ "installdate": "1528207689",
1774
+ "release": "6.el7",
1775
+ "version": "2.5"
1776
+ },
1777
+ "chef": {
1778
+ "arch": "x86_64",
1779
+ "epoch": "0",
1780
+ "installdate": "1545380019",
1781
+ "release": "1.el7",
1782
+ "version": "14.8.12"
1783
+ },
1784
+ "chkconfig": {
1785
+ "arch": "x86_64",
1786
+ "epoch": "0",
1787
+ "installdate": "1528207609",
1788
+ "release": "1.el7",
1789
+ "version": "1.7.4"
1790
+ },
1791
+ "chrony": {
1792
+ "arch": "x86_64",
1793
+ "epoch": "0",
1794
+ "installdate": "1528207761",
1795
+ "release": "2.el7",
1796
+ "version": "3.2"
1797
+ },
1798
+ "cloud-init": {
1799
+ "arch": "x86_64",
1800
+ "epoch": "0",
1801
+ "installdate": "1528207740",
1802
+ "release": "24.el7.centos",
1803
+ "version": "0.7.9"
1804
+ },
1805
+ "cloud-utils-growpart": {
1806
+ "arch": "noarch",
1807
+ "epoch": "0",
1808
+ "installdate": "1528207763",
1809
+ "release": "2.el7",
1810
+ "version": "0.29"
1811
+ },
1812
+ "coreutils": {
1813
+ "arch": "x86_64",
1814
+ "epoch": "0",
1815
+ "installdate": "1528207634",
1816
+ "release": "21.el7",
1817
+ "version": "8.22"
1818
+ },
1819
+ "cpio": {
1820
+ "arch": "x86_64",
1821
+ "epoch": "0",
1822
+ "installdate": "1528207641",
1823
+ "release": "27.el7",
1824
+ "version": "2.11"
1825
+ },
1826
+ "cracklib": {
1827
+ "arch": "x86_64",
1828
+ "epoch": "0",
1829
+ "installdate": "1528207641",
1830
+ "release": "11.el7",
1831
+ "version": "2.9.0"
1832
+ },
1833
+ "cracklib-dicts": {
1834
+ "arch": "x86_64",
1835
+ "epoch": "0",
1836
+ "installdate": "1528207643",
1837
+ "release": "11.el7",
1838
+ "version": "2.9.0"
1839
+ },
1840
+ "cronie": {
1841
+ "arch": "x86_64",
1842
+ "epoch": "0",
1843
+ "installdate": "1528207713",
1844
+ "release": "19.el7",
1845
+ "version": "1.4.11"
1846
+ },
1847
+ "cronie-anacron": {
1848
+ "arch": "x86_64",
1849
+ "epoch": "0",
1850
+ "installdate": "1528207713",
1851
+ "release": "19.el7",
1852
+ "version": "1.4.11"
1853
+ },
1854
+ "crontabs": {
1855
+ "arch": "noarch",
1856
+ "epoch": "0",
1857
+ "installdate": "1528207714",
1858
+ "release": "6.20121102git.el7",
1859
+ "version": "1.11"
1860
+ },
1861
+ "cryptsetup-libs": {
1862
+ "arch": "x86_64",
1863
+ "epoch": "0",
1864
+ "installdate": "1528207704",
1865
+ "release": "4.el7",
1866
+ "version": "1.7.4"
1867
+ },
1868
+ "curl": {
1869
+ "arch": "x86_64",
1870
+ "epoch": "0",
1871
+ "installdate": "1528207675",
1872
+ "release": "46.el7",
1873
+ "version": "7.29.0"
1874
+ },
1875
+ "cyrus-sasl-lib": {
1876
+ "arch": "x86_64",
1877
+ "epoch": "0",
1878
+ "installdate": "1528207646",
1879
+ "release": "23.el7",
1880
+ "version": "2.1.26"
1881
+ },
1882
+ "dbus": {
1883
+ "arch": "x86_64",
1884
+ "epoch": "1",
1885
+ "installdate": "1528207708",
1886
+ "release": "7.el7",
1887
+ "version": "1.10.24"
1888
+ },
1889
+ "dbus-glib": {
1890
+ "arch": "x86_64",
1891
+ "epoch": "0",
1892
+ "installdate": "1528207728",
1893
+ "release": "7.el7",
1894
+ "version": "0.100"
1895
+ },
1896
+ "dbus-libs": {
1897
+ "arch": "x86_64",
1898
+ "epoch": "1",
1899
+ "installdate": "1528207705",
1900
+ "release": "7.el7",
1901
+ "version": "1.10.24"
1902
+ },
1903
+ "dbus-python": {
1904
+ "arch": "x86_64",
1905
+ "epoch": "0",
1906
+ "installdate": "1528207728",
1907
+ "release": "9.el7",
1908
+ "version": "1.1.1"
1909
+ },
1910
+ "device-mapper": {
1911
+ "arch": "x86_64",
1912
+ "epoch": "7",
1913
+ "installdate": "1528207702",
1914
+ "release": "4.el7",
1915
+ "version": "1.02.146"
1916
+ },
1917
+ "device-mapper-libs": {
1918
+ "arch": "x86_64",
1919
+ "epoch": "7",
1920
+ "installdate": "1528207704",
1921
+ "release": "4.el7",
1922
+ "version": "1.02.146"
1923
+ },
1924
+ "dhclient": {
1925
+ "arch": "x86_64",
1926
+ "epoch": "12",
1927
+ "installdate": "1528207732",
1928
+ "release": "68.el7.centos.1",
1929
+ "version": "4.2.5"
1930
+ },
1931
+ "dhcp-common": {
1932
+ "arch": "x86_64",
1933
+ "epoch": "12",
1934
+ "installdate": "1528207715",
1935
+ "release": "68.el7.centos.1",
1936
+ "version": "4.2.5"
1937
+ },
1938
+ "dhcp-libs": {
1939
+ "arch": "x86_64",
1940
+ "epoch": "12",
1941
+ "installdate": "1528207714",
1942
+ "release": "68.el7.centos.1",
1943
+ "version": "4.2.5"
1944
+ },
1945
+ "diffutils": {
1946
+ "arch": "x86_64",
1947
+ "epoch": "0",
1948
+ "installdate": "1528207641",
1949
+ "release": "4.el7",
1950
+ "version": "3.3"
1951
+ },
1952
+ "dmidecode": {
1953
+ "arch": "x86_64",
1954
+ "epoch": "1",
1955
+ "installdate": "1528207660",
1956
+ "release": "5.el7",
1957
+ "version": "3.0"
1958
+ },
1959
+ "dracut": {
1960
+ "arch": "x86_64",
1961
+ "epoch": "0",
1962
+ "installdate": "1528207703",
1963
+ "release": "535.el7",
1964
+ "version": "033"
1965
+ },
1966
+ "dracut-config-generic": {
1967
+ "arch": "x86_64",
1968
+ "epoch": "0",
1969
+ "installdate": "1528207762",
1970
+ "release": "535.el7",
1971
+ "version": "033"
1972
+ },
1973
+ "dracut-config-rescue": {
1974
+ "arch": "x86_64",
1975
+ "epoch": "0",
1976
+ "installdate": "1528207762",
1977
+ "release": "535.el7",
1978
+ "version": "033"
1979
+ },
1980
+ "dracut-network": {
1981
+ "arch": "x86_64",
1982
+ "epoch": "0",
1983
+ "installdate": "1528207732",
1984
+ "release": "535.el7",
1985
+ "version": "033"
1986
+ },
1987
+ "e2fsprogs": {
1988
+ "arch": "x86_64",
1989
+ "epoch": "0",
1990
+ "installdate": "1528207687",
1991
+ "release": "12.el7_5",
1992
+ "version": "1.42.9"
1993
+ },
1994
+ "e2fsprogs-libs": {
1995
+ "arch": "x86_64",
1996
+ "epoch": "0",
1997
+ "installdate": "1528207642",
1998
+ "release": "12.el7_5",
1999
+ "version": "1.42.9"
2000
+ },
2001
+ "elfutils-default-yama-scope": {
2002
+ "arch": "noarch",
2003
+ "epoch": "0",
2004
+ "installdate": "1528207708",
2005
+ "release": "4.el7",
2006
+ "version": "0.170"
2007
+ },
2008
+ "elfutils-libelf": {
2009
+ "arch": "x86_64",
2010
+ "epoch": "0",
2011
+ "installdate": "1528207637",
2012
+ "release": "4.el7",
2013
+ "version": "0.170"
2014
+ },
2015
+ "elfutils-libs": {
2016
+ "arch": "x86_64",
2017
+ "epoch": "0",
2018
+ "installdate": "1528207704",
2019
+ "release": "4.el7",
2020
+ "version": "0.170"
2021
+ },
2022
+ "ethtool": {
2023
+ "arch": "x86_64",
2024
+ "epoch": "2",
2025
+ "installdate": "1528207659",
2026
+ "release": "7.el7",
2027
+ "version": "4.8"
2028
+ },
2029
+ "expat": {
2030
+ "arch": "x86_64",
2031
+ "epoch": "0",
2032
+ "installdate": "1528207641",
2033
+ "release": "10.el7_3",
2034
+ "version": "2.1.0"
2035
+ },
2036
+ "file": {
2037
+ "arch": "x86_64",
2038
+ "epoch": "0",
2039
+ "installdate": "1528207642",
2040
+ "release": "33.el7",
2041
+ "version": "5.11"
2042
+ },
2043
+ "file-libs": {
2044
+ "arch": "x86_64",
2045
+ "epoch": "0",
2046
+ "installdate": "1528207642",
2047
+ "release": "33.el7",
2048
+ "version": "5.11"
2049
+ },
2050
+ "filesystem": {
2051
+ "arch": "x86_64",
2052
+ "epoch": "0",
2053
+ "installdate": "1528207620",
2054
+ "release": "25.el7",
2055
+ "version": "3.2"
2056
+ },
2057
+ "findutils": {
2058
+ "arch": "x86_64",
2059
+ "epoch": "1",
2060
+ "installdate": "1528207641",
2061
+ "release": "5.el7",
2062
+ "version": "4.5.11"
2063
+ },
2064
+ "fipscheck": {
2065
+ "arch": "x86_64",
2066
+ "epoch": "0",
2067
+ "installdate": "1528207674",
2068
+ "release": "6.el7",
2069
+ "version": "1.4.1"
2070
+ },
2071
+ "fipscheck-lib": {
2072
+ "arch": "x86_64",
2073
+ "epoch": "0",
2074
+ "installdate": "1528207674",
2075
+ "release": "6.el7",
2076
+ "version": "1.4.1"
2077
+ },
2078
+ "freetype": {
2079
+ "arch": "x86_64",
2080
+ "epoch": "0",
2081
+ "installdate": "1528207700",
2082
+ "release": "15.el7",
2083
+ "version": "2.4.11"
2084
+ },
2085
+ "gawk": {
2086
+ "arch": "x86_64",
2087
+ "epoch": "0",
2088
+ "installdate": "1528207626",
2089
+ "release": "4.el7_3.1",
2090
+ "version": "4.0.2"
2091
+ },
2092
+ "gdbm": {
2093
+ "arch": "x86_64",
2094
+ "epoch": "0",
2095
+ "installdate": "1528207650",
2096
+ "release": "8.el7",
2097
+ "version": "1.10"
2098
+ },
2099
+ "gettext": {
2100
+ "arch": "x86_64",
2101
+ "epoch": "0",
2102
+ "installdate": "1528207670",
2103
+ "release": "2.el7",
2104
+ "version": "0.19.8.1"
2105
+ },
2106
+ "gettext-libs": {
2107
+ "arch": "x86_64",
2108
+ "epoch": "0",
2109
+ "installdate": "1528207669",
2110
+ "release": "2.el7",
2111
+ "version": "0.19.8.1"
2112
+ },
2113
+ "glib2": {
2114
+ "arch": "x86_64",
2115
+ "epoch": "0",
2116
+ "installdate": "1528207640",
2117
+ "release": "2.el7",
2118
+ "version": "2.54.2"
2119
+ },
2120
+ "glibc": {
2121
+ "arch": "x86_64",
2122
+ "epoch": "0",
2123
+ "installdate": "1528207621",
2124
+ "release": "222.el7",
2125
+ "version": "2.17"
2126
+ },
2127
+ "glibc-common": {
2128
+ "arch": "x86_64",
2129
+ "epoch": "0",
2130
+ "installdate": "1528207615",
2131
+ "release": "222.el7",
2132
+ "version": "2.17"
2133
+ },
2134
+ "gmp": {
2135
+ "arch": "x86_64",
2136
+ "epoch": "1",
2137
+ "installdate": "1528207631",
2138
+ "release": "15.el7",
2139
+ "version": "6.0.0"
2140
+ },
2141
+ "gnupg2": {
2142
+ "arch": "x86_64",
2143
+ "epoch": "0",
2144
+ "installdate": "1528207692",
2145
+ "release": "4.el7",
2146
+ "version": "2.0.22"
2147
+ },
2148
+ "gobject-introspection": {
2149
+ "arch": "x86_64",
2150
+ "epoch": "0",
2151
+ "installdate": "1528207672",
2152
+ "release": "1.el7",
2153
+ "version": "1.50.0"
2154
+ },
2155
+ "gpgme": {
2156
+ "arch": "x86_64",
2157
+ "epoch": "0",
2158
+ "installdate": "1528207694",
2159
+ "release": "5.el7",
2160
+ "version": "1.3.2"
2161
+ },
2162
+ "grep": {
2163
+ "arch": "x86_64",
2164
+ "epoch": "0",
2165
+ "installdate": "1528207631",
2166
+ "release": "3.el7",
2167
+ "version": "2.20"
2168
+ },
2169
+ "groff-base": {
2170
+ "arch": "x86_64",
2171
+ "epoch": "0",
2172
+ "installdate": "1528207647",
2173
+ "release": "8.el7",
2174
+ "version": "1.22.2"
2175
+ },
2176
+ "grub2": {
2177
+ "arch": "x86_64",
2178
+ "epoch": "1",
2179
+ "installdate": "1528207743",
2180
+ "release": "0.65.el7.centos.2",
2181
+ "version": "2.02"
2182
+ },
2183
+ "grub2-common": {
2184
+ "arch": "noarch",
2185
+ "epoch": "1",
2186
+ "installdate": "1528207586",
2187
+ "release": "0.65.el7.centos.2",
2188
+ "version": "2.02"
2189
+ },
2190
+ "grub2-pc": {
2191
+ "arch": "x86_64",
2192
+ "epoch": "1",
2193
+ "installdate": "1528207719",
2194
+ "release": "0.65.el7.centos.2",
2195
+ "version": "2.02"
2196
+ },
2197
+ "grub2-pc-modules": {
2198
+ "arch": "noarch",
2199
+ "epoch": "1",
2200
+ "installdate": "1528207587",
2201
+ "release": "0.65.el7.centos.2",
2202
+ "version": "2.02"
2203
+ },
2204
+ "grub2-tools": {
2205
+ "arch": "x86_64",
2206
+ "epoch": "1",
2207
+ "installdate": "1528207713",
2208
+ "release": "0.65.el7.centos.2",
2209
+ "version": "2.02"
2210
+ },
2211
+ "grub2-tools-extra": {
2212
+ "arch": "x86_64",
2213
+ "epoch": "1",
2214
+ "installdate": "1528207718",
2215
+ "release": "0.65.el7.centos.2",
2216
+ "version": "2.02"
2217
+ },
2218
+ "grub2-tools-minimal": {
2219
+ "arch": "x86_64",
2220
+ "epoch": "1",
2221
+ "installdate": "1528207711",
2222
+ "release": "0.65.el7.centos.2",
2223
+ "version": "2.02"
2224
+ },
2225
+ "grubby": {
2226
+ "arch": "x86_64",
2227
+ "epoch": "0",
2228
+ "installdate": "1528207673",
2229
+ "release": "23.el7",
2230
+ "version": "8.28"
2231
+ },
2232
+ "gssproxy": {
2233
+ "arch": "x86_64",
2234
+ "epoch": "0",
2235
+ "installdate": "1528207725",
2236
+ "release": "17.el7",
2237
+ "version": "0.7.0"
2238
+ },
2239
+ "gzip": {
2240
+ "arch": "x86_64",
2241
+ "epoch": "0",
2242
+ "installdate": "1528207640",
2243
+ "release": "10.el7",
2244
+ "version": "1.5"
2245
+ },
2246
+ "hardlink": {
2247
+ "arch": "x86_64",
2248
+ "epoch": "1",
2249
+ "installdate": "1528207700",
2250
+ "release": "19.el7",
2251
+ "version": "1.0"
2252
+ },
2253
+ "hostname": {
2254
+ "arch": "x86_64",
2255
+ "epoch": "0",
2256
+ "installdate": "1528207657",
2257
+ "release": "3.el7",
2258
+ "version": "3.13"
2259
+ },
2260
+ "hwdata": {
2261
+ "arch": "x86_64",
2262
+ "epoch": "0",
2263
+ "installdate": "1528207727",
2264
+ "release": "8.8.el7",
2265
+ "version": "0.252"
2266
+ },
2267
+ "info": {
2268
+ "arch": "x86_64",
2269
+ "epoch": "0",
2270
+ "installdate": "1528207626",
2271
+ "release": "5.el7",
2272
+ "version": "5.1"
2273
+ },
2274
+ "initscripts": {
2275
+ "arch": "x86_64",
2276
+ "epoch": "0",
2277
+ "installdate": "1528207711",
2278
+ "release": "1.el7",
2279
+ "version": "9.49.41"
2280
+ },
2281
+ "iproute": {
2282
+ "arch": "x86_64",
2283
+ "epoch": "0",
2284
+ "installdate": "1528207669",
2285
+ "release": "14.el7",
2286
+ "version": "4.11.0"
2287
+ },
2288
+ "iptables": {
2289
+ "arch": "x86_64",
2290
+ "epoch": "0",
2291
+ "installdate": "1528207668",
2292
+ "release": "24.1.el7_5",
2293
+ "version": "1.4.21"
2294
+ },
2295
+ "iputils": {
2296
+ "arch": "x86_64",
2297
+ "epoch": "0",
2298
+ "installdate": "1528207710",
2299
+ "release": "10.el7",
2300
+ "version": "20160308"
2301
+ },
2302
+ "irqbalance": {
2303
+ "arch": "x86_64",
2304
+ "epoch": "3",
2305
+ "installdate": "1528207737",
2306
+ "release": "11.el7",
2307
+ "version": "1.0.7"
2308
+ },
2309
+ "iwl7265-firmware": {
2310
+ "arch": "noarch",
2311
+ "epoch": "0",
2312
+ "installdate": "1528207770",
2313
+ "release": "62.1.el7_5",
2314
+ "version": "22.0.7.0"
2315
+ },
2316
+ "jansson": {
2317
+ "arch": "x86_64",
2318
+ "epoch": "0",
2319
+ "installdate": "1528207650",
2320
+ "release": "1.el7",
2321
+ "version": "2.10"
2322
+ },
2323
+ "kbd": {
2324
+ "arch": "x86_64",
2325
+ "epoch": "0",
2326
+ "installdate": "1528207734",
2327
+ "release": "13.el7",
2328
+ "version": "1.15.5"
2329
+ },
2330
+ "kbd-legacy": {
2331
+ "arch": "noarch",
2332
+ "epoch": "0",
2333
+ "installdate": "1528207734",
2334
+ "release": "13.el7",
2335
+ "version": "1.15.5"
2336
+ },
2337
+ "kbd-misc": {
2338
+ "arch": "noarch",
2339
+ "epoch": "0",
2340
+ "installdate": "1528207733",
2341
+ "release": "13.el7",
2342
+ "version": "1.15.5"
2343
+ },
2344
+ "kernel": {
2345
+ "arch": "x86_64",
2346
+ "epoch": "0",
2347
+ "installdate": "1528207755",
2348
+ "release": "862.3.2.el7",
2349
+ "version": "3.10.0"
2350
+ },
2351
+ "kernel-tools": {
2352
+ "arch": "x86_64",
2353
+ "epoch": "0",
2354
+ "installdate": "1528207736",
2355
+ "release": "862.3.2.el7",
2356
+ "version": "3.10.0"
2357
+ },
2358
+ "kernel-tools-libs": {
2359
+ "arch": "x86_64",
2360
+ "epoch": "0",
2361
+ "installdate": "1528207730",
2362
+ "release": "862.3.2.el7",
2363
+ "version": "3.10.0"
2364
+ },
2365
+ "kexec-tools": {
2366
+ "arch": "x86_64",
2367
+ "epoch": "0",
2368
+ "installdate": "1528207735",
2369
+ "release": "13.el7",
2370
+ "version": "2.0.15"
2371
+ },
2372
+ "keyutils": {
2373
+ "arch": "x86_64",
2374
+ "epoch": "0",
2375
+ "installdate": "1528207681",
2376
+ "release": "3.el7",
2377
+ "version": "1.5.8"
2378
+ },
2379
+ "keyutils-libs": {
2380
+ "arch": "x86_64",
2381
+ "epoch": "0",
2382
+ "installdate": "1528207627",
2383
+ "release": "3.el7",
2384
+ "version": "1.5.8"
2385
+ },
2386
+ "kmod": {
2387
+ "arch": "x86_64",
2388
+ "epoch": "0",
2389
+ "installdate": "1528207703",
2390
+ "release": "21.el7",
2391
+ "version": "20"
2392
+ },
2393
+ "kmod-libs": {
2394
+ "arch": "x86_64",
2395
+ "epoch": "0",
2396
+ "installdate": "1528207673",
2397
+ "release": "21.el7",
2398
+ "version": "20"
2399
+ },
2400
+ "kpartx": {
2401
+ "arch": "x86_64",
2402
+ "epoch": "0",
2403
+ "installdate": "1528207702",
2404
+ "release": "119.el7",
2405
+ "version": "0.4.9"
2406
+ },
2407
+ "krb5-libs": {
2408
+ "arch": "x86_64",
2409
+ "epoch": "0",
2410
+ "installdate": "1528207635",
2411
+ "release": "19.el7",
2412
+ "version": "1.15.1"
2413
+ },
2414
+ "less": {
2415
+ "arch": "x86_64",
2416
+ "epoch": "0",
2417
+ "installdate": "1528207670",
2418
+ "release": "9.el7",
2419
+ "version": "458"
2420
+ },
2421
+ "libacl": {
2422
+ "arch": "x86_64",
2423
+ "epoch": "0",
2424
+ "installdate": "1528207627",
2425
+ "release": "14.el7",
2426
+ "version": "2.2.51"
2427
+ },
2428
+ "libassuan": {
2429
+ "arch": "x86_64",
2430
+ "epoch": "0",
2431
+ "installdate": "1528207645",
2432
+ "release": "3.el7",
2433
+ "version": "2.1.0"
2434
+ },
2435
+ "libattr": {
2436
+ "arch": "x86_64",
2437
+ "epoch": "0",
2438
+ "installdate": "1528207627",
2439
+ "release": "13.el7",
2440
+ "version": "2.4.46"
2441
+ },
2442
+ "libbasicobjects": {
2443
+ "arch": "x86_64",
2444
+ "epoch": "0",
2445
+ "installdate": "1528207648",
2446
+ "release": "29.el7",
2447
+ "version": "0.1.1"
2448
+ },
2449
+ "libblkid": {
2450
+ "arch": "x86_64",
2451
+ "epoch": "0",
2452
+ "installdate": "1528207636",
2453
+ "release": "52.el7",
2454
+ "version": "2.23.2"
2455
+ },
2456
+ "libcap": {
2457
+ "arch": "x86_64",
2458
+ "epoch": "0",
2459
+ "installdate": "1528207627",
2460
+ "release": "9.el7",
2461
+ "version": "2.22"
2462
+ },
2463
+ "libcap-ng": {
2464
+ "arch": "x86_64",
2465
+ "epoch": "0",
2466
+ "installdate": "1528207637",
2467
+ "release": "4.el7",
2468
+ "version": "0.7.5"
2469
+ },
2470
+ "libcgroup": {
2471
+ "arch": "x86_64",
2472
+ "epoch": "0",
2473
+ "installdate": "1528207726",
2474
+ "release": "15.el7",
2475
+ "version": "0.41"
2476
+ },
2477
+ "libcollection": {
2478
+ "arch": "x86_64",
2479
+ "epoch": "0",
2480
+ "installdate": "1528207650",
2481
+ "release": "29.el7",
2482
+ "version": "0.7.0"
2483
+ },
2484
+ "libcom_err": {
2485
+ "arch": "x86_64",
2486
+ "epoch": "0",
2487
+ "installdate": "1528207625",
2488
+ "release": "12.el7_5",
2489
+ "version": "1.42.9"
2490
+ },
2491
+ "libcroco": {
2492
+ "arch": "x86_64",
2493
+ "epoch": "0",
2494
+ "installdate": "1528207644",
2495
+ "release": "1.el7",
2496
+ "version": "0.6.11"
2497
+ },
2498
+ "libcurl": {
2499
+ "arch": "x86_64",
2500
+ "epoch": "0",
2501
+ "installdate": "1528207674",
2502
+ "release": "46.el7",
2503
+ "version": "7.29.0"
2504
+ },
2505
+ "libdaemon": {
2506
+ "arch": "x86_64",
2507
+ "epoch": "0",
2508
+ "installdate": "1528207696",
2509
+ "release": "7.el7",
2510
+ "version": "0.14"
2511
+ },
2512
+ "libdb": {
2513
+ "arch": "x86_64",
2514
+ "epoch": "0",
2515
+ "installdate": "1528207636",
2516
+ "release": "24.el7",
2517
+ "version": "5.3.21"
2518
+ },
2519
+ "libdb-utils": {
2520
+ "arch": "x86_64",
2521
+ "epoch": "0",
2522
+ "installdate": "1528207673",
2523
+ "release": "24.el7",
2524
+ "version": "5.3.21"
2525
+ },
2526
+ "libedit": {
2527
+ "arch": "x86_64",
2528
+ "epoch": "0",
2529
+ "installdate": "1528207648",
2530
+ "release": "12.20121213cvs.el7",
2531
+ "version": "3.0"
2532
+ },
2533
+ "libestr": {
2534
+ "arch": "x86_64",
2535
+ "epoch": "0",
2536
+ "installdate": "1528207731",
2537
+ "release": "2.el7",
2538
+ "version": "0.1.9"
2539
+ },
2540
+ "libevent": {
2541
+ "arch": "x86_64",
2542
+ "epoch": "0",
2543
+ "installdate": "1528207647",
2544
+ "release": "4.el7",
2545
+ "version": "2.0.21"
2546
+ },
2547
+ "libfastjson": {
2548
+ "arch": "x86_64",
2549
+ "epoch": "0",
2550
+ "installdate": "1528207699",
2551
+ "release": "2.el7",
2552
+ "version": "0.99.4"
2553
+ },
2554
+ "libffi": {
2555
+ "arch": "x86_64",
2556
+ "epoch": "0",
2557
+ "installdate": "1528207627",
2558
+ "release": "18.el7",
2559
+ "version": "3.0.13"
2560
+ },
2561
+ "libgcc": {
2562
+ "arch": "x86_64",
2563
+ "epoch": "0",
2564
+ "installdate": "1528207586",
2565
+ "release": "28.el7_5.1",
2566
+ "version": "4.8.5"
2567
+ },
2568
+ "libgcrypt": {
2569
+ "arch": "x86_64",
2570
+ "epoch": "0",
2571
+ "installdate": "1528207638",
2572
+ "release": "14.el7",
2573
+ "version": "1.5.3"
2574
+ },
2575
+ "libgomp": {
2576
+ "arch": "x86_64",
2577
+ "epoch": "0",
2578
+ "installdate": "1528207648",
2579
+ "release": "28.el7_5.1",
2580
+ "version": "4.8.5"
2581
+ },
2582
+ "libgpg-error": {
2583
+ "arch": "x86_64",
2584
+ "epoch": "0",
2585
+ "installdate": "1528207638",
2586
+ "release": "3.el7",
2587
+ "version": "1.12"
2588
+ },
2589
+ "libidn": {
2590
+ "arch": "x86_64",
2591
+ "epoch": "0",
2592
+ "installdate": "1528207648",
2593
+ "release": "4.el7",
2594
+ "version": "1.28"
2595
+ },
2596
+ "libini_config": {
2597
+ "arch": "x86_64",
2598
+ "epoch": "0",
2599
+ "installdate": "1528207688",
2600
+ "release": "29.el7",
2601
+ "version": "1.3.1"
2602
+ },
2603
+ "libmnl": {
2604
+ "arch": "x86_64",
2605
+ "epoch": "0",
2606
+ "installdate": "1528207642",
2607
+ "release": "7.el7",
2608
+ "version": "1.0.3"
2609
+ },
2610
+ "libmount": {
2611
+ "arch": "x86_64",
2612
+ "epoch": "0",
2613
+ "installdate": "1528207639",
2614
+ "release": "52.el7",
2615
+ "version": "2.23.2"
2616
+ },
2617
+ "libndp": {
2618
+ "arch": "x86_64",
2619
+ "epoch": "0",
2620
+ "installdate": "1528207695",
2621
+ "release": "7.el7",
2622
+ "version": "1.2"
2623
+ },
2624
+ "libnetfilter_conntrack": {
2625
+ "arch": "x86_64",
2626
+ "epoch": "0",
2627
+ "installdate": "1528207668",
2628
+ "release": "1.el7_3",
2629
+ "version": "1.0.6"
2630
+ },
2631
+ "libnfnetlink": {
2632
+ "arch": "x86_64",
2633
+ "epoch": "0",
2634
+ "installdate": "1528207649",
2635
+ "release": "4.el7",
2636
+ "version": "1.0.1"
2637
+ },
2638
+ "libnfsidmap": {
2639
+ "arch": "x86_64",
2640
+ "epoch": "0",
2641
+ "installdate": "1528207677",
2642
+ "release": "19.el7",
2643
+ "version": "0.25"
2644
+ },
2645
+ "libnl3": {
2646
+ "arch": "x86_64",
2647
+ "epoch": "0",
2648
+ "installdate": "1528207638",
2649
+ "release": "4.el7",
2650
+ "version": "3.2.28"
2651
+ },
2652
+ "libnl3-cli": {
2653
+ "arch": "x86_64",
2654
+ "epoch": "0",
2655
+ "installdate": "1528207644",
2656
+ "release": "4.el7",
2657
+ "version": "3.2.28"
2658
+ },
2659
+ "libpath_utils": {
2660
+ "arch": "x86_64",
2661
+ "epoch": "0",
2662
+ "installdate": "1528207688",
2663
+ "release": "29.el7",
2664
+ "version": "0.2.1"
2665
+ },
2666
+ "libpipeline": {
2667
+ "arch": "x86_64",
2668
+ "epoch": "0",
2669
+ "installdate": "1528207696",
2670
+ "release": "3.el7",
2671
+ "version": "1.2.3"
2672
+ },
2673
+ "libpwquality": {
2674
+ "arch": "x86_64",
2675
+ "epoch": "0",
2676
+ "installdate": "1528207644",
2677
+ "release": "5.el7",
2678
+ "version": "1.2.3"
2679
+ },
2680
+ "libref_array": {
2681
+ "arch": "x86_64",
2682
+ "epoch": "0",
2683
+ "installdate": "1528207649",
2684
+ "release": "29.el7",
2685
+ "version": "0.1.5"
2686
+ },
2687
+ "libseccomp": {
2688
+ "arch": "x86_64",
2689
+ "epoch": "0",
2690
+ "installdate": "1528207695",
2691
+ "release": "3.el7",
2692
+ "version": "2.3.1"
2693
+ },
2694
+ "libselinux": {
2695
+ "arch": "x86_64",
2696
+ "epoch": "0",
2697
+ "installdate": "1528207630",
2698
+ "release": "12.el7",
2699
+ "version": "2.5"
2700
+ },
2701
+ "libselinux-python": {
2702
+ "arch": "x86_64",
2703
+ "epoch": "0",
2704
+ "installdate": "1528207656",
2705
+ "release": "12.el7",
2706
+ "version": "2.5"
2707
+ },
2708
+ "libselinux-utils": {
2709
+ "arch": "x86_64",
2710
+ "epoch": "0",
2711
+ "installdate": "1528207681",
2712
+ "release": "12.el7",
2713
+ "version": "2.5"
2714
+ },
2715
+ "libsemanage": {
2716
+ "arch": "x86_64",
2717
+ "epoch": "0",
2718
+ "installdate": "1528207697",
2719
+ "release": "11.el7",
2720
+ "version": "2.5"
2721
+ },
2722
+ "libsemanage-python": {
2723
+ "arch": "x86_64",
2724
+ "epoch": "0",
2725
+ "installdate": "1528207698",
2726
+ "release": "11.el7",
2727
+ "version": "2.5"
2728
+ },
2729
+ "libsepol": {
2730
+ "arch": "x86_64",
2731
+ "epoch": "0",
2732
+ "installdate": "1528207627",
2733
+ "release": "8.1.el7",
2734
+ "version": "2.5"
2735
+ },
2736
+ "libss": {
2737
+ "arch": "x86_64",
2738
+ "epoch": "0",
2739
+ "installdate": "1528207686",
2740
+ "release": "12.el7_5",
2741
+ "version": "1.42.9"
2742
+ },
2743
+ "libssh2": {
2744
+ "arch": "x86_64",
2745
+ "epoch": "0",
2746
+ "installdate": "1528207674",
2747
+ "release": "10.el7_2.1",
2748
+ "version": "1.4.3"
2749
+ },
2750
+ "libstdc++": {
2751
+ "arch": "x86_64",
2752
+ "epoch": "0",
2753
+ "installdate": "1528207626",
2754
+ "release": "28.el7_5.1",
2755
+ "version": "4.8.5"
2756
+ },
2757
+ "libsysfs": {
2758
+ "arch": "x86_64",
2759
+ "epoch": "0",
2760
+ "installdate": "1528207766",
2761
+ "release": "16.el7",
2762
+ "version": "2.1.0"
2763
+ },
2764
+ "libtasn1": {
2765
+ "arch": "x86_64",
2766
+ "epoch": "0",
2767
+ "installdate": "1528207632",
2768
+ "release": "1.el7",
2769
+ "version": "4.10"
2770
+ },
2771
+ "libteam": {
2772
+ "arch": "x86_64",
2773
+ "epoch": "0",
2774
+ "installdate": "1528207671",
2775
+ "release": "4.el7",
2776
+ "version": "1.27"
2777
+ },
2778
+ "libtirpc": {
2779
+ "arch": "x86_64",
2780
+ "epoch": "0",
2781
+ "installdate": "1528207646",
2782
+ "release": "0.10.el7",
2783
+ "version": "0.2.4"
2784
+ },
2785
+ "libunistring": {
2786
+ "arch": "x86_64",
2787
+ "epoch": "0",
2788
+ "installdate": "1528207648",
2789
+ "release": "9.el7",
2790
+ "version": "0.9.3"
2791
+ },
2792
+ "libuser": {
2793
+ "arch": "x86_64",
2794
+ "epoch": "0",
2795
+ "installdate": "1528207677",
2796
+ "release": "9.el7",
2797
+ "version": "0.60"
2798
+ },
2799
+ "libutempter": {
2800
+ "arch": "x86_64",
2801
+ "epoch": "0",
2802
+ "installdate": "1528207698",
2803
+ "release": "4.el7",
2804
+ "version": "1.1.6"
2805
+ },
2806
+ "libuuid": {
2807
+ "arch": "x86_64",
2808
+ "epoch": "0",
2809
+ "installdate": "1528207636",
2810
+ "release": "52.el7",
2811
+ "version": "2.23.2"
2812
+ },
2813
+ "libverto": {
2814
+ "arch": "x86_64",
2815
+ "epoch": "0",
2816
+ "installdate": "1528207631",
2817
+ "release": "4.el7",
2818
+ "version": "0.2.5"
2819
+ },
2820
+ "libverto-libevent": {
2821
+ "arch": "x86_64",
2822
+ "epoch": "0",
2823
+ "installdate": "1528207670",
2824
+ "release": "4.el7",
2825
+ "version": "0.2.5"
2826
+ },
2827
+ "libxml2": {
2828
+ "arch": "x86_64",
2829
+ "epoch": "0",
2830
+ "installdate": "1528207637",
2831
+ "release": "6.el7_2.3",
2832
+ "version": "2.9.1"
2833
+ },
2834
+ "libxml2-python": {
2835
+ "arch": "x86_64",
2836
+ "epoch": "0",
2837
+ "installdate": "1528207667",
2838
+ "release": "6.el7_2.3",
2839
+ "version": "2.9.1"
2840
+ },
2841
+ "libyaml": {
2842
+ "arch": "x86_64",
2843
+ "epoch": "0",
2844
+ "installdate": "1528207698",
2845
+ "release": "11.el7_0",
2846
+ "version": "0.1.4"
2847
+ },
2848
+ "logrotate": {
2849
+ "arch": "x86_64",
2850
+ "epoch": "0",
2851
+ "installdate": "1528207679",
2852
+ "release": "15.el7",
2853
+ "version": "3.8.6"
2854
+ },
2855
+ "lshw": {
2856
+ "arch": "x86_64",
2857
+ "epoch": "0",
2858
+ "installdate": "1528207739",
2859
+ "release": "12.el7",
2860
+ "version": "B.02.18"
2861
+ },
2862
+ "lua": {
2863
+ "arch": "x86_64",
2864
+ "epoch": "0",
2865
+ "installdate": "1528207639",
2866
+ "release": "15.el7",
2867
+ "version": "5.1.4"
2868
+ },
2869
+ "lz4": {
2870
+ "arch": "x86_64",
2871
+ "epoch": "0",
2872
+ "installdate": "1528207649",
2873
+ "release": "2.el7",
2874
+ "version": "1.7.5"
2875
+ },
2876
+ "lzo": {
2877
+ "arch": "x86_64",
2878
+ "epoch": "0",
2879
+ "installdate": "1528207650",
2880
+ "release": "8.el7",
2881
+ "version": "2.06"
2882
+ },
2883
+ "make": {
2884
+ "arch": "x86_64",
2885
+ "epoch": "1",
2886
+ "installdate": "1528207682",
2887
+ "release": "23.el7",
2888
+ "version": "3.82"
2889
+ },
2890
+ "man-db": {
2891
+ "arch": "x86_64",
2892
+ "epoch": "0",
2893
+ "installdate": "1528207763",
2894
+ "release": "9.el7",
2895
+ "version": "2.6.3"
2896
+ },
2897
+ "mariadb-libs": {
2898
+ "arch": "x86_64",
2899
+ "epoch": "1",
2900
+ "installdate": "1528207678",
2901
+ "release": "2.el7",
2902
+ "version": "5.5.56"
2903
+ },
2904
+ "microcode_ctl": {
2905
+ "arch": "x86_64",
2906
+ "epoch": "2",
2907
+ "installdate": "1528207761",
2908
+ "release": "29.2.el7_5",
2909
+ "version": "2.1"
2910
+ },
2911
+ "mozjs17": {
2912
+ "arch": "x86_64",
2913
+ "epoch": "0",
2914
+ "installdate": "1528207684",
2915
+ "release": "20.el7",
2916
+ "version": "17.0.0"
2917
+ },
2918
+ "ncurses": {
2919
+ "arch": "x86_64",
2920
+ "epoch": "0",
2921
+ "installdate": "1528207619",
2922
+ "release": "14.20130511.el7_4",
2923
+ "version": "5.9"
2924
+ },
2925
+ "ncurses-base": {
2926
+ "arch": "noarch",
2927
+ "epoch": "0",
2928
+ "installdate": "1528207609",
2929
+ "release": "14.20130511.el7_4",
2930
+ "version": "5.9"
2931
+ },
2932
+ "ncurses-libs": {
2933
+ "arch": "x86_64",
2934
+ "epoch": "0",
2935
+ "installdate": "1528207626",
2936
+ "release": "14.20130511.el7_4",
2937
+ "version": "5.9"
2938
+ },
2939
+ "net-tools": {
2940
+ "arch": "x86_64",
2941
+ "epoch": "0",
2942
+ "installdate": "1528207721",
2943
+ "release": "0.22.20131004git.el7",
2944
+ "version": "2.0"
2945
+ },
2946
+ "newt": {
2947
+ "arch": "x86_64",
2948
+ "epoch": "0",
2949
+ "installdate": "1528207649",
2950
+ "release": "4.el7",
2951
+ "version": "0.52.15"
2952
+ },
2953
+ "newt-python": {
2954
+ "arch": "x86_64",
2955
+ "epoch": "0",
2956
+ "installdate": "1528207665",
2957
+ "release": "4.el7",
2958
+ "version": "0.52.15"
2959
+ },
2960
+ "nfs-utils": {
2961
+ "arch": "x86_64",
2962
+ "epoch": "1",
2963
+ "installdate": "1528207741",
2964
+ "release": "0.54.el7",
2965
+ "version": "1.3.0"
2966
+ },
2967
+ "nspr": {
2968
+ "arch": "x86_64",
2969
+ "epoch": "0",
2970
+ "installdate": "1528207625",
2971
+ "release": "1.el7_5",
2972
+ "version": "4.19.0"
2973
+ },
2974
+ "nss": {
2975
+ "arch": "x86_64",
2976
+ "epoch": "0",
2977
+ "installdate": "1528207646",
2978
+ "release": "5.el7_5",
2979
+ "version": "3.36.0"
2980
+ },
2981
+ "nss-pem": {
2982
+ "arch": "x86_64",
2983
+ "epoch": "0",
2984
+ "installdate": "1528207645",
2985
+ "release": "4.el7",
2986
+ "version": "1.0.3"
2987
+ },
2988
+ "nss-softokn": {
2989
+ "arch": "x86_64",
2990
+ "epoch": "0",
2991
+ "installdate": "1528207645",
2992
+ "release": "5.el7_5",
2993
+ "version": "3.36.0"
2994
+ },
2995
+ "nss-softokn-freebl": {
2996
+ "arch": "x86_64",
2997
+ "epoch": "0",
2998
+ "installdate": "1528207619",
2999
+ "release": "5.el7_5",
3000
+ "version": "3.36.0"
3001
+ },
3002
+ "nss-sysinit": {
3003
+ "arch": "x86_64",
3004
+ "epoch": "0",
3005
+ "installdate": "1528207645",
3006
+ "release": "5.el7_5",
3007
+ "version": "3.36.0"
3008
+ },
3009
+ "nss-tools": {
3010
+ "arch": "x86_64",
3011
+ "epoch": "0",
3012
+ "installdate": "1528207671",
3013
+ "release": "5.el7_5",
3014
+ "version": "3.36.0"
3015
+ },
3016
+ "nss-util": {
3017
+ "arch": "x86_64",
3018
+ "epoch": "0",
3019
+ "installdate": "1528207625",
3020
+ "release": "1.el7_5",
3021
+ "version": "3.36.0"
3022
+ },
3023
+ "numactl-libs": {
3024
+ "arch": "x86_64",
3025
+ "epoch": "0",
3026
+ "installdate": "1528207730",
3027
+ "release": "7.el7",
3028
+ "version": "2.0.9"
3029
+ },
3030
+ "openldap": {
3031
+ "arch": "x86_64",
3032
+ "epoch": "0",
3033
+ "installdate": "1528207676",
3034
+ "release": "15.el7_5",
3035
+ "version": "2.4.44"
3036
+ },
3037
+ "openssh": {
3038
+ "arch": "x86_64",
3039
+ "epoch": "0",
3040
+ "installdate": "1528207715",
3041
+ "release": "16.el7",
3042
+ "version": "7.4p1"
3043
+ },
3044
+ "openssh-clients": {
3045
+ "arch": "x86_64",
3046
+ "epoch": "0",
3047
+ "installdate": "1528207744",
3048
+ "release": "16.el7",
3049
+ "version": "7.4p1"
3050
+ },
3051
+ "openssh-server": {
3052
+ "arch": "x86_64",
3053
+ "epoch": "0",
3054
+ "installdate": "1528207744",
3055
+ "release": "16.el7",
3056
+ "version": "7.4p1"
3057
+ },
3058
+ "openssl": {
3059
+ "arch": "x86_64",
3060
+ "epoch": "1",
3061
+ "installdate": "1528207683",
3062
+ "release": "12.el7",
3063
+ "version": "1.0.2k"
3064
+ },
3065
+ "openssl-libs": {
3066
+ "arch": "x86_64",
3067
+ "epoch": "1",
3068
+ "installdate": "1528207635",
3069
+ "release": "12.el7",
3070
+ "version": "1.0.2k"
3071
+ },
3072
+ "os-prober": {
3073
+ "arch": "x86_64",
3074
+ "epoch": "0",
3075
+ "installdate": "1528207712",
3076
+ "release": "9.el7",
3077
+ "version": "1.58"
3078
+ },
3079
+ "p11-kit": {
3080
+ "arch": "x86_64",
3081
+ "epoch": "0",
3082
+ "installdate": "1528207631",
3083
+ "release": "3.el7",
3084
+ "version": "0.23.5"
3085
+ },
3086
+ "p11-kit-trust": {
3087
+ "arch": "x86_64",
3088
+ "epoch": "0",
3089
+ "installdate": "1528207632",
3090
+ "release": "3.el7",
3091
+ "version": "0.23.5"
3092
+ },
3093
+ "pam": {
3094
+ "arch": "x86_64",
3095
+ "epoch": "0",
3096
+ "installdate": "1528207643",
3097
+ "release": "22.el7",
3098
+ "version": "1.1.8"
3099
+ },
3100
+ "parted": {
3101
+ "arch": "x86_64",
3102
+ "epoch": "0",
3103
+ "installdate": "1528207762",
3104
+ "release": "29.el7",
3105
+ "version": "3.1"
3106
+ },
3107
+ "passwd": {
3108
+ "arch": "x86_64",
3109
+ "epoch": "0",
3110
+ "installdate": "1528207765",
3111
+ "release": "4.el7",
3112
+ "version": "0.79"
3113
+ },
3114
+ "pciutils-libs": {
3115
+ "arch": "x86_64",
3116
+ "epoch": "0",
3117
+ "installdate": "1528207699",
3118
+ "release": "3.el7",
3119
+ "version": "3.5.1"
3120
+ },
3121
+ "pcre": {
3122
+ "arch": "x86_64",
3123
+ "epoch": "0",
3124
+ "installdate": "1528207628",
3125
+ "release": "17.el7",
3126
+ "version": "8.32"
3127
+ },
3128
+ "pinentry": {
3129
+ "arch": "x86_64",
3130
+ "epoch": "0",
3131
+ "installdate": "1528207683",
3132
+ "release": "17.el7",
3133
+ "version": "0.8.1"
3134
+ },
3135
+ "pkgconfig": {
3136
+ "arch": "x86_64",
3137
+ "epoch": "1",
3138
+ "installdate": "1528207671",
3139
+ "release": "4.el7",
3140
+ "version": "0.27.1"
3141
+ },
3142
+ "policycoreutils": {
3143
+ "arch": "x86_64",
3144
+ "epoch": "0",
3145
+ "installdate": "1528207709",
3146
+ "release": "22.el7",
3147
+ "version": "2.5"
3148
+ },
3149
+ "policycoreutils-python": {
3150
+ "arch": "x86_64",
3151
+ "epoch": "0",
3152
+ "installdate": "1528207726",
3153
+ "release": "22.el7",
3154
+ "version": "2.5"
3155
+ },
3156
+ "polkit": {
3157
+ "arch": "x86_64",
3158
+ "epoch": "0",
3159
+ "installdate": "1528207710",
3160
+ "release": "14.el7",
3161
+ "version": "0.112"
3162
+ },
3163
+ "polkit-pkla-compat": {
3164
+ "arch": "x86_64",
3165
+ "epoch": "0",
3166
+ "installdate": "1528207710",
3167
+ "release": "4.el7",
3168
+ "version": "0.1"
3169
+ },
3170
+ "popt": {
3171
+ "arch": "x86_64",
3172
+ "epoch": "0",
3173
+ "installdate": "1528207625",
3174
+ "release": "16.el7",
3175
+ "version": "1.13"
3176
+ },
3177
+ "postfix": {
3178
+ "arch": "x86_64",
3179
+ "epoch": "2",
3180
+ "installdate": "1528207758",
3181
+ "release": "6.el7",
3182
+ "version": "2.10.1"
3183
+ },
3184
+ "procps-ng": {
3185
+ "arch": "x86_64",
3186
+ "epoch": "0",
3187
+ "installdate": "1528207702",
3188
+ "release": "17.el7_5.2",
3189
+ "version": "3.3.10"
3190
+ },
3191
+ "pth": {
3192
+ "arch": "x86_64",
3193
+ "epoch": "0",
3194
+ "installdate": "1528207689",
3195
+ "release": "23.el7",
3196
+ "version": "2.0.7"
3197
+ },
3198
+ "pygpgme": {
3199
+ "arch": "x86_64",
3200
+ "epoch": "0",
3201
+ "installdate": "1528207694",
3202
+ "release": "9.el7",
3203
+ "version": "0.3"
3204
+ },
3205
+ "pyliblzma": {
3206
+ "arch": "x86_64",
3207
+ "epoch": "0",
3208
+ "installdate": "1528207666",
3209
+ "release": "11.el7",
3210
+ "version": "0.5.3"
3211
+ },
3212
+ "pyserial": {
3213
+ "arch": "noarch",
3214
+ "epoch": "0",
3215
+ "installdate": "1528207662",
3216
+ "release": "6.el7",
3217
+ "version": "2.6"
3218
+ },
3219
+ "python": {
3220
+ "arch": "x86_64",
3221
+ "epoch": "0",
3222
+ "installdate": "1528207655",
3223
+ "release": "68.el7",
3224
+ "version": "2.7.5"
3225
+ },
3226
+ "python-IPy": {
3227
+ "arch": "noarch",
3228
+ "epoch": "0",
3229
+ "installdate": "1528207661",
3230
+ "release": "6.el7",
3231
+ "version": "0.75"
3232
+ },
3233
+ "python-babel": {
3234
+ "arch": "noarch",
3235
+ "epoch": "0",
3236
+ "installdate": "1528207664",
3237
+ "release": "8.el7",
3238
+ "version": "0.9.6"
3239
+ },
3240
+ "python-backports": {
3241
+ "arch": "x86_64",
3242
+ "epoch": "0",
3243
+ "installdate": "1528207661",
3244
+ "release": "8.el7",
3245
+ "version": "1.0"
3246
+ },
3247
+ "python-backports-ssl_match_hostname": {
3248
+ "arch": "noarch",
3249
+ "epoch": "0",
3250
+ "installdate": "1528207661",
3251
+ "release": "1.el7",
3252
+ "version": "3.5.0.1"
3253
+ },
3254
+ "python-chardet": {
3255
+ "arch": "noarch",
3256
+ "epoch": "0",
3257
+ "installdate": "1528207656",
3258
+ "release": "1.el7_1",
3259
+ "version": "2.2.1"
3260
+ },
3261
+ "python-configobj": {
3262
+ "arch": "noarch",
3263
+ "epoch": "0",
3264
+ "installdate": "1528207656",
3265
+ "release": "7.el7",
3266
+ "version": "4.7.2"
3267
+ },
3268
+ "python-decorator": {
3269
+ "arch": "noarch",
3270
+ "epoch": "0",
3271
+ "installdate": "1528207656",
3272
+ "release": "3.el7",
3273
+ "version": "3.4.0"
3274
+ },
3275
+ "python-gobject-base": {
3276
+ "arch": "x86_64",
3277
+ "epoch": "0",
3278
+ "installdate": "1528207672",
3279
+ "release": "1.el7_4.1",
3280
+ "version": "3.22.0"
3281
+ },
3282
+ "python-iniparse": {
3283
+ "arch": "noarch",
3284
+ "epoch": "0",
3285
+ "installdate": "1528207666",
3286
+ "release": "9.el7",
3287
+ "version": "0.4"
3288
+ },
3289
+ "python-ipaddress": {
3290
+ "arch": "noarch",
3291
+ "epoch": "0",
3292
+ "installdate": "1528207656",
3293
+ "release": "2.el7",
3294
+ "version": "1.0.16"
3295
+ },
3296
+ "python-jinja2": {
3297
+ "arch": "noarch",
3298
+ "epoch": "0",
3299
+ "installdate": "1528207664",
3300
+ "release": "2.el7",
3301
+ "version": "2.7.2"
3302
+ },
3303
+ "python-jsonpatch": {
3304
+ "arch": "noarch",
3305
+ "epoch": "0",
3306
+ "installdate": "1528207666",
3307
+ "release": "4.el7",
3308
+ "version": "1.2"
3309
+ },
3310
+ "python-jsonpointer": {
3311
+ "arch": "noarch",
3312
+ "epoch": "0",
3313
+ "installdate": "1528207665",
3314
+ "release": "2.el7",
3315
+ "version": "1.9"
3316
+ },
3317
+ "python-kitchen": {
3318
+ "arch": "noarch",
3319
+ "epoch": "0",
3320
+ "installdate": "1528207660",
3321
+ "release": "5.el7",
3322
+ "version": "1.1.1"
3323
+ },
3324
+ "python-libs": {
3325
+ "arch": "x86_64",
3326
+ "epoch": "0",
3327
+ "installdate": "1528207655",
3328
+ "release": "68.el7",
3329
+ "version": "2.7.5"
3330
+ },
3331
+ "python-linux-procfs": {
3332
+ "arch": "noarch",
3333
+ "epoch": "0",
3334
+ "installdate": "1528207665",
3335
+ "release": "3.el7",
3336
+ "version": "0.4.9"
3337
+ },
3338
+ "python-markupsafe": {
3339
+ "arch": "x86_64",
3340
+ "epoch": "0",
3341
+ "installdate": "1528207661",
3342
+ "release": "10.el7",
3343
+ "version": "0.11"
3344
+ },
3345
+ "python-perf": {
3346
+ "arch": "x86_64",
3347
+ "epoch": "0",
3348
+ "installdate": "1528207662",
3349
+ "release": "862.3.2.el7",
3350
+ "version": "3.10.0"
3351
+ },
3352
+ "python-prettytable": {
3353
+ "arch": "noarch",
3354
+ "epoch": "0",
3355
+ "installdate": "1528207664",
3356
+ "release": "3.el7",
3357
+ "version": "0.7.2"
3358
+ },
3359
+ "python-pycurl": {
3360
+ "arch": "x86_64",
3361
+ "epoch": "0",
3362
+ "installdate": "1528207677",
3363
+ "release": "19.el7",
3364
+ "version": "7.19.0"
3365
+ },
3366
+ "python-pyudev": {
3367
+ "arch": "noarch",
3368
+ "epoch": "0",
3369
+ "installdate": "1528207729",
3370
+ "release": "9.el7",
3371
+ "version": "0.15"
3372
+ },
3373
+ "python-requests": {
3374
+ "arch": "noarch",
3375
+ "epoch": "0",
3376
+ "installdate": "1528207667",
3377
+ "release": "1.el7_1",
3378
+ "version": "2.6.0"
3379
+ },
3380
+ "python-schedutils": {
3381
+ "arch": "x86_64",
3382
+ "epoch": "0",
3383
+ "installdate": "1528207665",
3384
+ "release": "6.el7",
3385
+ "version": "0.4"
3386
+ },
3387
+ "python-setuptools": {
3388
+ "arch": "noarch",
3389
+ "epoch": "0",
3390
+ "installdate": "1528207661",
3391
+ "release": "7.el7",
3392
+ "version": "0.9.8"
3393
+ },
3394
+ "python-six": {
3395
+ "arch": "noarch",
3396
+ "epoch": "0",
3397
+ "installdate": "1528207666",
3398
+ "release": "2.el7",
3399
+ "version": "1.9.0"
3400
+ },
3401
+ "python-urlgrabber": {
3402
+ "arch": "noarch",
3403
+ "epoch": "0",
3404
+ "installdate": "1528207678",
3405
+ "release": "8.el7",
3406
+ "version": "3.10"
3407
+ },
3408
+ "python-urllib3": {
3409
+ "arch": "noarch",
3410
+ "epoch": "0",
3411
+ "installdate": "1528207667",
3412
+ "release": "5.el7",
3413
+ "version": "1.10.2"
3414
+ },
3415
+ "pyxattr": {
3416
+ "arch": "x86_64",
3417
+ "epoch": "0",
3418
+ "installdate": "1528207668",
3419
+ "release": "5.el7",
3420
+ "version": "0.5.1"
3421
+ },
3422
+ "qemu-guest-agent": {
3423
+ "arch": "x86_64",
3424
+ "epoch": "10",
3425
+ "installdate": "1528207760",
3426
+ "release": "2.el7",
3427
+ "version": "2.8.0"
3428
+ },
3429
+ "qrencode-libs": {
3430
+ "arch": "x86_64",
3431
+ "epoch": "0",
3432
+ "installdate": "1528207696",
3433
+ "release": "3.el7",
3434
+ "version": "3.4.1"
3435
+ },
3436
+ "quota": {
3437
+ "arch": "x86_64",
3438
+ "epoch": "1",
3439
+ "installdate": "1528207719",
3440
+ "release": "17.el7",
3441
+ "version": "4.01"
3442
+ },
3443
+ "quota-nls": {
3444
+ "arch": "noarch",
3445
+ "epoch": "1",
3446
+ "installdate": "1528207607",
3447
+ "release": "17.el7",
3448
+ "version": "4.01"
3449
+ },
3450
+ "readline": {
3451
+ "arch": "x86_64",
3452
+ "epoch": "0",
3453
+ "installdate": "1528207637",
3454
+ "release": "10.el7",
3455
+ "version": "6.2"
3456
+ },
3457
+ "rootfiles": {
3458
+ "arch": "noarch",
3459
+ "epoch": "0",
3460
+ "installdate": "1528207767",
3461
+ "release": "11.el7",
3462
+ "version": "8.1"
3463
+ },
3464
+ "rpcbind": {
3465
+ "arch": "x86_64",
3466
+ "epoch": "0",
3467
+ "installdate": "1528207712",
3468
+ "release": "44.el7",
3469
+ "version": "0.2.0"
3470
+ },
3471
+ "rpm": {
3472
+ "arch": "x86_64",
3473
+ "epoch": "0",
3474
+ "installdate": "1528207675",
3475
+ "release": "32.el7",
3476
+ "version": "4.11.3"
3477
+ },
3478
+ "rpm-build-libs": {
3479
+ "arch": "x86_64",
3480
+ "epoch": "0",
3481
+ "installdate": "1528207693",
3482
+ "release": "32.el7",
3483
+ "version": "4.11.3"
3484
+ },
3485
+ "rpm-libs": {
3486
+ "arch": "x86_64",
3487
+ "epoch": "0",
3488
+ "installdate": "1528207675",
3489
+ "release": "32.el7",
3490
+ "version": "4.11.3"
3491
+ },
3492
+ "rpm-python": {
3493
+ "arch": "x86_64",
3494
+ "epoch": "0",
3495
+ "installdate": "1528207693",
3496
+ "release": "32.el7",
3497
+ "version": "4.11.3"
3498
+ },
3499
+ "rsync": {
3500
+ "arch": "x86_64",
3501
+ "epoch": "0",
3502
+ "installdate": "1528207760",
3503
+ "release": "4.el7",
3504
+ "version": "3.1.2"
3505
+ },
3506
+ "rsyslog": {
3507
+ "arch": "x86_64",
3508
+ "epoch": "0",
3509
+ "installdate": "1528207736",
3510
+ "release": "16.el7_5.4",
3511
+ "version": "8.24.0"
3512
+ },
3513
+ "sed": {
3514
+ "arch": "x86_64",
3515
+ "epoch": "0",
3516
+ "installdate": "1528207631",
3517
+ "release": "5.el7",
3518
+ "version": "4.2.2"
3519
+ },
3520
+ "selinux-policy": {
3521
+ "arch": "noarch",
3522
+ "epoch": "0",
3523
+ "installdate": "1528207719",
3524
+ "release": "192.el7_5.3",
3525
+ "version": "3.13.1"
3526
+ },
3527
+ "selinux-policy-targeted": {
3528
+ "arch": "noarch",
3529
+ "epoch": "0",
3530
+ "installdate": "1528207743",
3531
+ "release": "192.el7_5.3",
3532
+ "version": "3.13.1"
3533
+ },
3534
+ "setools-libs": {
3535
+ "arch": "x86_64",
3536
+ "epoch": "0",
3537
+ "installdate": "1528207673",
3538
+ "release": "2.el7",
3539
+ "version": "3.3.8"
3540
+ },
3541
+ "setup": {
3542
+ "arch": "noarch",
3543
+ "epoch": "0",
3544
+ "installdate": "1528207620",
3545
+ "release": "9.el7",
3546
+ "version": "2.8.71"
3547
+ },
3548
+ "sg3_utils": {
3549
+ "arch": "x86_64",
3550
+ "epoch": "0",
3551
+ "installdate": "1528207764",
3552
+ "release": "12.el7",
3553
+ "version": "1.37"
3554
+ },
3555
+ "sg3_utils-libs": {
3556
+ "arch": "x86_64",
3557
+ "epoch": "0",
3558
+ "installdate": "1528207688",
3559
+ "release": "12.el7",
3560
+ "version": "1.37"
3561
+ },
3562
+ "shadow-utils": {
3563
+ "arch": "x86_64",
3564
+ "epoch": "2",
3565
+ "installdate": "1528207697",
3566
+ "release": "24.el7",
3567
+ "version": "4.1.5.1"
3568
+ },
3569
+ "shared-mime-info": {
3570
+ "arch": "x86_64",
3571
+ "epoch": "0",
3572
+ "installdate": "1528207640",
3573
+ "release": "4.el7",
3574
+ "version": "1.8"
3575
+ },
3576
+ "slang": {
3577
+ "arch": "x86_64",
3578
+ "epoch": "0",
3579
+ "installdate": "1528207649",
3580
+ "release": "11.el7",
3581
+ "version": "2.2.4"
3582
+ },
3583
+ "snappy": {
3584
+ "arch": "x86_64",
3585
+ "epoch": "0",
3586
+ "installdate": "1528207686",
3587
+ "release": "3.el7",
3588
+ "version": "1.1.0"
3589
+ },
3590
+ "sqlite": {
3591
+ "arch": "x86_64",
3592
+ "epoch": "0",
3593
+ "installdate": "1528207638",
3594
+ "release": "8.el7",
3595
+ "version": "3.7.17"
3596
+ },
3597
+ "sudo": {
3598
+ "arch": "x86_64",
3599
+ "epoch": "0",
3600
+ "installdate": "1528207765",
3601
+ "release": "13.el7",
3602
+ "version": "1.8.19p2"
3603
+ },
3604
+ "systemd": {
3605
+ "arch": "x86_64",
3606
+ "epoch": "0",
3607
+ "installdate": "1528207707",
3608
+ "release": "57.el7",
3609
+ "version": "219"
3610
+ },
3611
+ "systemd-libs": {
3612
+ "arch": "x86_64",
3613
+ "epoch": "0",
3614
+ "installdate": "1528207705",
3615
+ "release": "57.el7",
3616
+ "version": "219"
3617
+ },
3618
+ "systemd-sysv": {
3619
+ "arch": "x86_64",
3620
+ "epoch": "0",
3621
+ "installdate": "1528207708",
3622
+ "release": "57.el7",
3623
+ "version": "219"
3624
+ },
3625
+ "sysvinit-tools": {
3626
+ "arch": "x86_64",
3627
+ "epoch": "0",
3628
+ "installdate": "1528207688",
3629
+ "release": "14.dsf.el7",
3630
+ "version": "2.88"
3631
+ },
3632
+ "tar": {
3633
+ "arch": "x86_64",
3634
+ "epoch": "2",
3635
+ "installdate": "1528207681",
3636
+ "release": "34.el7",
3637
+ "version": "1.26"
3638
+ },
3639
+ "tcp_wrappers": {
3640
+ "arch": "x86_64",
3641
+ "epoch": "0",
3642
+ "installdate": "1528207672",
3643
+ "release": "77.el7",
3644
+ "version": "7.6"
3645
+ },
3646
+ "tcp_wrappers-libs": {
3647
+ "arch": "x86_64",
3648
+ "epoch": "0",
3649
+ "installdate": "1528207638",
3650
+ "release": "77.el7",
3651
+ "version": "7.6"
3652
+ },
3653
+ "teamd": {
3654
+ "arch": "x86_64",
3655
+ "epoch": "0",
3656
+ "installdate": "1528207728",
3657
+ "release": "4.el7",
3658
+ "version": "1.27"
3659
+ },
3660
+ "tuned": {
3661
+ "arch": "noarch",
3662
+ "epoch": "0",
3663
+ "installdate": "1528207737",
3664
+ "release": "1.el7",
3665
+ "version": "2.9.0"
3666
+ },
3667
+ "tzdata": {
3668
+ "arch": "noarch",
3669
+ "epoch": "0",
3670
+ "installdate": "1528207608",
3671
+ "release": "3.el7",
3672
+ "version": "2018e"
3673
+ },
3674
+ "ustr": {
3675
+ "arch": "x86_64",
3676
+ "epoch": "0",
3677
+ "installdate": "1528207696",
3678
+ "release": "16.el7",
3679
+ "version": "1.0.4"
3680
+ },
3681
+ "util-linux": {
3682
+ "arch": "x86_64",
3683
+ "epoch": "0",
3684
+ "installdate": "1528207701",
3685
+ "release": "52.el7",
3686
+ "version": "2.23.2"
3687
+ },
3688
+ "vim-minimal": {
3689
+ "arch": "x86_64",
3690
+ "epoch": "2",
3691
+ "installdate": "1528207680",
3692
+ "release": "4.el7",
3693
+ "version": "7.4.160"
3694
+ },
3695
+ "virt-what": {
3696
+ "arch": "x86_64",
3697
+ "epoch": "0",
3698
+ "installdate": "1528207730",
3699
+ "release": "4.el7",
3700
+ "version": "1.18"
3701
+ },
3702
+ "which": {
3703
+ "arch": "x86_64",
3704
+ "epoch": "0",
3705
+ "installdate": "1528207640",
3706
+ "release": "7.el7",
3707
+ "version": "2.20"
3708
+ },
3709
+ "wpa_supplicant": {
3710
+ "arch": "x86_64",
3711
+ "epoch": "1",
3712
+ "installdate": "1528207720",
3713
+ "release": "9.el7",
3714
+ "version": "2.6"
3715
+ },
3716
+ "xfsprogs": {
3717
+ "arch": "x86_64",
3718
+ "epoch": "0",
3719
+ "installdate": "1528207766",
3720
+ "release": "15.el7",
3721
+ "version": "4.5.0"
3722
+ },
3723
+ "xz": {
3724
+ "arch": "x86_64",
3725
+ "epoch": "0",
3726
+ "installdate": "1528207646",
3727
+ "release": "1.el7",
3728
+ "version": "5.2.2"
3729
+ },
3730
+ "xz-libs": {
3731
+ "arch": "x86_64",
3732
+ "epoch": "0",
3733
+ "installdate": "1528207636",
3734
+ "release": "1.el7",
3735
+ "version": "5.2.2"
3736
+ },
3737
+ "yum": {
3738
+ "arch": "noarch",
3739
+ "epoch": "0",
3740
+ "installdate": "1528207695",
3741
+ "release": "158.el7.centos",
3742
+ "version": "3.4.3"
3743
+ },
3744
+ "yum-metadata-parser": {
3745
+ "arch": "x86_64",
3746
+ "epoch": "0",
3747
+ "installdate": "1528207665",
3748
+ "release": "10.el7",
3749
+ "version": "1.1.4"
3750
+ },
3751
+ "yum-plugin-fastestmirror": {
3752
+ "arch": "noarch",
3753
+ "epoch": "0",
3754
+ "installdate": "1528207694",
3755
+ "release": "45.el7",
3756
+ "version": "1.1.31"
3757
+ },
3758
+ "yum-utils": {
3759
+ "arch": "noarch",
3760
+ "epoch": "0",
3761
+ "installdate": "1528207764",
3762
+ "release": "45.el7",
3763
+ "version": "1.1.31"
3764
+ },
3765
+ "zlib": {
3766
+ "arch": "x86_64",
3767
+ "epoch": "0",
3768
+ "installdate": "1528207625",
3769
+ "release": "17.el7",
3770
+ "version": "1.2.7"
3771
+ }
3772
+ },
3773
+ "platform": "centos",
3774
+ "platform_family": "rhel",
3775
+ "platform_version": "7.5.1804",
3776
+ "root_group": "root",
3777
+ "shard_seed": 87076408,
3778
+ "shells": [
3779
+ "/bin/sh",
3780
+ "/bin/bash",
3781
+ "/sbin/nologin",
3782
+ "/usr/bin/sh",
3783
+ "/usr/bin/bash",
3784
+ "/usr/sbin/nologin"
3785
+ ],
3786
+ "time": {
3787
+ "timezone": "GMT"
3788
+ },
3789
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
3790
+ "uptime_seconds": 2646450,
3791
+ "virtualization": {
3792
+ "systems": {}
3793
+ }
3794
+ }