vagrant-mos 0.9.30 → 0.9.31
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-mos/action/package_instance.rb +1 -1
- data/lib/vagrant-mos/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: 93ab9fd68b5306a6f3a166b806149ce4cd78c10f
|
|
4
|
+
data.tar.gz: cb34d332c1407496841814b049ca4d98e36a3f1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23bb577d084db0e0542da86bbb880d3563c495785b5745db880ff0c2a9bfdb2841956fcfe1d03a9fccd2cff3b8fc9e1ec5a0492827de275b3c6ddc083e23a86f
|
|
7
|
+
data.tar.gz: cf11b66202bf4563e1378ac24450b44218d88e4897a4c943970e110c4689f2277efe8f55d573a2eb8ec0d5e0af0d2457c78c83e349f876556080c797355ecfe9
|
|
@@ -69,7 +69,7 @@ module VagrantPlugins
|
|
|
69
69
|
|
|
70
70
|
# Check the status of the template every 2 seconds until the ami burn timeout has been reached
|
|
71
71
|
begin
|
|
72
|
-
retryable(:on => Errors::
|
|
72
|
+
retryable(:on => Errors::InstancePackageTimeout, :tries => tries) do
|
|
73
73
|
# If we're interrupted don't worry about waiting
|
|
74
74
|
next if env[:interrupted]
|
|
75
75
|
|
data/lib/vagrant-mos/version.rb
CHANGED