Merge pull request #9065 from briancain/catch-epipes

Add Errno::EPIPE exception to ssh communicator
This commit is contained in:
Brian Cain 2017-10-23 08:44:09 -07:00 committed by GitHub
commit af125f01e4
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ module VagrantPlugins
Errno::ECONNRESET,
Errno::ENETUNREACH,
Errno::EHOSTUNREACH,
Errno::EPIPE,
Net::SSH::Disconnect,
Timeout::Error
]