chef-dk 2.5.13 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +84 -84
- data/lib/chef-dk/version.rb +1 -1
- data/omnibus_overrides.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91dbcf0ebbc6671cc87569a714f53f05ffc768772cfaf55304b0ef1afa6e472f
|
|
4
|
+
data.tar.gz: f8f8e46271a4eea46e1aba8c29feeb0b183221d91a66740ca4a56a0aefacdcd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b1c0659d007cb7ab48c973f7e295fdea9be45de98402fc42adbc12aa9fc0c96fb07b62f8e3107e5e7f195e2c7da1db9c5d95d8a8fe55a0733448992b53ea9e9
|
|
7
|
+
data.tar.gz: 188ccbe9b903198dd5008022ef63d227a1310dd29e687a040473caab5e08ff35e4d0fa0b00be457648719d8e728be89712bd4ae51d043611c7bf7994ecb60d35
|
data/Gemfile
CHANGED
|
@@ -47,7 +47,7 @@ group(:omnibus_package) do
|
|
|
47
47
|
gem "chef-provisioning-aws", ">= 3.0.0", group: :provisioning
|
|
48
48
|
gem "chef-provisioning-fog", ">= 0.26.0", group: :provisioning
|
|
49
49
|
gem "chef-vault", ">= 3.3.0"
|
|
50
|
-
gem "chef", "= 13.
|
|
50
|
+
gem "chef", "= 13.11.3"
|
|
51
51
|
gem "cheffish", ">= 13.1.0"
|
|
52
52
|
gem "chefspec", ">= 7.1.0"
|
|
53
53
|
gem "fauxhai", "~> 5.4"
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
chef-dk (2.
|
|
4
|
+
chef-dk (2.6.1)
|
|
5
5
|
addressable (>= 2.3.5, < 2.6)
|
|
6
6
|
chef (~> 13.0)
|
|
7
7
|
chef-provisioning (~> 2.0)
|
|
@@ -30,19 +30,19 @@ GEM
|
|
|
30
30
|
mixlib-shellout (~> 2.0)
|
|
31
31
|
artifactory (2.8.2)
|
|
32
32
|
ast (2.4.0)
|
|
33
|
-
aws-sdk (2.11.
|
|
34
|
-
aws-sdk-resources (= 2.11.
|
|
35
|
-
aws-sdk-core (2.11.
|
|
33
|
+
aws-sdk (2.11.137)
|
|
34
|
+
aws-sdk-resources (= 2.11.137)
|
|
35
|
+
aws-sdk-core (2.11.137)
|
|
36
36
|
aws-sigv4 (~> 1.0)
|
|
37
37
|
jmespath (~> 1.0)
|
|
38
|
-
aws-sdk-resources (2.11.
|
|
39
|
-
aws-sdk-core (= 2.11.
|
|
38
|
+
aws-sdk-resources (2.11.137)
|
|
39
|
+
aws-sdk-core (= 2.11.137)
|
|
40
40
|
aws-sigv4 (1.0.3)
|
|
41
41
|
axiom-types (0.1.1)
|
|
42
42
|
descendants_tracker (~> 0.0.4)
|
|
43
43
|
ice_nine (~> 0.11.0)
|
|
44
44
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
45
|
-
backports (3.11.
|
|
45
|
+
backports (3.11.4)
|
|
46
46
|
berkshelf (6.3.4)
|
|
47
47
|
buff-config (~> 2.0)
|
|
48
48
|
buff-extensions (~> 2.0)
|
|
@@ -76,10 +76,10 @@ GEM
|
|
|
76
76
|
celluloid-io (0.16.2)
|
|
77
77
|
celluloid (>= 0.16.0)
|
|
78
78
|
nio4r (>= 1.1.0)
|
|
79
|
-
chef (13.
|
|
79
|
+
chef (13.11.3)
|
|
80
80
|
addressable
|
|
81
81
|
bundler (>= 1.10)
|
|
82
|
-
chef-config (= 13.
|
|
82
|
+
chef-config (= 13.11.3)
|
|
83
83
|
chef-zero (~> 13.0)
|
|
84
84
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
85
85
|
erubis (~> 2.7)
|
|
@@ -91,7 +91,7 @@ GEM
|
|
|
91
91
|
mixlib-authentication (~> 1.4)
|
|
92
92
|
mixlib-cli (~> 1.7)
|
|
93
93
|
mixlib-log (~> 1.3)
|
|
94
|
-
mixlib-shellout (~> 2.
|
|
94
|
+
mixlib-shellout (~> 2.4)
|
|
95
95
|
net-sftp (~> 2.1, >= 2.1.2)
|
|
96
96
|
net-ssh (>= 2.9, < 5.0)
|
|
97
97
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
|
@@ -106,10 +106,10 @@ GEM
|
|
|
106
106
|
specinfra (~> 2.10)
|
|
107
107
|
syslog-logger (~> 1.6)
|
|
108
108
|
uuidtools (~> 2.1.5)
|
|
109
|
-
chef (13.
|
|
109
|
+
chef (13.11.3-universal-mingw32)
|
|
110
110
|
addressable
|
|
111
111
|
bundler (>= 1.10)
|
|
112
|
-
chef-config (= 13.
|
|
112
|
+
chef-config (= 13.11.3)
|
|
113
113
|
chef-zero (~> 13.0)
|
|
114
114
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
115
115
|
erubis (~> 2.7)
|
|
@@ -122,7 +122,7 @@ GEM
|
|
|
122
122
|
mixlib-authentication (~> 1.4)
|
|
123
123
|
mixlib-cli (~> 1.7)
|
|
124
124
|
mixlib-log (~> 1.3)
|
|
125
|
-
mixlib-shellout (~> 2.
|
|
125
|
+
mixlib-shellout (~> 2.4)
|
|
126
126
|
net-sftp (~> 2.1, >= 2.1.2)
|
|
127
127
|
net-ssh (>= 2.9, < 5.0)
|
|
128
128
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
|
@@ -150,13 +150,13 @@ GEM
|
|
|
150
150
|
chef-api (0.8.0)
|
|
151
151
|
logify (~> 0.1)
|
|
152
152
|
mime-types
|
|
153
|
-
chef-config (13.
|
|
153
|
+
chef-config (13.11.3)
|
|
154
154
|
addressable
|
|
155
155
|
fuzzyurl
|
|
156
156
|
mixlib-config (>= 2.2.12, < 3.0)
|
|
157
157
|
mixlib-shellout (~> 2.0)
|
|
158
158
|
tomlrb (~> 1.2)
|
|
159
|
-
chef-provisioning (2.7.
|
|
159
|
+
chef-provisioning (2.7.2)
|
|
160
160
|
cheffish (>= 4.0, < 15.0)
|
|
161
161
|
inifile (>= 2.0.2)
|
|
162
162
|
mixlib-install (>= 1.0)
|
|
@@ -166,7 +166,7 @@ GEM
|
|
|
166
166
|
winrm (~> 2.0)
|
|
167
167
|
winrm-elevated (~> 1.0)
|
|
168
168
|
winrm-fs (~> 1.0)
|
|
169
|
-
chef-provisioning-aws (3.0.
|
|
169
|
+
chef-provisioning-aws (3.0.6)
|
|
170
170
|
aws-sdk (>= 2.2.18, < 3.0)
|
|
171
171
|
chef-provisioning (>= 1.0, < 3.0)
|
|
172
172
|
retryable (~> 2.0, >= 2.0.1)
|
|
@@ -183,7 +183,7 @@ GEM
|
|
|
183
183
|
fog-xenserver
|
|
184
184
|
retryable
|
|
185
185
|
winrm-elevated
|
|
186
|
-
chef-sugar (4.
|
|
186
|
+
chef-sugar (4.1.0)
|
|
187
187
|
chef-vault (3.3.0)
|
|
188
188
|
chef-zero (13.1.0)
|
|
189
189
|
ffi-yajl (~> 2.2)
|
|
@@ -218,10 +218,10 @@ GEM
|
|
|
218
218
|
gherkin (~> 5.1.0)
|
|
219
219
|
multi_json (>= 1.7.5, < 2.0)
|
|
220
220
|
multi_test (>= 0.1.2)
|
|
221
|
-
cucumber-core (3.2.
|
|
221
|
+
cucumber-core (3.2.1)
|
|
222
222
|
backports (>= 3.8.0)
|
|
223
223
|
cucumber-tag_expressions (~> 1.1.0)
|
|
224
|
-
gherkin (
|
|
224
|
+
gherkin (~> 5.0)
|
|
225
225
|
cucumber-expressions (6.0.1)
|
|
226
226
|
cucumber-tag_expressions (1.1.1)
|
|
227
227
|
cucumber-wire (0.0.1)
|
|
@@ -229,6 +229,8 @@ GEM
|
|
|
229
229
|
git (~> 1.3)
|
|
230
230
|
thor (~> 0.19)
|
|
231
231
|
debug_inspector (0.0.3)
|
|
232
|
+
declarative (0.0.10)
|
|
233
|
+
declarative-option (0.1.0)
|
|
232
234
|
dep-selector-libgecode (1.3.1)
|
|
233
235
|
dep_selector (1.0.6)
|
|
234
236
|
dep-selector-libgecode (~> 1.0)
|
|
@@ -240,7 +242,7 @@ GEM
|
|
|
240
242
|
docker-api (1.34.2)
|
|
241
243
|
excon (>= 0.47.0)
|
|
242
244
|
multi_json
|
|
243
|
-
droplet_kit (2.
|
|
245
|
+
droplet_kit (2.4.0)
|
|
244
246
|
activesupport (> 3.0, < 6)
|
|
245
247
|
faraday (~> 0.9)
|
|
246
248
|
kartograph (~> 0.2.3)
|
|
@@ -249,7 +251,7 @@ GEM
|
|
|
249
251
|
equalizer (0.0.11)
|
|
250
252
|
erubis (2.7.0)
|
|
251
253
|
excon (0.62.0)
|
|
252
|
-
faraday (0.15.
|
|
254
|
+
faraday (0.15.3)
|
|
253
255
|
multipart-post (>= 1.2, < 3)
|
|
254
256
|
fauxhai (5.6.0)
|
|
255
257
|
net-ssh
|
|
@@ -264,7 +266,7 @@ GEM
|
|
|
264
266
|
ffi
|
|
265
267
|
ffi-yajl (2.3.1)
|
|
266
268
|
libyajl2 (~> 1.2)
|
|
267
|
-
fog-aws (
|
|
269
|
+
fog-aws (2.0.1)
|
|
268
270
|
fog-core (~> 1.38)
|
|
269
271
|
fog-json (~> 1.0)
|
|
270
272
|
fog-xml (~> 0.1)
|
|
@@ -273,10 +275,10 @@ GEM
|
|
|
273
275
|
builder
|
|
274
276
|
excon (~> 0.58)
|
|
275
277
|
formatador (~> 0.2)
|
|
276
|
-
fog-digitalocean (0.
|
|
277
|
-
fog-core
|
|
278
|
-
fog-json
|
|
279
|
-
fog-xml
|
|
278
|
+
fog-digitalocean (0.4.0)
|
|
279
|
+
fog-core
|
|
280
|
+
fog-json
|
|
281
|
+
fog-xml
|
|
280
282
|
ipaddress (>= 0.5)
|
|
281
283
|
fog-joyent (0.0.1)
|
|
282
284
|
fog-core (~> 1.42)
|
|
@@ -284,11 +286,11 @@ GEM
|
|
|
284
286
|
fog-json (1.2.0)
|
|
285
287
|
fog-core
|
|
286
288
|
multi_json (~> 1.10)
|
|
287
|
-
fog-openstack (0.
|
|
288
|
-
fog-core (
|
|
289
|
+
fog-openstack (0.3.3)
|
|
290
|
+
fog-core (>= 1.45, <= 2.1.0)
|
|
289
291
|
fog-json (>= 1.0)
|
|
290
292
|
ipaddress (>= 0.8)
|
|
291
|
-
fog-rackspace (0.1.
|
|
293
|
+
fog-rackspace (0.1.6)
|
|
292
294
|
fog-core (>= 1.35)
|
|
293
295
|
fog-json (>= 1.0)
|
|
294
296
|
fog-xml (>= 0.1)
|
|
@@ -299,9 +301,10 @@ GEM
|
|
|
299
301
|
fog-softlayer (1.1.4)
|
|
300
302
|
fog-core
|
|
301
303
|
fog-json
|
|
302
|
-
fog-xenserver (0.
|
|
304
|
+
fog-xenserver (1.0.0)
|
|
303
305
|
fog-core
|
|
304
306
|
fog-xml
|
|
307
|
+
xmlrpc
|
|
305
308
|
fog-xml (0.1.3)
|
|
306
309
|
fog-core
|
|
307
310
|
nokogiri (>= 1.5.11, < 2.0.0)
|
|
@@ -315,26 +318,23 @@ GEM
|
|
|
315
318
|
treetop (~> 1.4)
|
|
316
319
|
formatador (0.2.5)
|
|
317
320
|
fuzzyurl (0.9.0)
|
|
318
|
-
gcewinpass (1.
|
|
319
|
-
google-api-client (~> 0.
|
|
321
|
+
gcewinpass (1.1.0)
|
|
322
|
+
google-api-client (~> 0.13)
|
|
320
323
|
gherkin (5.1.0)
|
|
321
|
-
git (1.
|
|
322
|
-
google-api-client (0.
|
|
323
|
-
addressable (~> 2.
|
|
324
|
-
googleauth (
|
|
325
|
-
httpclient (
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
retriable (~> 2.0)
|
|
331
|
-
googleauth (0.6.2)
|
|
324
|
+
git (1.5.0)
|
|
325
|
+
google-api-client (0.19.8)
|
|
326
|
+
addressable (~> 2.5, >= 2.5.1)
|
|
327
|
+
googleauth (>= 0.5, < 0.7.0)
|
|
328
|
+
httpclient (>= 2.8.1, < 3.0)
|
|
329
|
+
mime-types (~> 3.0)
|
|
330
|
+
representable (~> 3.0)
|
|
331
|
+
retriable (>= 2.0, < 4.0)
|
|
332
|
+
googleauth (0.6.6)
|
|
332
333
|
faraday (~> 0.12)
|
|
333
334
|
jwt (>= 1.4, < 3.0)
|
|
334
|
-
logging (~> 2.0)
|
|
335
335
|
memoist (~> 0.12)
|
|
336
336
|
multi_json (~> 1.11)
|
|
337
|
-
os (
|
|
337
|
+
os (>= 0.9, < 2.0)
|
|
338
338
|
signet (~> 0.7)
|
|
339
339
|
gssapi (1.2.0)
|
|
340
340
|
ffi (>= 1.0.1)
|
|
@@ -349,15 +349,14 @@ GEM
|
|
|
349
349
|
thor (>= 0.18.1)
|
|
350
350
|
gyoku (1.3.1)
|
|
351
351
|
builder (>= 2.1.2)
|
|
352
|
-
hashie (3.
|
|
352
|
+
hashie (3.6.0)
|
|
353
353
|
highline (1.7.10)
|
|
354
354
|
hitimes (1.3.0)
|
|
355
355
|
hitimes (1.3.0-x64-mingw32)
|
|
356
356
|
hitimes (1.3.0-x86-mingw32)
|
|
357
357
|
htmlentities (4.3.4)
|
|
358
358
|
httpclient (2.8.3)
|
|
359
|
-
|
|
360
|
-
i18n (1.0.1)
|
|
359
|
+
i18n (1.1.0)
|
|
361
360
|
concurrent-ruby (~> 1.0)
|
|
362
361
|
ice_nine (0.11.2)
|
|
363
362
|
inifile (3.0.0)
|
|
@@ -400,35 +399,33 @@ GEM
|
|
|
400
399
|
multi_json
|
|
401
400
|
retryable (~> 2.0)
|
|
402
401
|
test-kitchen (~> 1.4, >= 1.4.1)
|
|
403
|
-
kitchen-google (1.
|
|
404
|
-
gcewinpass (~> 1.
|
|
405
|
-
google-api-client (~> 0.
|
|
402
|
+
kitchen-google (1.5.0)
|
|
403
|
+
gcewinpass (~> 1.1)
|
|
404
|
+
google-api-client (~> 0.19)
|
|
406
405
|
test-kitchen
|
|
407
406
|
kitchen-hyperv (0.5.1)
|
|
408
407
|
test-kitchen (~> 1.4)
|
|
409
|
-
kitchen-inspec (0.
|
|
408
|
+
kitchen-inspec (0.24.0)
|
|
410
409
|
hashie (~> 3.4)
|
|
411
410
|
inspec (>= 0.34.0, < 3.0.0)
|
|
412
411
|
test-kitchen (~> 1.6)
|
|
413
|
-
kitchen-vagrant (1.3.
|
|
412
|
+
kitchen-vagrant (1.3.4)
|
|
414
413
|
test-kitchen (~> 1.4)
|
|
415
414
|
knife-cloud (1.2.1)
|
|
416
415
|
chef (>= 0.10.10)
|
|
417
416
|
knife-windows (>= 0.5.14)
|
|
418
417
|
mixlib-shellout
|
|
419
|
-
knife-ec2 (0.
|
|
420
|
-
fog-aws (
|
|
418
|
+
knife-ec2 (0.19.10)
|
|
419
|
+
fog-aws (>= 1, < 4)
|
|
421
420
|
knife-windows (~> 1.0)
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
gcewinpass (~> 1.0)
|
|
426
|
-
google-api-client (~> 0.9.0)
|
|
421
|
+
knife-google (3.3.0)
|
|
422
|
+
gcewinpass (~> 1.1)
|
|
423
|
+
google-api-client (~> 0.19.8)
|
|
427
424
|
knife-cloud (~> 1.2.0)
|
|
428
425
|
knife-opc (0.4.0)
|
|
429
426
|
knife-push (1.0.3)
|
|
430
427
|
chef (>= 12.7.2)
|
|
431
|
-
knife-spork (1.7.
|
|
428
|
+
knife-spork (1.7.2)
|
|
432
429
|
app_conf (>= 0.4.0)
|
|
433
430
|
chef (>= 11.0.0)
|
|
434
431
|
diffy (>= 3.0.1)
|
|
@@ -450,29 +447,29 @@ GEM
|
|
|
450
447
|
lumberjack (1.0.13)
|
|
451
448
|
memoist (0.16.0)
|
|
452
449
|
method_source (0.9.0)
|
|
453
|
-
mime-types (3.
|
|
450
|
+
mime-types (3.2.2)
|
|
454
451
|
mime-types-data (~> 3.2015)
|
|
455
|
-
mime-types-data (3.
|
|
452
|
+
mime-types-data (3.2018.0812)
|
|
456
453
|
mini_portile2 (2.3.0)
|
|
457
454
|
minitar (0.6.1)
|
|
458
455
|
minitest (5.11.3)
|
|
459
|
-
mixlib-archive (0.4.
|
|
456
|
+
mixlib-archive (0.4.16)
|
|
460
457
|
mixlib-log
|
|
461
458
|
mixlib-authentication (1.4.2)
|
|
462
459
|
mixlib-cli (1.7.0)
|
|
463
460
|
mixlib-config (2.2.13)
|
|
464
461
|
tomlrb
|
|
465
|
-
mixlib-install (3.11.
|
|
462
|
+
mixlib-install (3.11.5)
|
|
466
463
|
mixlib-shellout
|
|
467
464
|
mixlib-versioning
|
|
468
465
|
thor
|
|
469
466
|
mixlib-log (1.7.1)
|
|
470
|
-
mixlib-shellout (2.
|
|
471
|
-
mixlib-shellout (2.
|
|
467
|
+
mixlib-shellout (2.4.0)
|
|
468
|
+
mixlib-shellout (2.4.0-universal-mingw32)
|
|
472
469
|
win32-process (~> 0.8.2)
|
|
473
470
|
wmi-lite (~> 1.0)
|
|
474
471
|
mixlib-versioning (1.2.2)
|
|
475
|
-
molinillo (0.6.
|
|
472
|
+
molinillo (0.6.6)
|
|
476
473
|
multi_json (1.13.1)
|
|
477
474
|
multi_test (0.1.2)
|
|
478
475
|
multipart-post (2.0.0)
|
|
@@ -499,7 +496,7 @@ GEM
|
|
|
499
496
|
notiffany (0.1.1)
|
|
500
497
|
nenv (~> 0.1)
|
|
501
498
|
shellany (~> 0.0)
|
|
502
|
-
octokit (4.
|
|
499
|
+
octokit (4.12.0)
|
|
503
500
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
504
501
|
ohai (13.10.0)
|
|
505
502
|
chef-config (>= 12.5.0.alpha.1, < 14)
|
|
@@ -518,7 +515,7 @@ GEM
|
|
|
518
515
|
ffi-rzmq
|
|
519
516
|
ohai (>= 8.23, < 15.0)
|
|
520
517
|
uuidtools
|
|
521
|
-
os (0.
|
|
518
|
+
os (1.0.0)
|
|
522
519
|
paint (1.0.1)
|
|
523
520
|
parallel (1.12.1)
|
|
524
521
|
parser (2.5.1.2)
|
|
@@ -540,7 +537,7 @@ GEM
|
|
|
540
537
|
pry-stack_explorer (0.4.9.2)
|
|
541
538
|
binding_of_caller (>= 0.7)
|
|
542
539
|
pry (>= 0.9.11)
|
|
543
|
-
public_suffix (3.0.
|
|
540
|
+
public_suffix (3.0.3)
|
|
544
541
|
rack (2.0.5)
|
|
545
542
|
rainbow (2.2.2)
|
|
546
543
|
rake
|
|
@@ -551,11 +548,13 @@ GEM
|
|
|
551
548
|
rb-readline (0.5.5)
|
|
552
549
|
rdoc (6.0.4)
|
|
553
550
|
rdp-ruby-wmi (0.3.1)
|
|
554
|
-
representable (
|
|
555
|
-
|
|
551
|
+
representable (3.0.4)
|
|
552
|
+
declarative (< 0.1.0)
|
|
553
|
+
declarative-option (< 0.2.0)
|
|
554
|
+
uber (< 0.2.0)
|
|
556
555
|
resource_kit (0.1.7)
|
|
557
556
|
addressable (>= 2.3.6, < 3.0.0)
|
|
558
|
-
retriable (
|
|
557
|
+
retriable (3.1.2)
|
|
559
558
|
retryable (2.0.4)
|
|
560
559
|
ridley (5.1.1)
|
|
561
560
|
addressable
|
|
@@ -602,11 +601,11 @@ GEM
|
|
|
602
601
|
ruby-progressbar (~> 1.7)
|
|
603
602
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
604
603
|
ruby-prof (0.17.0)
|
|
605
|
-
ruby-progressbar (1.
|
|
604
|
+
ruby-progressbar (1.10.0)
|
|
606
605
|
ruby-shadow (2.5.0)
|
|
607
606
|
ruby_dep (1.5.0)
|
|
608
607
|
rubyntlm (0.6.2)
|
|
609
|
-
rubyzip (1.2.
|
|
608
|
+
rubyzip (1.2.2)
|
|
610
609
|
rufus-lru (1.1.0)
|
|
611
610
|
sawyer (0.8.1)
|
|
612
611
|
addressable (>= 2.3.5, < 2.6)
|
|
@@ -619,7 +618,7 @@ GEM
|
|
|
619
618
|
specinfra (~> 2.72)
|
|
620
619
|
sfl (2.3)
|
|
621
620
|
shellany (0.0.1)
|
|
622
|
-
signet (0.
|
|
621
|
+
signet (0.10.0)
|
|
623
622
|
addressable (~> 2.3)
|
|
624
623
|
faraday (~> 0.9)
|
|
625
624
|
jwt (>= 1.5, < 3.0)
|
|
@@ -628,10 +627,10 @@ GEM
|
|
|
628
627
|
solve (4.0.0)
|
|
629
628
|
molinillo (~> 0.6)
|
|
630
629
|
semverse (>= 1.1, < 3.0)
|
|
631
|
-
specinfra (2.
|
|
630
|
+
specinfra (2.76.2)
|
|
632
631
|
net-scp
|
|
633
632
|
net-ssh (>= 2.7)
|
|
634
|
-
net-telnet
|
|
633
|
+
net-telnet (= 0.1.1)
|
|
635
634
|
sfl
|
|
636
635
|
sslshake (1.2.0)
|
|
637
636
|
stove (6.0.0)
|
|
@@ -666,7 +665,7 @@ GEM
|
|
|
666
665
|
polyglot (~> 0.3)
|
|
667
666
|
tzinfo (1.2.5)
|
|
668
667
|
thread_safe (~> 0.1)
|
|
669
|
-
uber (0.0
|
|
668
|
+
uber (0.1.0)
|
|
670
669
|
ubuntu_ami (0.4.1)
|
|
671
670
|
unicode-display_width (1.4.0)
|
|
672
671
|
uuidtools (2.1.5)
|
|
@@ -713,13 +712,14 @@ GEM
|
|
|
713
712
|
winrm-elevated (1.1.0)
|
|
714
713
|
winrm (~> 2.0)
|
|
715
714
|
winrm-fs (~> 1.0)
|
|
716
|
-
winrm-fs (1.
|
|
715
|
+
winrm-fs (1.3.0)
|
|
717
716
|
erubis (~> 2.7)
|
|
718
717
|
logging (>= 1.6.1, < 3.0)
|
|
719
718
|
rubyzip (~> 1.1)
|
|
720
719
|
winrm (~> 2.0)
|
|
721
720
|
wmi-lite (1.0.0)
|
|
722
|
-
|
|
721
|
+
xmlrpc (0.3.0)
|
|
722
|
+
yard (0.9.16)
|
|
723
723
|
|
|
724
724
|
PLATFORMS
|
|
725
725
|
ruby
|
|
@@ -731,7 +731,7 @@ DEPENDENCIES
|
|
|
731
731
|
artifactory
|
|
732
732
|
berkshelf (~> 6.3.1)
|
|
733
733
|
bundler
|
|
734
|
-
chef (= 13.
|
|
734
|
+
chef (= 13.11.3)
|
|
735
735
|
chef-dk!
|
|
736
736
|
chef-provisioning (>= 2.4.0)
|
|
737
737
|
chef-provisioning-aws (>= 3.0.0)
|
|
@@ -801,4 +801,4 @@ DEPENDENCIES
|
|
|
801
801
|
yard
|
|
802
802
|
|
|
803
803
|
BUNDLED WITH
|
|
804
|
-
1.16.
|
|
804
|
+
1.16.5
|
data/lib/chef-dk/version.rb
CHANGED
data/omnibus_overrides.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-dk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel DeLeo
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2018-
|
|
13
|
+
date: 2018-09-27 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mixlib-cli
|