Fabian Ruff

Results 34 comments of Fabian Ruff

I'm not a fan of built-in retries, I'm not convinced they help in more cases then they do extra useless work and introduce latency. In my experience intermittent network errors...

A simple solution that works for me is the following `definition` ``` ruby define :chruby_gem, :action => :install do gem_package "chruby #{params[:ruby]}: #{params[:name]}" do package_name params[:name] gem_binary "/opt/rubies/#{params[:ruby]}/bin/gem" version params[:version]...

FYI: I created a small service to solve this issue for our concourse deployment: https://github.com/sapcc/webhook-broadcaster

I submitted a fix for this: https://github.com/mitchellh/vagrant-aws/pull/67 As all rsync implmentations on windows I know of are based on cygwin I think its safe to convert the homepath to the...