lib/vagrant-vcenter/action.rb in vagrant-vcenter-0.0.2.pre.dev vs lib/vagrant-vcenter/action.rb in vagrant-vcenter-0.1.0
- old
+ new
@@ -177,10 +177,9 @@
b.use InventoryCheck
b.use Call, IsCreated do |env, b2|
b2.use BuildVM unless env[:result]
end
b.use action_start
- b.use DisconnectvCenter
end
end
# The autoload farm
action_root = Pathname.new(File.expand_path('../action', __FILE__))