chef-apply 0.1.27 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +23 -22
- data/chef-apply.gemspec +1 -1
- data/i18n/en.yml +5 -4
- data/i18n/errors/en.yml +4 -4
- data/lib/chef_apply/config.rb +6 -0
- data/lib/chef_apply/version.rb +1 -1
- data/warning.txt +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78cfb13251efb35ca0a4d877a247d9cfd0713ab1f84f38c6a0c803dab2fd26bd
|
4
|
+
data.tar.gz: 5cfb2e46208a350661604ff1a6f582f667ad7c0907b8f0d9da20cd9c3fa593e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d5ad586d99a1a628f779725203c295d759fa39c45d0e7776b2fa6df2e94807494c442022afd06530b71473fe87243ae45bc318025a8c6e306699a029f80a4da
|
7
|
+
data.tar.gz: 0e574e691b8d6f0684cf6e8d6d270c72ae4f671f0f20064359a5f59843b0ef0f41c76311780feecda74f7a42fca201b781b7b6d8dc631474fbe2542e593dd855
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
chef-apply (0.
|
4
|
+
chef-apply (0.2.0)
|
5
5
|
chef (>= 14.0)
|
6
6
|
chef-dk (>= 3.0)
|
7
7
|
chef-telemetry
|
@@ -21,17 +21,17 @@ GEM
|
|
21
21
|
addressable (2.5.2)
|
22
22
|
public_suffix (>= 2.0.2, < 4.0)
|
23
23
|
ast (2.4.0)
|
24
|
-
aws-sdk (2.11.
|
25
|
-
aws-sdk-resources (= 2.11.
|
26
|
-
aws-sdk-core (2.11.
|
24
|
+
aws-sdk (2.11.150)
|
25
|
+
aws-sdk-resources (= 2.11.150)
|
26
|
+
aws-sdk-core (2.11.150)
|
27
27
|
aws-sigv4 (~> 1.0)
|
28
28
|
jmespath (~> 1.0)
|
29
|
-
aws-sdk-resources (2.11.
|
30
|
-
aws-sdk-core (= 2.11.
|
29
|
+
aws-sdk-resources (2.11.150)
|
30
|
+
aws-sdk-core (= 2.11.150)
|
31
31
|
aws-sigv4 (1.0.3)
|
32
32
|
azure_graph_rbac (0.17.0)
|
33
33
|
ms_rest_azure (~> 0.11.0)
|
34
|
-
azure_mgmt_resources (0.17.
|
34
|
+
azure_mgmt_resources (0.17.2)
|
35
35
|
ms_rest_azure (~> 0.11.0)
|
36
36
|
binding_of_caller (0.8.0)
|
37
37
|
debug_inspector (>= 0.0.1)
|
@@ -74,7 +74,7 @@ GEM
|
|
74
74
|
mixlib-config (>= 2.2.12, < 3.0)
|
75
75
|
mixlib-shellout (~> 2.0)
|
76
76
|
tomlrb (~> 1.2)
|
77
|
-
chef-dk (3.
|
77
|
+
chef-dk (3.3.23)
|
78
78
|
addressable (>= 2.3.5, < 2.6)
|
79
79
|
chef (~> 14.0)
|
80
80
|
chef-provisioning (~> 2.0)
|
@@ -139,13 +139,14 @@ GEM
|
|
139
139
|
ffi-yajl (2.3.1)
|
140
140
|
libyajl2 (~> 1.2)
|
141
141
|
fuzzyurl (0.9.0)
|
142
|
-
google-api-client (0.
|
142
|
+
google-api-client (0.23.9)
|
143
143
|
addressable (~> 2.5, >= 2.5.1)
|
144
144
|
googleauth (>= 0.5, < 0.7.0)
|
145
145
|
httpclient (>= 2.8.1, < 3.0)
|
146
146
|
mime-types (~> 3.0)
|
147
147
|
representable (~> 3.0)
|
148
148
|
retriable (>= 2.0, < 4.0)
|
149
|
+
signet (~> 0.9)
|
149
150
|
googleauth (0.6.6)
|
150
151
|
faraday (~> 0.12)
|
151
152
|
jwt (>= 1.4, < 3.0)
|
@@ -187,7 +188,7 @@ GEM
|
|
187
188
|
mime-types-data (~> 3.2015)
|
188
189
|
mime-types-data (3.2018.0812)
|
189
190
|
minitar (0.6.1)
|
190
|
-
mixlib-archive (0.4.
|
191
|
+
mixlib-archive (0.4.18)
|
191
192
|
mixlib-log
|
192
193
|
mixlib-authentication (2.1.1)
|
193
194
|
mixlib-cli (1.7.0)
|
@@ -201,7 +202,7 @@ GEM
|
|
201
202
|
mixlib-shellout (2.4.0)
|
202
203
|
mixlib-versioning (1.2.2)
|
203
204
|
molinillo (0.6.6)
|
204
|
-
ms_rest (0.7.
|
205
|
+
ms_rest (0.7.3)
|
205
206
|
concurrent-ruby (~> 1.0)
|
206
207
|
faraday (~> 0.9)
|
207
208
|
timeliness (~> 0.3)
|
@@ -222,9 +223,9 @@ GEM
|
|
222
223
|
net-ssh-multi (1.2.1)
|
223
224
|
net-ssh (>= 2.6.5)
|
224
225
|
net-ssh-gateway (>= 1.2.0)
|
225
|
-
net-telnet (0.
|
226
|
+
net-telnet (0.1.1)
|
226
227
|
nori (2.6.0)
|
227
|
-
ohai (14.
|
228
|
+
ohai (14.6.2)
|
228
229
|
chef-config (>= 12.8, < 15)
|
229
230
|
ffi (~> 1.9)
|
230
231
|
ffi-yajl (~> 2.2)
|
@@ -274,7 +275,7 @@ GEM
|
|
274
275
|
rspec-mocks (~> 3.8.0)
|
275
276
|
rspec-core (3.8.0)
|
276
277
|
rspec-support (~> 3.8.0)
|
277
|
-
rspec-expectations (3.8.
|
278
|
+
rspec-expectations (3.8.2)
|
278
279
|
diff-lcs (>= 1.2.0, < 2.0)
|
279
280
|
rspec-support (~> 3.8.0)
|
280
281
|
rspec-its (1.2.0)
|
@@ -304,7 +305,7 @@ GEM
|
|
304
305
|
rspec-its
|
305
306
|
specinfra (~> 2.72)
|
306
307
|
sfl (2.3)
|
307
|
-
signet (0.
|
308
|
+
signet (0.11.0)
|
308
309
|
addressable (~> 2.3)
|
309
310
|
faraday (~> 0.9)
|
310
311
|
jwt (>= 1.5, < 3.0)
|
@@ -317,10 +318,10 @@ GEM
|
|
317
318
|
solve (4.0.0)
|
318
319
|
molinillo (~> 0.6)
|
319
320
|
semverse (>= 1.1, < 3.0)
|
320
|
-
specinfra (2.76.
|
321
|
+
specinfra (2.76.2)
|
321
322
|
net-scp
|
322
323
|
net-ssh (>= 2.7)
|
323
|
-
net-telnet
|
324
|
+
net-telnet (= 0.1.1)
|
324
325
|
sfl
|
325
326
|
syslog-logger (1.6.8)
|
326
327
|
systemu (2.6.5)
|
@@ -329,13 +330,13 @@ GEM
|
|
329
330
|
toml-rb (1.1.2)
|
330
331
|
citrus (~> 3.0, > 3.0)
|
331
332
|
tomlrb (1.2.7)
|
332
|
-
train (1.
|
333
|
+
train (1.5.0)
|
333
334
|
aws-sdk (~> 2)
|
334
335
|
azure_graph_rbac (~> 0.16)
|
335
336
|
azure_mgmt_resources (~> 0.15)
|
336
337
|
docker-api (~> 1.26)
|
337
|
-
google-api-client (~> 0.
|
338
|
-
googleauth (~> 0.6.
|
338
|
+
google-api-client (~> 0.23.9)
|
339
|
+
googleauth (~> 0.6.6)
|
339
340
|
inifile
|
340
341
|
json (>= 1.8, < 3.0)
|
341
342
|
mixlib-shellout (~> 2.0)
|
@@ -353,7 +354,7 @@ GEM
|
|
353
354
|
unf_ext (0.0.7.5)
|
354
355
|
unicode-display_width (1.4.0)
|
355
356
|
uuidtools (2.1.5)
|
356
|
-
winrm (2.
|
357
|
+
winrm (2.3.0)
|
357
358
|
builder (>= 2.1.2)
|
358
359
|
erubis (~> 2.7)
|
359
360
|
gssapi (~> 1.2)
|
@@ -365,7 +366,7 @@ GEM
|
|
365
366
|
winrm-elevated (1.1.0)
|
366
367
|
winrm (~> 2.0)
|
367
368
|
winrm-fs (~> 1.0)
|
368
|
-
winrm-fs (1.3.
|
369
|
+
winrm-fs (1.3.1)
|
369
370
|
erubis (~> 2.7)
|
370
371
|
logging (>= 1.6.1, < 3.0)
|
371
372
|
rubyzip (~> 1.1)
|
data/chef-apply.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.name = "chef-apply"
|
24
24
|
spec.version = ChefApply::VERSION
|
25
25
|
spec.authors = ["Chef Software, Inc"]
|
26
|
-
spec.email = ["
|
26
|
+
spec.email = ["workstation@chef.io"]
|
27
27
|
|
28
28
|
spec.summary = "The ad-hoc execution tool for the Chef ecosystem."
|
29
29
|
spec.description = "Ad-hoc management of individual nodes and devices."
|
data/i18n/en.yml
CHANGED
@@ -18,8 +18,8 @@
|
|
18
18
|
cli:
|
19
19
|
telemetry_enabled: |
|
20
20
|
Telemetry has been enabled by default for this beta release
|
21
|
-
of
|
22
|
-
determine how we can impove your
|
21
|
+
of chef-run. The anonymous data we gather is used to
|
22
|
+
determine how we can impove your chef-run experience.
|
23
23
|
|
24
24
|
To disable it, add the following entry to
|
25
25
|
%1:
|
@@ -28,7 +28,8 @@ cli:
|
|
28
28
|
enable=false
|
29
29
|
|
30
30
|
For more information about what we data gather and additional opt-out
|
31
|
-
options,
|
31
|
+
options, visit https://chef.sh/docs/chef-workstation/privacy/
|
32
|
+
|
32
33
|
description: |
|
33
34
|
Chef Run is a tool to execute ad-hoc tasks using Chef.
|
34
35
|
creating_config: "Creating config file in %1."
|
@@ -147,7 +148,7 @@ cli:
|
|
147
148
|
%1
|
148
149
|
|
149
150
|
Please verify that the configuration file is correct. If the
|
150
|
-
problem continues, contact
|
151
|
+
problem continues, contact workstation@chef.io for further assistance.
|
151
152
|
|
152
153
|
unsupported_installation: |
|
153
154
|
|
data/i18n/errors/en.yml
CHANGED
@@ -435,7 +435,7 @@ errors:
|
|
435
435
|
footer:
|
436
436
|
both: |
|
437
437
|
If you are not able to resolve this issue, please contact Chef support
|
438
|
-
at
|
438
|
+
at workstation@chef.io and include the log file and stack trace from the
|
439
439
|
locations below:
|
440
440
|
|
441
441
|
%1
|
@@ -443,14 +443,14 @@ errors:
|
|
443
443
|
|
444
444
|
log_only: |
|
445
445
|
If you are not able to resolve this issue, please contact Chef support
|
446
|
-
at
|
446
|
+
at workstation@chef.io and include the log file from the location below:
|
447
447
|
%1
|
448
448
|
|
449
449
|
stack_only: |
|
450
450
|
If you are not able to resolve this issue, please contact Chef support
|
451
|
-
at
|
451
|
+
at workstation@chef.io and include the stack trace from the location below:
|
452
452
|
%1
|
453
453
|
|
454
454
|
neither: |
|
455
455
|
If you are not able to resolve this issue, please contact Chef support
|
456
|
-
at
|
456
|
+
at workstation@chef.io
|
data/lib/chef_apply/config.rb
CHANGED
data/lib/chef_apply/version.rb
CHANGED
data/warning.txt
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-apply
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chef Software, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-cli
|
@@ -306,7 +306,7 @@ dependencies:
|
|
306
306
|
version: '0'
|
307
307
|
description: Ad-hoc management of individual nodes and devices.
|
308
308
|
email:
|
309
|
-
-
|
309
|
+
- workstation@chef.io
|
310
310
|
executables:
|
311
311
|
- chef-run
|
312
312
|
extensions: []
|
@@ -401,7 +401,7 @@ metadata: {}
|
|
401
401
|
post_install_message: |
|
402
402
|
Chef Apply is not meant to be installed as a gem. It is meant to be installed
|
403
403
|
as part of the Chef Workstation omnibus package. Please download and install
|
404
|
-
that from https://downloads.chef.io/chef-
|
404
|
+
that from https://downloads.chef.io/chef-workstation/
|
405
405
|
rdoc_options: []
|
406
406
|
require_paths:
|
407
407
|
- lib
|