lib/vagrant-vmpooler/action.rb in vagrant-vmpooler-0.1.5 vs lib/vagrant-vmpooler/action.rb in vagrant-vmpooler-0.1.6

- old
+ new

@@ -87,10 +87,11 @@ b.use Call, IsCreated do |env, b1| unless env[:result] b1.use action_prepare_boot b1.use CreateServer b1.use SetupRsync + b1.use DisableTty else b1.use action_resume end end end @@ -205,8 +206,9 @@ autoload :SuspendServer, action_root.join("suspend_server") autoload :SyncFolders, action_root.join("sync_folders") autoload :TakeSnapshot, action_root.join("take_snapshot") autoload :WaitForState, action_root.join("wait_for_state") autoload :SetupRsync, action_root.join("setup_rsync") + autoload :DisableTty, action_root.join("disable_tty") end end end