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 +4 -4
- data/lib/vagrant-mcs/action.rb +2 -1
- data/lib/vagrant-mcs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4f1886a8df538d89120ee19076b4d5422ad7aaa
|
|
4
|
+
data.tar.gz: daaf12e8864d498992a3bc264cdf1729c293e54f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8b5a557cbf81485b7d6d25caa11f84b1a94603da8fde724fcef0363b0f0f21a1cab91181adc29a48e163442d468d31c2d401c76fc3aead11cb11e0cbc06c0ec
|
|
7
|
+
data.tar.gz: 8953565233f29a5052457706724ddf191123eea6a1205e096eed912d68cd0058a2a168ab7602f489672aaab0f19b7e0036d50f054afc370958c34b53336dbf15
|
data/lib/vagrant-mcs/action.rb
CHANGED
|
@@ -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
|
data/lib/vagrant-mcs/version.rb
CHANGED