vagrant-persistent-storage 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae11dde0a9a20e45403492d7f1d6de44699b5717
4
- data.tar.gz: a9c1efd12626619b7a84c475d1cfbf6796ed68a5
3
+ metadata.gz: 8edd6f702d70d9061ccb62d21f84441cc3a7e370
4
+ data.tar.gz: 41083568ed74775973783902fc5111807ed4473d
5
5
  SHA512:
6
- metadata.gz: c7f5469c5e5c6c610072f94dbe5f89aa757cc4ed098cfce20704de38235a2b2aa9bef6befbce14874da285bb892b9733b1388a570b3a58caff4fc7cfbed80e87
7
- data.tar.gz: 416335aee9c1e5e6b42cb5783e77d98388ea64ebcb1d46a6319e1853bb39c88e3592a05bcdf400fa3c5dc16be097ef4d22f325b0b162ac112694e5fe5fcff352
6
+ metadata.gz: 7054e1aaaf9006010d3e8e073f5c0b97f2bb924931860ea02b8559d161fbdcdc8ba11709aa165d89f32e860259decfd5a1b1b2b009c47abb312b3fe5fc58199c
7
+ data.tar.gz: 65fdf68a5b704268d6ba24433bccabbcdf0760d173dfeb7f01c14eecc73ddecea33d27fb65bdc27f6244583f397f2ac4aa2662c16d54c8c14d52c5d78458d98c
@@ -29,7 +29,7 @@ module VagrantPlugins
29
29
  location_realpath = File.expand_path(location)
30
30
 
31
31
  if controller_name.start_with?("IDE")
32
- execute("storageattach", @uuid, "--storagectl", get_controller_name, "--port", "4", "--device", "0", "--type", "hdd", "--medium", "#{location_realpath}")
32
+ execute("storageattach", @uuid, "--storagectl", get_controller_name, "--port", "2", "--device", "0", "--type", "hdd", "--medium", "#{location_realpath}")
33
33
  elsif controller_name.start_with?("SCSI")
34
34
  execute("storageattach", @uuid, "--storagectl", get_controller_name, "--port", "15", "--device", "0", "--type", "hdd", "--medium", "#{location_realpath}")
35
35
  else
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PersistentStorage
3
- VERSION = "0.0.22"
3
+ VERSION = "0.0.23"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-persistent-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Kusnier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-30 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake