vagrant-mcs 0.8.29 → 0.8.30

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bc8321641fcba8374e5fc67dab67122f9f3af51
4
- data.tar.gz: c7d5aa7beaa2f85fb821672961a6d654f3c2c22b
3
+ metadata.gz: e4f1886a8df538d89120ee19076b4d5422ad7aaa
4
+ data.tar.gz: daaf12e8864d498992a3bc264cdf1729c293e54f
5
5
  SHA512:
6
- metadata.gz: 2efe8430f98466ac8092d54ce543f34c9ee5355766d7e19ac746503dc1752f548f44a2540d413ff4d6b3c6f7defe80c481650b3e1f8dbc5fba9323cee3af8588
7
- data.tar.gz: df2a95efaaf7b69a3e03aa2959a79d9af4d9269b26f85e2aa552ad90cc5977d299fa640b8fcfc49fd094236e19d5c60ba26245b36828aad7bae75186d9c5246c
6
+ metadata.gz: e8b5a557cbf81485b7d6d25caa11f84b1a94603da8fde724fcef0363b0f0f21a1cab91181adc29a48e163442d468d31c2d401c76fc3aead11cb11e0cbc06c0ec
7
+ data.tar.gz: 8953565233f29a5052457706724ddf191123eea6a1205e096eed912d68cd0058a2a168ab7602f489672aaab0f19b7e0036d50f054afc370958c34b53336dbf15
@@ -176,7 +176,8 @@ module VagrantPlugins
176
176
  b2.use action_halt
177
177
  b2.use Call, WaitForState, :stopped, 120 do |env2, b3|
178
178
  if env2[:result]
179
- b3.use action_up
179
+ #b3.use action_up
180
+ b3.use StartInstance
180
181
  else
181
182
  # TODO we couldn't reach :stopped, what now?
182
183
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.8.29'
3
+ VERSION = '0.8.30'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.29
4
+ version: 0.8.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangchangsheng