chef-dk 3.8.14 → 3.9.0
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 +5 -5
- data/Gemfile.lock +106 -102
- data/chef-dk.gemspec +2 -2
- data/lib/chef-dk/skeletons/code_generator/recipes/recipe.rb +2 -2
- data/lib/chef-dk/skeletons/code_generator/templates/default/inspec_default_test.rb.erb +2 -4
- data/lib/chef-dk/version.rb +1 -1
- metadata +19 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21295498e8f0b6a708aba600ad808c1dbee6122efc1e836993ab6123a3ac1de3
|
|
4
|
+
data.tar.gz: 4fbc6fccf4e28c1a2c994d62fe66e42caa2357bbbc92d9c9261f538446486c19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b328da1ee04739647ded247f80d50b5b5c80716ea44a401d6c9f0b75c01d8917f81d15c63cfe8a0cdde87ac646acb4e6a221c2db15da0e7899f895f01373861
|
|
7
|
+
data.tar.gz: 58011abd9e693553dfb025f4b30b81433623a0caf08d469a37703bddf17b436b076a04a9fe55d60e3979f00bacbc6d0005c4857b4d438c77b9f71f629549093b
|
data/Gemfile
CHANGED
|
@@ -57,7 +57,7 @@ group(:omnibus_package) do
|
|
|
57
57
|
# gems to Rubygems now, so letting this float on latest should always give us the latest
|
|
58
58
|
# stable release. May have to re-pin around major version bumping time, or during patch
|
|
59
59
|
# fixes.
|
|
60
|
-
gem "chef", "= 14.
|
|
60
|
+
gem "chef", "= 14.12.3"
|
|
61
61
|
gem "cheffish", ">= 14.0.1"
|
|
62
62
|
gem "chefspec", ">= 7.3.0"
|
|
63
63
|
gem "fauxhai", "~> 6.11" # bump this on the next DK major release
|
|
@@ -68,8 +68,8 @@ group(:omnibus_package) do
|
|
|
68
68
|
gem "kitchen-dokken", ">= 2.6.7"
|
|
69
69
|
gem "kitchen-google", ">= 2.0.0"
|
|
70
70
|
gem "kitchen-hyperv", ">= 0.5.1"
|
|
71
|
-
gem "kitchen-inspec", ">= 0
|
|
72
|
-
gem "kitchen-vagrant", ">= 1.
|
|
71
|
+
gem "kitchen-inspec", ">= 1.0"
|
|
72
|
+
gem "kitchen-vagrant", ">= 1.4"
|
|
73
73
|
gem "knife-acl", ">= 1.0.3"
|
|
74
74
|
gem "knife-ec2", ">= 0.19.10"
|
|
75
75
|
gem "knife-google", ">= 3.3.3"
|
|
@@ -78,9 +78,9 @@ group(:omnibus_package) do
|
|
|
78
78
|
gem "knife-opc", ">= 0.4.0"
|
|
79
79
|
gem "knife-vsphere", ">= 2.1.1"
|
|
80
80
|
gem "mixlib-archive", ">= 0.4.16"
|
|
81
|
-
gem "ohai", "
|
|
81
|
+
gem "ohai", "~> 14.0"
|
|
82
82
|
gem "net-ssh", ">= 4.2.0"
|
|
83
|
-
gem "test-kitchen", ">= 1.23.0"
|
|
83
|
+
gem "test-kitchen", ">= 1.23.0", "< 2"
|
|
84
84
|
gem "listen"
|
|
85
85
|
gem "dco"
|
|
86
86
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
chef-dk (3.
|
|
4
|
+
chef-dk (3.9.0)
|
|
5
5
|
addressable (>= 2.3.5, < 2.6)
|
|
6
6
|
chef (~> 14.0)
|
|
7
7
|
chef-provisioning (~> 2.0)
|
|
@@ -9,15 +9,15 @@ PATH
|
|
|
9
9
|
diff-lcs (~> 1.0)
|
|
10
10
|
ffi-yajl (>= 1.0, < 3.0)
|
|
11
11
|
minitar (~> 0.6)
|
|
12
|
-
mixlib-cli (
|
|
13
|
-
mixlib-shellout (
|
|
12
|
+
mixlib-cli (>= 1.7, < 3.0)
|
|
13
|
+
mixlib-shellout (>= 2.0, < 4.0)
|
|
14
14
|
paint (~> 1.0)
|
|
15
15
|
solve (> 2.0, < 5.0)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
18
18
|
remote: https://rubygems.org/
|
|
19
19
|
specs:
|
|
20
|
-
activesupport (5.2.
|
|
20
|
+
activesupport (5.2.3)
|
|
21
21
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
22
22
|
i18n (>= 0.7, < 2)
|
|
23
23
|
minitest (~> 5.1)
|
|
@@ -25,53 +25,55 @@ GEM
|
|
|
25
25
|
addressable (2.5.2)
|
|
26
26
|
public_suffix (>= 2.0.2, < 4.0)
|
|
27
27
|
app_conf (0.4.2)
|
|
28
|
-
appbundler (0.
|
|
29
|
-
mixlib-cli (
|
|
30
|
-
mixlib-shellout (
|
|
28
|
+
appbundler (0.12.0)
|
|
29
|
+
mixlib-cli (>= 1.4, < 3.0)
|
|
30
|
+
mixlib-shellout (>= 2.0, < 4.0)
|
|
31
31
|
artifactory (3.0.0)
|
|
32
32
|
ast (2.4.0)
|
|
33
|
-
aws-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
aws-eventstream (1.0.2)
|
|
34
|
+
aws-sdk (2.11.256)
|
|
35
|
+
aws-sdk-resources (= 2.11.256)
|
|
36
|
+
aws-sdk-core (2.11.256)
|
|
36
37
|
aws-sigv4 (~> 1.0)
|
|
37
38
|
jmespath (~> 1.0)
|
|
38
|
-
aws-sdk-resources (2.11.
|
|
39
|
-
aws-sdk-core (= 2.11.
|
|
40
|
-
aws-sigv4 (1.0
|
|
39
|
+
aws-sdk-resources (2.11.256)
|
|
40
|
+
aws-sdk-core (= 2.11.256)
|
|
41
|
+
aws-sigv4 (1.1.0)
|
|
42
|
+
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
41
43
|
axiom-types (0.1.1)
|
|
42
44
|
descendants_tracker (~> 0.0.4)
|
|
43
45
|
ice_nine (~> 0.11.0)
|
|
44
46
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
45
|
-
azure_graph_rbac (0.17.
|
|
47
|
+
azure_graph_rbac (0.17.1)
|
|
46
48
|
ms_rest_azure (~> 0.11.0)
|
|
47
|
-
azure_mgmt_key_vault (0.17.
|
|
49
|
+
azure_mgmt_key_vault (0.17.3)
|
|
48
50
|
ms_rest_azure (~> 0.11.0)
|
|
49
|
-
azure_mgmt_network (0.18.
|
|
51
|
+
azure_mgmt_network (0.18.6)
|
|
50
52
|
ms_rest_azure (~> 0.11.0)
|
|
51
|
-
azure_mgmt_resources (0.17.
|
|
53
|
+
azure_mgmt_resources (0.17.3)
|
|
52
54
|
ms_rest_azure (~> 0.11.0)
|
|
53
|
-
backports (3.
|
|
54
|
-
berkshelf (7.0.
|
|
55
|
+
backports (3.13.0)
|
|
56
|
+
berkshelf (7.0.8)
|
|
55
57
|
chef (>= 13.6.52)
|
|
56
58
|
chef-config
|
|
57
59
|
cleanroom (~> 1.0)
|
|
58
60
|
concurrent-ruby (~> 1.0)
|
|
59
61
|
minitar (>= 0.6)
|
|
60
|
-
mixlib-archive (
|
|
62
|
+
mixlib-archive (>= 0.4, < 2.0)
|
|
61
63
|
mixlib-config (>= 2.2.5)
|
|
62
|
-
mixlib-shellout (
|
|
64
|
+
mixlib-shellout (>= 2.0, < 4.0)
|
|
63
65
|
octokit (~> 4.0)
|
|
64
|
-
retryable (
|
|
66
|
+
retryable (>= 2.0, < 4.0)
|
|
65
67
|
solve (~> 4.0)
|
|
66
68
|
thor (>= 0.20)
|
|
67
69
|
binding_of_caller (0.8.0)
|
|
68
70
|
debug_inspector (>= 0.0.1)
|
|
69
71
|
builder (3.2.3)
|
|
70
|
-
byebug (11.0.
|
|
71
|
-
chef (14.
|
|
72
|
+
byebug (11.0.1)
|
|
73
|
+
chef (14.12.3)
|
|
72
74
|
addressable
|
|
73
75
|
bundler (>= 1.10)
|
|
74
|
-
chef-config (= 14.
|
|
76
|
+
chef-config (= 14.12.3)
|
|
75
77
|
chef-zero (>= 13.0)
|
|
76
78
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
77
79
|
erubis (~> 2.7)
|
|
@@ -81,9 +83,9 @@ GEM
|
|
|
81
83
|
iniparse (~> 1.4)
|
|
82
84
|
mixlib-archive (>= 0.4, < 2.0)
|
|
83
85
|
mixlib-authentication (~> 2.1)
|
|
84
|
-
mixlib-cli (
|
|
85
|
-
mixlib-log (
|
|
86
|
-
mixlib-shellout (
|
|
86
|
+
mixlib-cli (>= 1.7, < 3.0)
|
|
87
|
+
mixlib-log (>= 2.0.3, < 4.0)
|
|
88
|
+
mixlib-shellout (>= 2.4, < 4.0)
|
|
87
89
|
net-sftp (~> 2.1, >= 2.1.2)
|
|
88
90
|
net-ssh (~> 4.2)
|
|
89
91
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
|
@@ -98,10 +100,10 @@ GEM
|
|
|
98
100
|
specinfra (~> 2.10)
|
|
99
101
|
syslog-logger (~> 1.6)
|
|
100
102
|
uuidtools (~> 2.1.5)
|
|
101
|
-
chef (14.
|
|
103
|
+
chef (14.12.3-universal-mingw32)
|
|
102
104
|
addressable
|
|
103
105
|
bundler (>= 1.10)
|
|
104
|
-
chef-config (= 14.
|
|
106
|
+
chef-config (= 14.12.3)
|
|
105
107
|
chef-zero (>= 13.0)
|
|
106
108
|
diff-lcs (~> 1.2, >= 1.2.4)
|
|
107
109
|
erubis (~> 2.7)
|
|
@@ -112,9 +114,9 @@ GEM
|
|
|
112
114
|
iso8601 (~> 0.12.1)
|
|
113
115
|
mixlib-archive (>= 0.4, < 2.0)
|
|
114
116
|
mixlib-authentication (~> 2.1)
|
|
115
|
-
mixlib-cli (
|
|
116
|
-
mixlib-log (
|
|
117
|
-
mixlib-shellout (
|
|
117
|
+
mixlib-cli (>= 1.7, < 3.0)
|
|
118
|
+
mixlib-log (>= 2.0.3, < 4.0)
|
|
119
|
+
mixlib-shellout (>= 2.4, < 4.0)
|
|
118
120
|
net-sftp (~> 2.1, >= 2.1.2)
|
|
119
121
|
net-ssh (~> 4.2)
|
|
120
122
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
|
@@ -130,16 +132,15 @@ GEM
|
|
|
130
132
|
syslog-logger (~> 1.6)
|
|
131
133
|
uuidtools (~> 2.1.5)
|
|
132
134
|
win32-api (~> 1.5.3)
|
|
133
|
-
win32-certstore (
|
|
135
|
+
win32-certstore (~> 0.3)
|
|
134
136
|
win32-dir (~> 0.5.0)
|
|
135
137
|
win32-event (~> 0.6.1)
|
|
136
138
|
win32-eventlog (= 0.6.3)
|
|
137
139
|
win32-mmap (~> 0.4.1)
|
|
138
140
|
win32-mutex (~> 0.4.2)
|
|
139
141
|
win32-process (~> 0.8.2)
|
|
140
|
-
win32-service (
|
|
142
|
+
win32-service (>= 1.0, < 3.0)
|
|
141
143
|
win32-taskscheduler (~> 2.0)
|
|
142
|
-
windows-api (~> 0.4.4)
|
|
143
144
|
wmi-lite (~> 1.0)
|
|
144
145
|
chef-api (0.9.0)
|
|
145
146
|
logify (~> 0.1)
|
|
@@ -157,13 +158,13 @@ GEM
|
|
|
157
158
|
toml-rb
|
|
158
159
|
train
|
|
159
160
|
tty-spinner
|
|
160
|
-
chef-config (14.
|
|
161
|
+
chef-config (14.12.3)
|
|
161
162
|
addressable
|
|
162
163
|
fuzzyurl
|
|
163
|
-
mixlib-config (>= 2.2.12, <
|
|
164
|
-
mixlib-shellout (
|
|
164
|
+
mixlib-config (>= 2.2.12, < 4.0)
|
|
165
|
+
mixlib-shellout (>= 2.0, < 4.0)
|
|
165
166
|
tomlrb (~> 1.2)
|
|
166
|
-
chef-provisioning (2.7.
|
|
167
|
+
chef-provisioning (2.7.6)
|
|
167
168
|
cheffish (>= 4.0, < 15.0)
|
|
168
169
|
inifile (>= 2.0.2)
|
|
169
170
|
mixlib-install (>= 1.0)
|
|
@@ -190,17 +191,17 @@ GEM
|
|
|
190
191
|
fog-xenserver
|
|
191
192
|
retryable
|
|
192
193
|
winrm-elevated
|
|
193
|
-
chef-sugar (5.0.
|
|
194
|
+
chef-sugar (5.0.1)
|
|
194
195
|
chef-telemetry (0.1.8)
|
|
195
196
|
chef-config
|
|
196
197
|
concurrent-ruby (~> 1.0)
|
|
197
198
|
ffi-yajl (~> 2.2)
|
|
198
199
|
http (~> 2.2)
|
|
199
200
|
chef-vault (3.4.3)
|
|
200
|
-
chef-zero (14.0.
|
|
201
|
+
chef-zero (14.0.12)
|
|
201
202
|
ffi-yajl (~> 2.2)
|
|
202
203
|
hashie (>= 2.0, < 4.0)
|
|
203
|
-
mixlib-log (
|
|
204
|
+
mixlib-log (>= 2.0, < 4.0)
|
|
204
205
|
rack (~> 2.0, >= 2.0.6)
|
|
205
206
|
uuidtools (~> 2.1)
|
|
206
207
|
cheffish (14.0.4)
|
|
@@ -217,9 +218,9 @@ GEM
|
|
|
217
218
|
coderay (1.1.2)
|
|
218
219
|
coercible (1.0.0)
|
|
219
220
|
descendants_tracker (~> 0.0.1)
|
|
220
|
-
concurrent-ruby (1.1.
|
|
221
|
-
cookbook-omnifetch (0.8.
|
|
222
|
-
mixlib-archive (
|
|
221
|
+
concurrent-ruby (1.1.5)
|
|
222
|
+
cookbook-omnifetch (0.8.1)
|
|
223
|
+
mixlib-archive (>= 0.4, < 2.0)
|
|
223
224
|
cookstyle (3.0.2)
|
|
224
225
|
rubocop (= 0.55.0)
|
|
225
226
|
cucumber (3.1.2)
|
|
@@ -257,7 +258,7 @@ GEM
|
|
|
257
258
|
multi_json
|
|
258
259
|
domain_name (0.5.20180417)
|
|
259
260
|
unf (>= 0.0.5, < 1.0.0)
|
|
260
|
-
droplet_kit (2.
|
|
261
|
+
droplet_kit (2.9.0)
|
|
261
262
|
activesupport (> 3.0, < 6)
|
|
262
263
|
faraday (~> 0.15)
|
|
263
264
|
kartograph (~> 0.2.3)
|
|
@@ -266,7 +267,7 @@ GEM
|
|
|
266
267
|
equalizer (0.0.11)
|
|
267
268
|
equatable (0.5.0)
|
|
268
269
|
erubis (2.7.0)
|
|
269
|
-
excon (0.
|
|
270
|
+
excon (0.64.0)
|
|
270
271
|
faraday (0.15.4)
|
|
271
272
|
multipart-post (>= 1.2, < 3)
|
|
272
273
|
faraday-cookie_jar (0.0.6)
|
|
@@ -387,12 +388,12 @@ GEM
|
|
|
387
388
|
http-form_data (1.0.3)
|
|
388
389
|
http_parser.rb (0.6.0)
|
|
389
390
|
httpclient (2.8.3)
|
|
390
|
-
i18n (1.
|
|
391
|
+
i18n (1.6.0)
|
|
391
392
|
concurrent-ruby (~> 1.0)
|
|
392
393
|
ice_nine (0.11.2)
|
|
393
394
|
inifile (3.0.0)
|
|
394
395
|
iniparse (1.4.4)
|
|
395
|
-
inspec (3.
|
|
396
|
+
inspec (3.9.3)
|
|
396
397
|
addressable (~> 2.4)
|
|
397
398
|
faraday (>= 0.9.0)
|
|
398
399
|
faraday_middleware (~> 0.12.2)
|
|
@@ -414,6 +415,7 @@ GEM
|
|
|
414
415
|
thor (~> 0.20)
|
|
415
416
|
tomlrb (~> 1.2)
|
|
416
417
|
train (~> 1.5, >= 1.7.2)
|
|
418
|
+
train-habitat (~> 0.1)
|
|
417
419
|
tty-prompt (~> 0.17)
|
|
418
420
|
tty-table (~> 0.10)
|
|
419
421
|
ipaddress (0.8.3)
|
|
@@ -427,31 +429,31 @@ GEM
|
|
|
427
429
|
azure_mgmt_resources (~> 0.17, >= 0.17.2)
|
|
428
430
|
inifile (~> 3.0, >= 3.0.0)
|
|
429
431
|
sshkey (~> 1, >= 1.0.0)
|
|
430
|
-
kitchen-digitalocean (0.10.
|
|
432
|
+
kitchen-digitalocean (0.10.3)
|
|
431
433
|
droplet_kit (~> 2.8)
|
|
432
|
-
test-kitchen (
|
|
433
|
-
kitchen-dokken (2.6.
|
|
434
|
+
test-kitchen (>= 1.17, < 3)
|
|
435
|
+
kitchen-dokken (2.6.8)
|
|
434
436
|
docker-api (~> 1.33)
|
|
435
437
|
lockfile (~> 2.1)
|
|
436
|
-
test-kitchen (
|
|
437
|
-
kitchen-ec2 (2.
|
|
438
|
+
test-kitchen (>= 1.15, < 3)
|
|
439
|
+
kitchen-ec2 (2.5.0)
|
|
438
440
|
aws-sdk (~> 2)
|
|
439
441
|
excon
|
|
440
442
|
multi_json
|
|
441
443
|
retryable (~> 2.0)
|
|
442
|
-
test-kitchen (
|
|
444
|
+
test-kitchen (>= 1.4.1, < 3)
|
|
443
445
|
kitchen-google (2.0.1)
|
|
444
446
|
gcewinpass (~> 1.1)
|
|
445
447
|
google-api-client (~> 0.19)
|
|
446
448
|
test-kitchen
|
|
447
|
-
kitchen-hyperv (0.5.
|
|
448
|
-
test-kitchen (
|
|
449
|
-
kitchen-inspec (1.0
|
|
449
|
+
kitchen-hyperv (0.5.3)
|
|
450
|
+
test-kitchen (>= 1.4, < 3)
|
|
451
|
+
kitchen-inspec (1.1.0)
|
|
450
452
|
hashie (~> 3.4)
|
|
451
|
-
inspec (>= 1.47
|
|
452
|
-
test-kitchen (
|
|
453
|
-
kitchen-vagrant (1.
|
|
454
|
-
test-kitchen (
|
|
453
|
+
inspec (>= 1.47, < 5.0)
|
|
454
|
+
test-kitchen (>= 1.6, < 3)
|
|
455
|
+
kitchen-vagrant (1.5.1)
|
|
456
|
+
test-kitchen (>= 1.4, < 3)
|
|
455
457
|
knife-acl (1.0.3)
|
|
456
458
|
knife-cloud (1.2.3)
|
|
457
459
|
excon (>= 0.50)
|
|
@@ -473,7 +475,7 @@ GEM
|
|
|
473
475
|
diffy (>= 3.0.1)
|
|
474
476
|
git (>= 1.2.5)
|
|
475
477
|
knife-tidy (2.0.1)
|
|
476
|
-
knife-vsphere (2.1.
|
|
478
|
+
knife-vsphere (2.1.3)
|
|
477
479
|
chef-vault (>= 2.6.0)
|
|
478
480
|
filesize (~> 0.1.1)
|
|
479
481
|
knife-windows (~> 1.0)
|
|
@@ -498,23 +500,23 @@ GEM
|
|
|
498
500
|
method_source (0.9.2)
|
|
499
501
|
mime-types (3.2.2)
|
|
500
502
|
mime-types-data (~> 3.2015)
|
|
501
|
-
mime-types-data (3.
|
|
503
|
+
mime-types-data (3.2019.0331)
|
|
502
504
|
mini_portile2 (2.4.0)
|
|
503
505
|
minitar (0.8)
|
|
504
506
|
minitest (5.10.3)
|
|
505
|
-
mixlib-archive (0.
|
|
507
|
+
mixlib-archive (1.0.1)
|
|
506
508
|
mixlib-log
|
|
507
|
-
mixlib-archive (0.
|
|
509
|
+
mixlib-archive (1.0.1-universal-mingw32)
|
|
508
510
|
mixlib-log
|
|
509
511
|
mixlib-authentication (2.1.1)
|
|
510
|
-
mixlib-cli (
|
|
512
|
+
mixlib-cli (2.0.3)
|
|
511
513
|
mixlib-config (2.2.18)
|
|
512
514
|
tomlrb
|
|
513
|
-
mixlib-install (3.11.
|
|
515
|
+
mixlib-install (3.11.12)
|
|
514
516
|
mixlib-shellout
|
|
515
517
|
mixlib-versioning
|
|
516
518
|
thor
|
|
517
|
-
mixlib-log (
|
|
519
|
+
mixlib-log (3.0.1)
|
|
518
520
|
mixlib-shellout (2.4.4)
|
|
519
521
|
mixlib-shellout (2.4.4-universal-mingw32)
|
|
520
522
|
win32-process (~> 0.8.2)
|
|
@@ -547,39 +549,39 @@ GEM
|
|
|
547
549
|
net-ssh-gateway (>= 1.2.0)
|
|
548
550
|
net-telnet (0.1.1)
|
|
549
551
|
netaddr (1.5.1)
|
|
550
|
-
nokogiri (1.10.
|
|
552
|
+
nokogiri (1.10.2)
|
|
551
553
|
mini_portile2 (~> 2.4.0)
|
|
552
|
-
nokogiri (1.10.
|
|
554
|
+
nokogiri (1.10.2-x64-mingw32)
|
|
553
555
|
mini_portile2 (~> 2.4.0)
|
|
554
|
-
nokogiri (1.10.
|
|
556
|
+
nokogiri (1.10.2-x86-mingw32)
|
|
555
557
|
mini_portile2 (~> 2.4.0)
|
|
556
558
|
nori (2.6.0)
|
|
557
559
|
notiffany (0.1.1)
|
|
558
560
|
nenv (~> 0.1)
|
|
559
561
|
shellany (~> 0.0)
|
|
560
|
-
octokit (4.
|
|
562
|
+
octokit (4.14.0)
|
|
561
563
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
562
|
-
ohai (14.8.
|
|
564
|
+
ohai (14.8.11)
|
|
563
565
|
chef-config (>= 12.8, < 15)
|
|
564
566
|
ffi (~> 1.9)
|
|
565
567
|
ffi-yajl (~> 2.2)
|
|
566
568
|
ipaddress
|
|
567
569
|
mixlib-cli (>= 1.7.0)
|
|
568
|
-
mixlib-config (
|
|
569
|
-
mixlib-log (
|
|
570
|
-
mixlib-shellout (
|
|
570
|
+
mixlib-config (>= 2.0, < 4.0)
|
|
571
|
+
mixlib-log (>= 2.0.1, < 4.0)
|
|
572
|
+
mixlib-shellout (>= 2.0, < 4.0)
|
|
571
573
|
plist (~> 3.1)
|
|
572
574
|
systemu (~> 2.6.4)
|
|
573
575
|
wmi-lite (~> 1.0)
|
|
574
|
-
opscode-pushy-client (2.
|
|
576
|
+
opscode-pushy-client (2.5.6)
|
|
575
577
|
chef (>= 12.19, < 15.0)
|
|
576
578
|
ffi-rzmq
|
|
577
579
|
ohai (>= 8.23, < 15.0)
|
|
578
580
|
uuidtools
|
|
579
581
|
os (1.0.0)
|
|
580
582
|
paint (1.0.1)
|
|
581
|
-
parallel (1.
|
|
582
|
-
parser (2.6.
|
|
583
|
+
parallel (1.17.0)
|
|
584
|
+
parser (2.6.2.1)
|
|
583
585
|
ast (~> 2.4.0)
|
|
584
586
|
parslet (1.8.2)
|
|
585
587
|
pastel (0.7.2)
|
|
@@ -605,7 +607,7 @@ GEM
|
|
|
605
607
|
r18n-core (3.2.0)
|
|
606
608
|
r18n-desktop (3.2.0)
|
|
607
609
|
r18n-core (= 3.2.0)
|
|
608
|
-
rack (2.0.
|
|
610
|
+
rack (2.0.7)
|
|
609
611
|
rainbow (3.0.0)
|
|
610
612
|
rake (12.3.0)
|
|
611
613
|
rb-fsevent (0.10.3)
|
|
@@ -636,7 +638,7 @@ GEM
|
|
|
636
638
|
rspec-expectations (3.8.2)
|
|
637
639
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
638
640
|
rspec-support (~> 3.8.0)
|
|
639
|
-
rspec-its (1.
|
|
641
|
+
rspec-its (1.3.0)
|
|
640
642
|
rspec-core (>= 3.0.0)
|
|
641
643
|
rspec-expectations (>= 3.0.0)
|
|
642
644
|
rspec-mocks (3.8.0)
|
|
@@ -680,7 +682,7 @@ GEM
|
|
|
680
682
|
solve (4.0.2)
|
|
681
683
|
molinillo (~> 0.6)
|
|
682
684
|
semverse (>= 1.1, < 4.0)
|
|
683
|
-
specinfra (2.
|
|
685
|
+
specinfra (2.77.0)
|
|
684
686
|
net-scp
|
|
685
687
|
net-ssh (>= 2.7)
|
|
686
688
|
net-telnet (= 0.1.1)
|
|
@@ -690,10 +692,10 @@ GEM
|
|
|
690
692
|
stove (7.1.0)
|
|
691
693
|
chef-api (~> 0.5)
|
|
692
694
|
logify (~> 0.2)
|
|
693
|
-
strings (0.1.
|
|
694
|
-
strings-ansi (~> 0.1
|
|
695
|
-
unicode-display_width (~> 1.
|
|
696
|
-
unicode_utils (~> 1.4
|
|
695
|
+
strings (0.1.5)
|
|
696
|
+
strings-ansi (~> 0.1)
|
|
697
|
+
unicode-display_width (~> 1.5)
|
|
698
|
+
unicode_utils (~> 1.4)
|
|
697
699
|
strings-ansi (0.1.0)
|
|
698
700
|
structured_warnings (0.3.0)
|
|
699
701
|
syslog-logger (1.6.8)
|
|
@@ -718,7 +720,7 @@ GEM
|
|
|
718
720
|
toml-rb (1.1.2)
|
|
719
721
|
citrus (~> 3.0, > 3.0)
|
|
720
722
|
tomlrb (1.2.8)
|
|
721
|
-
train (1.7.
|
|
723
|
+
train (1.7.6)
|
|
722
724
|
aws-sdk (~> 2)
|
|
723
725
|
azure_graph_rbac (~> 0.16)
|
|
724
726
|
azure_mgmt_key_vault (~> 0.17)
|
|
@@ -733,11 +735,13 @@ GEM
|
|
|
733
735
|
net-ssh (>= 2.9, < 6.0)
|
|
734
736
|
winrm (~> 2.0)
|
|
735
737
|
winrm-fs (~> 1.0)
|
|
738
|
+
train-habitat (0.1.1)
|
|
739
|
+
train (>= 1.7.5, < 3.0)
|
|
736
740
|
treetop (1.6.10)
|
|
737
741
|
polyglot (~> 0.3)
|
|
738
742
|
trollop (2.9.9)
|
|
739
743
|
tty-color (0.4.3)
|
|
740
|
-
tty-cursor (0.6.
|
|
744
|
+
tty-cursor (0.6.1)
|
|
741
745
|
tty-prompt (0.18.1)
|
|
742
746
|
necromancer (~> 0.4.0)
|
|
743
747
|
pastel (~> 0.7.0)
|
|
@@ -763,10 +767,10 @@ GEM
|
|
|
763
767
|
ubuntu_ami (0.4.2)
|
|
764
768
|
unf (0.1.4)
|
|
765
769
|
unf_ext
|
|
766
|
-
unf_ext (0.0.7.
|
|
767
|
-
unf_ext (0.0.7.
|
|
768
|
-
unf_ext (0.0.7.
|
|
769
|
-
unicode-display_width (1.
|
|
770
|
+
unf_ext (0.0.7.2)
|
|
771
|
+
unf_ext (0.0.7.2-x64-mingw32)
|
|
772
|
+
unf_ext (0.0.7.2-x86-mingw32)
|
|
773
|
+
unicode-display_width (1.5.0)
|
|
770
774
|
unicode_utils (1.4.0)
|
|
771
775
|
uuidtools (2.1.5)
|
|
772
776
|
virtus (1.0.5)
|
|
@@ -775,7 +779,7 @@ GEM
|
|
|
775
779
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
|
776
780
|
equalizer (~> 0.0, >= 0.0.9)
|
|
777
781
|
win32-api (1.5.3-universal-mingw32)
|
|
778
|
-
win32-certstore (0.
|
|
782
|
+
win32-certstore (0.3.0)
|
|
779
783
|
ffi
|
|
780
784
|
mixlib-shellout
|
|
781
785
|
win32-dir (0.5.1)
|
|
@@ -792,7 +796,7 @@ GEM
|
|
|
792
796
|
win32-ipc (>= 0.6.0)
|
|
793
797
|
win32-process (0.8.3)
|
|
794
798
|
ffi (>= 1.0.0)
|
|
795
|
-
win32-service (1.
|
|
799
|
+
win32-service (2.1.2)
|
|
796
800
|
ffi
|
|
797
801
|
ffi-win32-extensions
|
|
798
802
|
win32-taskscheduler (2.0.4)
|
|
@@ -823,7 +827,7 @@ GEM
|
|
|
823
827
|
wisper (2.0.0)
|
|
824
828
|
wmi-lite (1.0.2)
|
|
825
829
|
xmlrpc (0.3.0)
|
|
826
|
-
yard (0.9.
|
|
830
|
+
yard (0.9.19)
|
|
827
831
|
|
|
828
832
|
PLATFORMS
|
|
829
833
|
ruby
|
|
@@ -835,7 +839,7 @@ DEPENDENCIES
|
|
|
835
839
|
artifactory
|
|
836
840
|
berkshelf (>= 7.0.5)
|
|
837
841
|
bundler
|
|
838
|
-
chef (= 14.
|
|
842
|
+
chef (= 14.12.3)
|
|
839
843
|
chef-apply
|
|
840
844
|
chef-dk!
|
|
841
845
|
chef-provisioning (>= 2.7.1)
|
|
@@ -863,8 +867,8 @@ DEPENDENCIES
|
|
|
863
867
|
kitchen-ec2 (>= 2.3)
|
|
864
868
|
kitchen-google (>= 2.0.0)
|
|
865
869
|
kitchen-hyperv (>= 0.5.1)
|
|
866
|
-
kitchen-inspec (>= 0
|
|
867
|
-
kitchen-vagrant (>= 1.
|
|
870
|
+
kitchen-inspec (>= 1.0)
|
|
871
|
+
kitchen-vagrant (>= 1.4)
|
|
868
872
|
knife-acl (>= 1.0.3)
|
|
869
873
|
knife-ec2 (>= 0.19.10)
|
|
870
874
|
knife-google (>= 3.3.3)
|
|
@@ -881,7 +885,7 @@ DEPENDENCIES
|
|
|
881
885
|
mixlib-versioning
|
|
882
886
|
net-ssh (>= 4.2.0)
|
|
883
887
|
nokogiri
|
|
884
|
-
ohai (
|
|
888
|
+
ohai (~> 14.0)
|
|
885
889
|
opscode-pushy-client (>= 2.4.11)
|
|
886
890
|
pry
|
|
887
891
|
pry-byebug
|
|
@@ -898,7 +902,7 @@ DEPENDENCIES
|
|
|
898
902
|
ruby-prof
|
|
899
903
|
ruby-shadow
|
|
900
904
|
stove
|
|
901
|
-
test-kitchen (>= 1.23.0)
|
|
905
|
+
test-kitchen (>= 1.23.0, < 2)
|
|
902
906
|
win32-api
|
|
903
907
|
win32-dir
|
|
904
908
|
win32-event
|
data/chef-dk.gemspec
CHANGED
|
@@ -39,8 +39,8 @@ Gem::Specification.new do |gem|
|
|
|
39
39
|
gem.test_files = gem.files.grep(%r{^spec/})
|
|
40
40
|
gem.require_paths = ["lib"]
|
|
41
41
|
|
|
42
|
-
gem.add_dependency "mixlib-cli", "
|
|
43
|
-
gem.add_dependency "mixlib-shellout", "
|
|
42
|
+
gem.add_dependency "mixlib-cli", ">= 1.7", "< 3.0"
|
|
43
|
+
gem.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
|
|
44
44
|
gem.add_dependency "ffi-yajl", ">= 1.0", "< 3.0"
|
|
45
45
|
gem.add_dependency "minitar", "~> 0.6"
|
|
46
46
|
gem.add_dependency "chef", "~> 14.0"
|
|
@@ -11,9 +11,9 @@ inspec_path = File.join(inspec_dir, "#{context.new_file_basename}_test.rb")
|
|
|
11
11
|
|
|
12
12
|
if File.directory?(File.join(cookbook_dir, 'test', 'recipes'))
|
|
13
13
|
Chef::Log.deprecation <<~EOH
|
|
14
|
-
It appears that you have
|
|
14
|
+
It appears that you have InSpec tests located at "test/recipes". This location can
|
|
15
15
|
cause issues with Foodcritic and has been deprecated in favor of "test/integration/default".
|
|
16
|
-
Please move your existing
|
|
16
|
+
Please move your existing InSpec tests to the newly created "test/integration/default"
|
|
17
17
|
directory, and update the 'inspec_tests' value in your .kitchen.yml file(s) to
|
|
18
18
|
point to "test/integration/default".
|
|
19
19
|
EOH
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# InSpec test for recipe <%= cookbook_name %>::<%= recipe_name %>
|
|
2
2
|
|
|
3
|
-
#
|
|
4
|
-
|
|
5
|
-
# The Inspec reference, with examples and extensive documentation, can be
|
|
3
|
+
# The InSpec reference, with examples and extensive documentation, can be
|
|
6
4
|
# found at http://inspec.io/docs/reference/resources/
|
|
7
5
|
|
|
8
6
|
unless os.windows?
|
data/lib/chef-dk/version.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: 3.
|
|
4
|
+
version: 3.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel DeLeo
|
|
@@ -10,36 +10,48 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-
|
|
13
|
+
date: 2019-04-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mixlib-cli
|
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
|
18
18
|
requirements:
|
|
19
|
-
- - "
|
|
19
|
+
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '1.7'
|
|
22
|
+
- - "<"
|
|
23
|
+
- !ruby/object:Gem::Version
|
|
24
|
+
version: '3.0'
|
|
22
25
|
type: :runtime
|
|
23
26
|
prerelease: false
|
|
24
27
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
28
|
requirements:
|
|
26
|
-
- - "
|
|
29
|
+
- - ">="
|
|
27
30
|
- !ruby/object:Gem::Version
|
|
28
31
|
version: '1.7'
|
|
32
|
+
- - "<"
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '3.0'
|
|
29
35
|
- !ruby/object:Gem::Dependency
|
|
30
36
|
name: mixlib-shellout
|
|
31
37
|
requirement: !ruby/object:Gem::Requirement
|
|
32
38
|
requirements:
|
|
33
|
-
- - "
|
|
39
|
+
- - ">="
|
|
34
40
|
- !ruby/object:Gem::Version
|
|
35
41
|
version: '2.0'
|
|
42
|
+
- - "<"
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
version: '4.0'
|
|
36
45
|
type: :runtime
|
|
37
46
|
prerelease: false
|
|
38
47
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
48
|
requirements:
|
|
40
|
-
- - "
|
|
49
|
+
- - ">="
|
|
41
50
|
- !ruby/object:Gem::Version
|
|
42
51
|
version: '2.0'
|
|
52
|
+
- - "<"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '4.0'
|
|
43
55
|
- !ruby/object:Gem::Dependency
|
|
44
56
|
name: ffi-yajl
|
|
45
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -636,7 +648,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
636
648
|
version: '0'
|
|
637
649
|
requirements: []
|
|
638
650
|
rubyforge_project:
|
|
639
|
-
rubygems_version: 2.7.
|
|
651
|
+
rubygems_version: 2.7.9
|
|
640
652
|
signing_key:
|
|
641
653
|
specification_version: 4
|
|
642
654
|
summary: A streamlined development and deployment workflow for Chef platform.
|