fauxhai 6.3.0 → 6.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/PLATFORMS.md +3 -1
- data/lib/fauxhai/platforms/amazon/2.json +7 -16
- data/lib/fauxhai/platforms/amazon/2015.03.json +123 -129
- data/lib/fauxhai/platforms/amazon/2015.09.json +115 -121
- data/lib/fauxhai/platforms/amazon/2016.03.json +112 -118
- data/lib/fauxhai/platforms/amazon/2016.09.json +101 -107
- data/lib/fauxhai/platforms/amazon/2017.03.json +96 -105
- data/lib/fauxhai/platforms/amazon/2017.09.json +79 -88
- data/lib/fauxhai/platforms/amazon/2018.03.json +484 -490
- data/lib/fauxhai/platforms/centos/7.5.1804.json +4092 -0
- data/lib/fauxhai/platforms/debian/8.11.json +3595 -0
- data/lib/fauxhai/platforms/freebsd/10.3.json +1 -0
- data/lib/fauxhai/platforms/freebsd/11.2.json +422 -0
- data/lib/fauxhai/platforms/redhat/6.8.json +52 -56
- data/lib/fauxhai/platforms/redhat/6.9.json +64 -68
- data/lib/fauxhai/platforms/redhat/7.3.json +107 -117
- data/lib/fauxhai/platforms/redhat/7.4.json +104 -114
- data/lib/fauxhai/platforms/redhat/7.5.json +110 -120
- data/lib/fauxhai/platforms/suse/11.4.json +83 -89
- data/lib/fauxhai/platforms/suse/12.1.json +96 -101
- data/lib/fauxhai/platforms/suse/12.3.json +103 -108
- data/lib/fauxhai/platforms/ubuntu/14.04.json +129 -133
- data/lib/fauxhai/platforms/ubuntu/16.04.json +199 -203
- data/lib/fauxhai/platforms/ubuntu/17.10.json +107 -114
- data/lib/fauxhai/platforms/ubuntu/18.04.json +101 -105
- data/lib/fauxhai/version.rb +1 -1
- metadata +5 -2
@@ -10,12 +10,12 @@
|
|
10
10
|
},
|
11
11
|
"chef_packages": {
|
12
12
|
"chef": {
|
13
|
-
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.0
|
14
|
-
"version": "14.0
|
13
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.2.0/lib",
|
14
|
+
"version": "14.2.0"
|
15
15
|
},
|
16
16
|
"ohai": {
|
17
|
-
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.0
|
18
|
-
"version": "14.0
|
17
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.2.0/lib/ohai",
|
18
|
+
"version": "14.2.0"
|
19
19
|
}
|
20
20
|
},
|
21
21
|
"command": {
|
@@ -73,21 +73,21 @@
|
|
73
73
|
"total": 1
|
74
74
|
},
|
75
75
|
"current_user": "fauxhai",
|
76
|
-
"dmi": {
|
77
|
-
},
|
76
|
+
"dmi": {},
|
78
77
|
"domain": "local",
|
79
78
|
"filesystem": {
|
80
79
|
"by_device": {
|
81
80
|
"/dev/xvda": {
|
81
|
+
"mounts": []
|
82
82
|
},
|
83
83
|
"/dev/xvda1": {
|
84
84
|
"fs_type": "ext4",
|
85
|
-
"inodes_available": "
|
86
|
-
"inodes_percent_used": "
|
87
|
-
"inodes_used": "
|
88
|
-
"kb_available": "
|
85
|
+
"inodes_available": "473283",
|
86
|
+
"inodes_percent_used": "10%",
|
87
|
+
"inodes_used": "51005",
|
88
|
+
"kb_available": "6817720",
|
89
89
|
"kb_size": "8123812",
|
90
|
-
"kb_used": "
|
90
|
+
"kb_used": "1205844",
|
91
91
|
"label": "/",
|
92
92
|
"mount_options": [
|
93
93
|
"data=ordered",
|
@@ -116,24 +116,24 @@
|
|
116
116
|
},
|
117
117
|
"devtmpfs": {
|
118
118
|
"fs_type": "devtmpfs",
|
119
|
-
"inodes_available": "
|
119
|
+
"inodes_available": "253287",
|
120
120
|
"inodes_percent_used": "1%",
|
121
121
|
"inodes_used": "428",
|
122
|
-
"kb_available": "
|
123
|
-
"kb_size": "
|
122
|
+
"kb_available": "1014804",
|
123
|
+
"kb_size": "1014860",
|
124
124
|
"kb_used": "56",
|
125
125
|
"mount_options": [
|
126
126
|
"mode=755",
|
127
|
-
"nr_inodes=
|
127
|
+
"nr_inodes=253715",
|
128
128
|
"relatime",
|
129
129
|
"rw",
|
130
|
-
"size=
|
130
|
+
"size=1014860k"
|
131
131
|
],
|
132
132
|
"mounts": [
|
133
133
|
"/dev"
|
134
134
|
],
|
135
135
|
"percent_used": "1%",
|
136
|
-
"total_inodes": "
|
136
|
+
"total_inodes": "253715"
|
137
137
|
},
|
138
138
|
"none": {
|
139
139
|
"fs_type": "binfmt_misc",
|
@@ -167,11 +167,11 @@
|
|
167
167
|
},
|
168
168
|
"tmpfs": {
|
169
169
|
"fs_type": "tmpfs",
|
170
|
-
"inodes_available": "
|
170
|
+
"inodes_available": "256433",
|
171
171
|
"inodes_percent_used": "1%",
|
172
172
|
"inodes_used": "1",
|
173
|
-
"kb_available": "
|
174
|
-
"kb_size": "
|
173
|
+
"kb_available": "1025736",
|
174
|
+
"kb_size": "1025736",
|
175
175
|
"kb_used": "0",
|
176
176
|
"mount_options": [
|
177
177
|
"relatime",
|
@@ -181,7 +181,7 @@
|
|
181
181
|
"/dev/shm"
|
182
182
|
],
|
183
183
|
"percent_used": "0%",
|
184
|
-
"total_inodes": "
|
184
|
+
"total_inodes": "256434"
|
185
185
|
}
|
186
186
|
},
|
187
187
|
"by_mountpoint": {
|
@@ -190,12 +190,12 @@
|
|
190
190
|
"/dev/xvda1"
|
191
191
|
],
|
192
192
|
"fs_type": "ext4",
|
193
|
-
"inodes_available": "
|
194
|
-
"inodes_percent_used": "
|
195
|
-
"inodes_used": "
|
196
|
-
"kb_available": "
|
193
|
+
"inodes_available": "473283",
|
194
|
+
"inodes_percent_used": "10%",
|
195
|
+
"inodes_used": "51005",
|
196
|
+
"kb_available": "6817720",
|
197
197
|
"kb_size": "8123812",
|
198
|
-
"kb_used": "
|
198
|
+
"kb_used": "1205844",
|
199
199
|
"label": "/",
|
200
200
|
"mount_options": [
|
201
201
|
"data=ordered",
|
@@ -211,21 +211,21 @@
|
|
211
211
|
"devtmpfs"
|
212
212
|
],
|
213
213
|
"fs_type": "devtmpfs",
|
214
|
-
"inodes_available": "
|
214
|
+
"inodes_available": "253287",
|
215
215
|
"inodes_percent_used": "1%",
|
216
216
|
"inodes_used": "428",
|
217
|
-
"kb_available": "
|
218
|
-
"kb_size": "
|
217
|
+
"kb_available": "1014804",
|
218
|
+
"kb_size": "1014860",
|
219
219
|
"kb_used": "56",
|
220
220
|
"mount_options": [
|
221
221
|
"mode=755",
|
222
|
-
"nr_inodes=
|
222
|
+
"nr_inodes=253715",
|
223
223
|
"relatime",
|
224
224
|
"rw",
|
225
|
-
"size=
|
225
|
+
"size=1014860k"
|
226
226
|
],
|
227
227
|
"percent_used": "1%",
|
228
|
-
"total_inodes": "
|
228
|
+
"total_inodes": "253715"
|
229
229
|
},
|
230
230
|
"/dev/pts": {
|
231
231
|
"devices": [
|
@@ -245,18 +245,18 @@
|
|
245
245
|
"tmpfs"
|
246
246
|
],
|
247
247
|
"fs_type": "tmpfs",
|
248
|
-
"inodes_available": "
|
248
|
+
"inodes_available": "256433",
|
249
249
|
"inodes_percent_used": "1%",
|
250
250
|
"inodes_used": "1",
|
251
|
-
"kb_available": "
|
252
|
-
"kb_size": "
|
251
|
+
"kb_available": "1025736",
|
252
|
+
"kb_size": "1025736",
|
253
253
|
"kb_used": "0",
|
254
254
|
"mount_options": [
|
255
255
|
"relatime",
|
256
256
|
"rw"
|
257
257
|
],
|
258
258
|
"percent_used": "0%",
|
259
|
-
"total_inodes": "
|
259
|
+
"total_inodes": "256434"
|
260
260
|
},
|
261
261
|
"/proc": {
|
262
262
|
"devices": [
|
@@ -296,12 +296,12 @@
|
|
296
296
|
"/dev/xvda1,/": {
|
297
297
|
"device": "/dev/xvda1",
|
298
298
|
"fs_type": "ext4",
|
299
|
-
"inodes_available": "
|
300
|
-
"inodes_percent_used": "
|
301
|
-
"inodes_used": "
|
302
|
-
"kb_available": "
|
299
|
+
"inodes_available": "473283",
|
300
|
+
"inodes_percent_used": "10%",
|
301
|
+
"inodes_used": "51005",
|
302
|
+
"kb_available": "6817720",
|
303
303
|
"kb_size": "8123812",
|
304
|
-
"kb_used": "
|
304
|
+
"kb_used": "1205844",
|
305
305
|
"label": "/",
|
306
306
|
"mount": "/",
|
307
307
|
"mount_options": [
|
@@ -328,22 +328,22 @@
|
|
328
328
|
"devtmpfs,/dev": {
|
329
329
|
"device": "devtmpfs",
|
330
330
|
"fs_type": "devtmpfs",
|
331
|
-
"inodes_available": "
|
331
|
+
"inodes_available": "253287",
|
332
332
|
"inodes_percent_used": "1%",
|
333
333
|
"inodes_used": "428",
|
334
|
-
"kb_available": "
|
335
|
-
"kb_size": "
|
334
|
+
"kb_available": "1014804",
|
335
|
+
"kb_size": "1014860",
|
336
336
|
"kb_used": "56",
|
337
337
|
"mount": "/dev",
|
338
338
|
"mount_options": [
|
339
339
|
"mode=755",
|
340
|
-
"nr_inodes=
|
340
|
+
"nr_inodes=253715",
|
341
341
|
"relatime",
|
342
342
|
"rw",
|
343
|
-
"size=
|
343
|
+
"size=1014860k"
|
344
344
|
],
|
345
345
|
"percent_used": "1%",
|
346
|
-
"total_inodes": "
|
346
|
+
"total_inodes": "253715"
|
347
347
|
},
|
348
348
|
"none,/proc/sys/fs/binfmt_misc": {
|
349
349
|
"device": "none",
|
@@ -375,11 +375,11 @@
|
|
375
375
|
"tmpfs,/dev/shm": {
|
376
376
|
"device": "tmpfs",
|
377
377
|
"fs_type": "tmpfs",
|
378
|
-
"inodes_available": "
|
378
|
+
"inodes_available": "256433",
|
379
379
|
"inodes_percent_used": "1%",
|
380
380
|
"inodes_used": "1",
|
381
|
-
"kb_available": "
|
382
|
-
"kb_size": "
|
381
|
+
"kb_available": "1025736",
|
382
|
+
"kb_size": "1025736",
|
383
383
|
"kb_used": "0",
|
384
384
|
"mount": "/dev/shm",
|
385
385
|
"mount_options": [
|
@@ -387,7 +387,7 @@
|
|
387
387
|
"rw"
|
388
388
|
],
|
389
389
|
"percent_used": "0%",
|
390
|
-
"total_inodes": "
|
390
|
+
"total_inodes": "256434"
|
391
391
|
}
|
392
392
|
}
|
393
393
|
},
|
@@ -512,8 +512,7 @@
|
|
512
512
|
"version": "2.0.0"
|
513
513
|
}
|
514
514
|
},
|
515
|
-
"lsb": {
|
516
|
-
},
|
515
|
+
"lsb": {},
|
517
516
|
"macaddress": "11:11:11:11:11:11",
|
518
517
|
"machinename": "Fauxhai",
|
519
518
|
"memory": {
|
@@ -541,9 +540,7 @@
|
|
541
540
|
"ip_scope": "LINK LOCAL UNICAST",
|
542
541
|
"prefixlen": "64",
|
543
542
|
"scope": "Link",
|
544
|
-
"tags": [
|
545
|
-
|
546
|
-
]
|
543
|
+
"tags": []
|
547
544
|
}
|
548
545
|
},
|
549
546
|
"arp": {
|
@@ -558,8 +555,7 @@
|
|
558
555
|
],
|
559
556
|
"mtu": "1500",
|
560
557
|
"number": "0",
|
561
|
-
"ring_params": {
|
562
|
-
},
|
558
|
+
"ring_params": {},
|
563
559
|
"routes": [
|
564
560
|
{
|
565
561
|
"destination": "10.0.0.0/24",
|
@@ -597,9 +593,7 @@
|
|
597
593
|
"ip_scope": "LINK LOCAL LOOPBACK",
|
598
594
|
"prefixlen": "128",
|
599
595
|
"scope": "Node",
|
600
|
-
"tags": [
|
601
|
-
|
602
|
-
]
|
596
|
+
"tags": []
|
603
597
|
}
|
604
598
|
},
|
605
599
|
"encapsulation": "Loopback",
|
@@ -613,7 +607,7 @@
|
|
613
607
|
}
|
614
608
|
}
|
615
609
|
},
|
616
|
-
"ohai_time":
|
610
|
+
"ohai_time": 1530211877.261925,
|
617
611
|
"os": "linux",
|
618
612
|
"os_version": "4.4.41-36.55.amzn1.x86_64",
|
619
613
|
"packages": {
|
@@ -725,7 +719,7 @@
|
|
725
719
|
"aws-cfn-bootstrap": {
|
726
720
|
"arch": "noarch",
|
727
721
|
"epoch": "0",
|
728
|
-
"installdate": "
|
722
|
+
"installdate": "1530211715",
|
729
723
|
"release": "30.21.amzn1",
|
730
724
|
"version": "1.4"
|
731
725
|
},
|
@@ -760,14 +754,14 @@
|
|
760
754
|
"bind-libs": {
|
761
755
|
"arch": "x86_64",
|
762
756
|
"epoch": "32",
|
763
|
-
"installdate": "
|
757
|
+
"installdate": "1530211713",
|
764
758
|
"release": "0.62.rc1.57.amzn1",
|
765
759
|
"version": "9.8.2"
|
766
760
|
},
|
767
761
|
"bind-utils": {
|
768
762
|
"arch": "x86_64",
|
769
763
|
"epoch": "32",
|
770
|
-
"installdate": "
|
764
|
+
"installdate": "1530211713",
|
771
765
|
"release": "0.62.rc1.57.amzn1",
|
772
766
|
"version": "9.8.2"
|
773
767
|
},
|
@@ -809,9 +803,9 @@
|
|
809
803
|
"chef": {
|
810
804
|
"arch": "x86_64",
|
811
805
|
"epoch": "0",
|
812
|
-
"installdate": "
|
806
|
+
"installdate": "1530211874",
|
813
807
|
"release": "1.el6",
|
814
|
-
"version": "14.0
|
808
|
+
"version": "14.2.0"
|
815
809
|
},
|
816
810
|
"chkconfig": {
|
817
811
|
"arch": "x86_64",
|
@@ -900,7 +894,7 @@
|
|
900
894
|
"curl": {
|
901
895
|
"arch": "x86_64",
|
902
896
|
"epoch": "0",
|
903
|
-
"installdate": "
|
897
|
+
"installdate": "1530211713",
|
904
898
|
"release": "16.84.amzn1",
|
905
899
|
"version": "7.53.1"
|
906
900
|
},
|
@@ -1019,15 +1013,15 @@
|
|
1019
1013
|
"dhclient": {
|
1020
1014
|
"arch": "x86_64",
|
1021
1015
|
"epoch": "12",
|
1022
|
-
"installdate": "
|
1023
|
-
"release": "53.P1.
|
1016
|
+
"installdate": "1530211713",
|
1017
|
+
"release": "53.P1.28.amzn1",
|
1024
1018
|
"version": "4.1.1"
|
1025
1019
|
},
|
1026
1020
|
"dhcp-common": {
|
1027
1021
|
"arch": "x86_64",
|
1028
1022
|
"epoch": "12",
|
1029
|
-
"installdate": "
|
1030
|
-
"release": "53.P1.
|
1023
|
+
"installdate": "1530211713",
|
1024
|
+
"release": "53.P1.28.amzn1",
|
1031
1025
|
"version": "4.1.1"
|
1032
1026
|
},
|
1033
1027
|
"diffutils": {
|
@@ -1138,14 +1132,14 @@
|
|
1138
1132
|
"file": {
|
1139
1133
|
"arch": "x86_64",
|
1140
1134
|
"epoch": "0",
|
1141
|
-
"installdate": "
|
1135
|
+
"installdate": "1530211713",
|
1142
1136
|
"release": "11.34.amzn1",
|
1143
1137
|
"version": "5.30"
|
1144
1138
|
},
|
1145
1139
|
"file-libs": {
|
1146
1140
|
"arch": "x86_64",
|
1147
1141
|
"epoch": "0",
|
1148
|
-
"installdate": "
|
1142
|
+
"installdate": "1530211713",
|
1149
1143
|
"release": "11.34.amzn1",
|
1150
1144
|
"version": "5.30"
|
1151
1145
|
},
|
@@ -1250,15 +1244,15 @@
|
|
1250
1244
|
"glibc": {
|
1251
1245
|
"arch": "x86_64",
|
1252
1246
|
"epoch": "0",
|
1253
|
-
"installdate": "
|
1254
|
-
"release": "
|
1247
|
+
"installdate": "1530211710",
|
1248
|
+
"release": "222.173.amzn1",
|
1255
1249
|
"version": "2.17"
|
1256
1250
|
},
|
1257
1251
|
"glibc-common": {
|
1258
1252
|
"arch": "x86_64",
|
1259
1253
|
"epoch": "0",
|
1260
|
-
"installdate": "
|
1261
|
-
"release": "
|
1254
|
+
"installdate": "1530211706",
|
1255
|
+
"release": "222.173.amzn1",
|
1262
1256
|
"version": "2.17"
|
1263
1257
|
},
|
1264
1258
|
"gmp": {
|
@@ -1404,9 +1398,9 @@
|
|
1404
1398
|
"java-1.7.0-openjdk": {
|
1405
1399
|
"arch": "x86_64",
|
1406
1400
|
"epoch": "1",
|
1407
|
-
"installdate": "
|
1408
|
-
"release": "2.6.
|
1409
|
-
"version": "1.7.0.
|
1401
|
+
"installdate": "1530211714",
|
1402
|
+
"release": "2.6.14.8.80.amzn1",
|
1403
|
+
"version": "1.7.0.181"
|
1410
1404
|
},
|
1411
1405
|
"javapackages-tools": {
|
1412
1406
|
"arch": "noarch",
|
@@ -1446,9 +1440,9 @@
|
|
1446
1440
|
"kernel-tools": {
|
1447
1441
|
"arch": "x86_64",
|
1448
1442
|
"epoch": "0",
|
1449
|
-
"installdate": "
|
1450
|
-
"release": "
|
1451
|
-
"version": "4.14.
|
1443
|
+
"installdate": "1530211714",
|
1444
|
+
"release": "56.37.amzn1",
|
1445
|
+
"version": "4.14.47"
|
1452
1446
|
},
|
1453
1447
|
"keyutils": {
|
1454
1448
|
"arch": "x86_64",
|
@@ -1649,7 +1643,7 @@
|
|
1649
1643
|
"libcurl": {
|
1650
1644
|
"arch": "x86_64",
|
1651
1645
|
"epoch": "0",
|
1652
|
-
"installdate": "
|
1646
|
+
"installdate": "1530211713",
|
1653
1647
|
"release": "16.84.amzn1",
|
1654
1648
|
"version": "7.53.1"
|
1655
1649
|
},
|
@@ -1726,7 +1720,7 @@
|
|
1726
1720
|
"libidn2": {
|
1727
1721
|
"arch": "x86_64",
|
1728
1722
|
"epoch": "0",
|
1729
|
-
"installdate": "
|
1723
|
+
"installdate": "1530211712",
|
1730
1724
|
"release": "1.2.amzn1",
|
1731
1725
|
"version": "0.16"
|
1732
1726
|
},
|
@@ -1754,7 +1748,7 @@
|
|
1754
1748
|
"libnghttp2": {
|
1755
1749
|
"arch": "x86_64",
|
1756
1750
|
"epoch": "0",
|
1757
|
-
"installdate": "
|
1751
|
+
"installdate": "1530211713",
|
1758
1752
|
"release": "1.4.amzn1",
|
1759
1753
|
"version": "1.21.1"
|
1760
1754
|
},
|
@@ -1866,7 +1860,7 @@
|
|
1866
1860
|
"libtirpc": {
|
1867
1861
|
"arch": "x86_64",
|
1868
1862
|
"epoch": "0",
|
1869
|
-
"installdate": "
|
1863
|
+
"installdate": "1530211712",
|
1870
1864
|
"release": "0.8.14.amzn1",
|
1871
1865
|
"version": "0.2.4"
|
1872
1866
|
},
|
@@ -1880,7 +1874,7 @@
|
|
1880
1874
|
"libunistring": {
|
1881
1875
|
"arch": "x86_64",
|
1882
1876
|
"epoch": "0",
|
1883
|
-
"installdate": "
|
1877
|
+
"installdate": "1530211712",
|
1884
1878
|
"release": "6.1.amzn1",
|
1885
1879
|
"version": "0.9.3"
|
1886
1880
|
},
|
@@ -2090,56 +2084,56 @@
|
|
2090
2084
|
"nspr": {
|
2091
2085
|
"arch": "x86_64",
|
2092
2086
|
"epoch": "0",
|
2093
|
-
"installdate": "
|
2087
|
+
"installdate": "1530211711",
|
2094
2088
|
"release": "1.0.39.amzn1",
|
2095
2089
|
"version": "4.13.1"
|
2096
2090
|
},
|
2097
2091
|
"nss": {
|
2098
2092
|
"arch": "x86_64",
|
2099
2093
|
"epoch": "0",
|
2100
|
-
"installdate": "
|
2094
|
+
"installdate": "1530211712",
|
2101
2095
|
"release": "12.80.amzn1",
|
2102
2096
|
"version": "3.28.4"
|
2103
2097
|
},
|
2104
2098
|
"nss-pem": {
|
2105
2099
|
"arch": "x86_64",
|
2106
2100
|
"epoch": "0",
|
2107
|
-
"installdate": "
|
2101
|
+
"installdate": "1530211712",
|
2108
2102
|
"release": "4.3.amzn1",
|
2109
2103
|
"version": "1.0.3"
|
2110
2104
|
},
|
2111
2105
|
"nss-softokn": {
|
2112
2106
|
"arch": "x86_64",
|
2113
2107
|
"epoch": "0",
|
2114
|
-
"installdate": "
|
2108
|
+
"installdate": "1530211711",
|
2115
2109
|
"release": "8.41.amzn1",
|
2116
2110
|
"version": "3.28.3"
|
2117
2111
|
},
|
2118
2112
|
"nss-softokn-freebl": {
|
2119
2113
|
"arch": "x86_64",
|
2120
2114
|
"epoch": "0",
|
2121
|
-
"installdate": "
|
2115
|
+
"installdate": "1530211700",
|
2122
2116
|
"release": "8.41.amzn1",
|
2123
2117
|
"version": "3.28.3"
|
2124
2118
|
},
|
2125
2119
|
"nss-sysinit": {
|
2126
2120
|
"arch": "x86_64",
|
2127
2121
|
"epoch": "0",
|
2128
|
-
"installdate": "
|
2122
|
+
"installdate": "1530211712",
|
2129
2123
|
"release": "12.80.amzn1",
|
2130
2124
|
"version": "3.28.4"
|
2131
2125
|
},
|
2132
2126
|
"nss-tools": {
|
2133
2127
|
"arch": "x86_64",
|
2134
2128
|
"epoch": "0",
|
2135
|
-
"installdate": "
|
2129
|
+
"installdate": "1530211713",
|
2136
2130
|
"release": "12.80.amzn1",
|
2137
2131
|
"version": "3.28.4"
|
2138
2132
|
},
|
2139
2133
|
"nss-util": {
|
2140
2134
|
"arch": "x86_64",
|
2141
2135
|
"epoch": "0",
|
2142
|
-
"installdate": "
|
2136
|
+
"installdate": "1530211711",
|
2143
2137
|
"release": "3.53.amzn1",
|
2144
2138
|
"version": "3.28.4"
|
2145
2139
|
},
|
@@ -2636,7 +2630,7 @@
|
|
2636
2630
|
"python27-crypto": {
|
2637
2631
|
"arch": "x86_64",
|
2638
2632
|
"epoch": "0",
|
2639
|
-
"installdate": "
|
2633
|
+
"installdate": "1530211713",
|
2640
2634
|
"release": "1.15.amzn1",
|
2641
2635
|
"version": "2.6.1"
|
2642
2636
|
},
|
@@ -2755,7 +2749,7 @@
|
|
2755
2749
|
"python27-paramiko": {
|
2756
2750
|
"arch": "noarch",
|
2757
2751
|
"epoch": "0",
|
2758
|
-
"installdate": "
|
2752
|
+
"installdate": "1530211713",
|
2759
2753
|
"release": "2.6.amzn1",
|
2760
2754
|
"version": "1.15.1"
|
2761
2755
|
},
|
@@ -2916,8 +2910,8 @@
|
|
2916
2910
|
"rpcbind": {
|
2917
2911
|
"arch": "x86_64",
|
2918
2912
|
"epoch": "0",
|
2919
|
-
"installdate": "
|
2920
|
-
"release": "13.
|
2913
|
+
"installdate": "1530211713",
|
2914
|
+
"release": "13.10.amzn1",
|
2921
2915
|
"version": "0.2.0"
|
2922
2916
|
},
|
2923
2917
|
"rpm": {
|
@@ -3098,7 +3092,7 @@
|
|
3098
3092
|
"sudo": {
|
3099
3093
|
"arch": "x86_64",
|
3100
3094
|
"epoch": "0",
|
3101
|
-
"installdate": "
|
3095
|
+
"installdate": "1530211715",
|
3102
3096
|
"release": "29.27.amzn1",
|
3103
3097
|
"version": "1.8.6p3"
|
3104
3098
|
},
|
@@ -3266,8 +3260,8 @@
|
|
3266
3260
|
"wget": {
|
3267
3261
|
"arch": "x86_64",
|
3268
3262
|
"epoch": "0",
|
3269
|
-
"installdate": "
|
3270
|
-
"release": "
|
3263
|
+
"installdate": "1530211715",
|
3264
|
+
"release": "4.29.amzn1",
|
3271
3265
|
"version": "1.18"
|
3272
3266
|
},
|
3273
3267
|
"which": {
|
@@ -3366,6 +3360,7 @@
|
|
3366
3360
|
"platform_family": "amazon",
|
3367
3361
|
"platform_version": "2016.09",
|
3368
3362
|
"root_group": "root",
|
3363
|
+
"shard_seed": 108009649,
|
3369
3364
|
"shells": [
|
3370
3365
|
"/bin/bash",
|
3371
3366
|
"/bin/dash",
|
@@ -3378,7 +3373,6 @@
|
|
3378
3373
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
3379
3374
|
"uptime_seconds": 2646450,
|
3380
3375
|
"virtualization": {
|
3381
|
-
"systems": {
|
3382
|
-
}
|
3376
|
+
"systems": {}
|
3383
3377
|
}
|
3384
|
-
}
|
3378
|
+
}
|