vagrant-helpers 1.0.0 → 1.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/vagrant-helpers.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd81617a53e41a08e2c32ac78d038fbad119efe8
4
- data.tar.gz: 7099e2f502c6ecd129c97403ebfc787ce59264c2
3
+ metadata.gz: 5961b4e5e2a9fa44923275dcabcb9a14644642e0
4
+ data.tar.gz: b15c5de524ec6c29082aecf8039cf13d32c05bc4
5
5
  SHA512:
6
- metadata.gz: caf8cfba03e3554eeb40fcd73ee9aa4d5f6ef8b4b2fb58e9fb92d81146c669e02c2be8a7d517bd11f3e9b382dee80326cadcb7e40f8231455c52b971fb05a282
7
- data.tar.gz: 09bd98544dd64a28f02917eefe8b225a2a4201dd01bf395c1970b5cee4afecf06fc769480ce07ffaeef90a91215b16d42466b4a96c6c1933072682e76dd2bb5c
6
+ metadata.gz: 0535a2dae7032f2f226d95ff0d498d1d7f75cefb8a7c142aad161ef37a672fcb736c1930b720aee6be2b5de780544cb92eca5d02eed2dc9f160ed44fc6e055ac
7
+ data.tar.gz: 6c3f3280be4cd079581455b29c99979a520196152be610764f81c4070343777135f30f97cc20e51b0e32dae9b092ed230b5adb87c3f47617f12e25b263dce897
@@ -136,7 +136,7 @@ module VagrantPlugins
136
136
  'storageattach',
137
137
  :id,
138
138
  '--storagectl',
139
- 'SATAController',
139
+ entry['controller'] || 'SATA',
140
140
  '--port',
141
141
  ndx + 1,
142
142
  '--device',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Pyatkin