kitchen-vagrant 1.10.0 → 1.11.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/lib/kitchen/driver/vagrant.rb +3 -0
- data/lib/kitchen/driver/vagrant_version.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: cfa0651cdecc96a2c4682b5848bab3411bb6c30caa646ba9495e68e587ea7e36
|
|
4
|
+
data.tar.gz: 62ff35c757a77b61ea69ec1faa47f53331b24cc569f2fcf71957e83d6729d8e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0160d8e61fbd57ecf8b4258471425df31b978c8c335fa276ce491ece48e730c25a7e53f546ae7017624952b97217d1aca15fa8e56c780243cb8f0ca3690e84c
|
|
7
|
+
data.tar.gz: 3bb3f9f27f4115e2efcb353b65dd1f62935065004a11dd67fb4a0a2b298b597a16155d92e8e9f8c8ae7833b5c4a3dea315339cb9bce2f4d68dd8fb997d36851e
|
|
@@ -78,6 +78,8 @@ module Kitchen
|
|
|
78
78
|
|
|
79
79
|
default_config :synced_folders, []
|
|
80
80
|
|
|
81
|
+
default_config :use_cached_chef_client, false
|
|
82
|
+
|
|
81
83
|
default_config :vagrant_binary, "vagrant"
|
|
82
84
|
|
|
83
85
|
default_config :vagrantfile_erb,
|
|
@@ -264,6 +266,7 @@ module Kitchen
|
|
|
264
266
|
def enable_cache?
|
|
265
267
|
return false unless config[:cache_directory]
|
|
266
268
|
return true if safe_share?(config[:box])
|
|
269
|
+
return true if config[:use_cached_chef_client]
|
|
267
270
|
|
|
268
271
|
# Otherwise
|
|
269
272
|
false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-vagrant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fletcher Nichol
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|