Created
June 14, 2016 09:03
-
-
Save ol0lll/2822039f0492ee3ddddd45d3b9965ce7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
retryable(on: Vagrant::Errors::LinuxNFSMountFailed, tries: 8, sleep: 3) do | |
commands.each do |command| | |
comm.sudo(command, error_class: Vagrant::Errors::LinuxNFSMountFailed) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment