Skip to content

Instantly share code, notes, and snippets.

@ol0lll
Created June 14, 2016 09:03
Show Gist options
  • Save ol0lll/2822039f0492ee3ddddd45d3b9965ce7 to your computer and use it in GitHub Desktop.
Save ol0lll/2822039f0492ee3ddddd45d3b9965ce7 to your computer and use it in GitHub Desktop.
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