kitchen-vagrant 2.1.2 → 2.1.3
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 +2 -2
- 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: dacf84b53e50807b2391c69d3ae7f903965dde4ba59630d8074079ef90df5fc0
|
4
|
+
data.tar.gz: d1858fb64df4930c100a6866cd92417419d230720f6a335857237ea719bc8aac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3030c84bcf25c246c201cb851beded8c826ec25a6d54c4b37f63ae50f3099d58fc03a0cabeda3f761b3e7041bba12db9dadb8556f3a5c8a8b4b4f44801f78292
|
7
|
+
data.tar.gz: c1e1b21e07c471ff3a8c963b9d98c66797904f69ab40a115520d8bc53facb220b3e8a0ed27d55c0aff2ff4c65b5f4bd2a25fb785cf4c1ed3a2925cd449c98de3
|
@@ -243,7 +243,7 @@ module Kitchen
|
|
243
243
|
# box
|
244
244
|
# @api private
|
245
245
|
def bento_box?(name)
|
246
|
-
name =~ /^(centos|debian|fedora|freebsd|opensuse|ubuntu|oracle|hardenedbsd|amazonlinux|almalinux|rockylinux|springdalelinux)-/
|
246
|
+
name =~ /^(centos|debian|fedora|freebsd|opensuse|ubuntu|oracle|oraclelinux|hardenedbsd|amazonlinux|almalinux|rockylinux|springdalelinux)-/
|
247
247
|
end
|
248
248
|
|
249
249
|
# Returns whether or not the we expect the box to work with shared folders
|
@@ -254,7 +254,7 @@ module Kitchen
|
|
254
254
|
def safe_share?(box)
|
255
255
|
return false if /(hyperv|libvirt|qemu|utm)/.match?(config[:provider])
|
256
256
|
|
257
|
-
box =~ %r{^bento/(centos|debian|fedora|opensuse|ubuntu|oracle|amazonlinux|almalinux|rockylinux|springdalelinux)-}
|
257
|
+
box =~ %r{^bento/(centos|debian|fedora|opensuse|ubuntu|oracle|oraclelinux|amazonlinux|almalinux|rockylinux|springdalelinux)-}
|
258
258
|
end
|
259
259
|
|
260
260
|
# Return true if we found the criteria to enable the cache_directory
|
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: 2.1.
|
4
|
+
version: 2.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fletcher Nichol
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-kitchen
|