vagrant-orchestrate 0.4.3 → 0.4.4

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: e4165784cbed3dcb44b5081e654fccf8d5b1fcc2
4
- data.tar.gz: eccf39254661205c112c588d47033416d40dbf17
3
+ metadata.gz: 78b53c22041cf75879eb50157663aa080d182eca
4
+ data.tar.gz: aba33c1130ae51df6a07442d8092f36015abe70c
5
5
  SHA512:
6
- metadata.gz: a2777ece75c8f6465454412d4c246f60046787e3640c8acdea278aede4632997dc3dcfddcca7f4484949a8ee68cecfe2ca180192494d130cc92c9ffc2d873372
7
- data.tar.gz: 8d962ef7c4c812b329201c7db3443738b0ba8dabcfd106c56f2db5f5d135833b6597b28c5e275f0511b5e16e6ec387ada74bc0987307bb230702c22b1bc52f07
6
+ metadata.gz: 85c87a908bf10de5118b83c345c9594cdc6256a81b9f274c56c3b0486b91ee6c74461b02b7eac10e4d3b24b2d80fee546ab6070825ecf030f5359d7e7f6e30ee
7
+ data.tar.gz: cc27e6a90bc389703f5a7784e08a6704fc2a9d55a78558ee8c3f8503fb70d7af2d2b92751adff1db7ce842e6dbb2c720abf3b46fbbf516078a48f54a3bbf2ea9
@@ -113,9 +113,9 @@ module VagrantPlugins
113
113
  batchify(machines, :up, options)
114
114
  batchify(machines, :provision, options)
115
115
  batchify(machines, :reload, options) if options[:reboot]
116
+ ensure
116
117
  batchify(machines, :destroy, options)
117
118
  @logger.debug("Finished orchestrating push to group number #{index + 1} of #{groups.size}.")
118
- ensure
119
119
  ENV.delete "VAGRANT_ORCHESTRATE_COMMAND"
120
120
  end
121
121
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Orchestrate
3
- VERSION = "0.4.3"
3
+ VERSION = "0.4.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-orchestrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Baldauf