lib/vagrant-skytap/action.rb in vagrant-skytap-0.2.4 vs lib/vagrant-skytap/action.rb in vagrant-skytap-0.2.5
- old
+ new
@@ -141,10 +141,9 @@
# resulting state is expected to be put into the `:machine_state_id`
# key.
def self.action_read_state
Vagrant::Action::Builder.new.tap do |b|
b.use action_fetch_environment
- #TODO:NLA Can this whole action be removed?
b.use ReadState
end
end
# This action is called to SSH into the machine.