I am trying to instal varnish on a cache server. My following stack with be...
HA Proxy Servers ----> Cache (Varnish) Servers ----> Nginx + Unicorn Servers
I have been able to correctly setup all the config files for HAProxy and Varnish to move traffic along the pipeline. However I get an error when try to bootstrap my cache servers.
** ERROR: While executing gem ... (Gem::DependencyError)
** Unable to resolve dependencies: rubber requires net-ssh (~> 2.4.0); fog requires net-ssh (>= 2.1.3); capistrano requires net-ssh (>= 2.0.14); net-ssh-gateway requires net-ssh (>= 2.6.4); net-scp requires net-ssh (>= 2.6.4); net-sftp requires net-ssh (>= 2.6.4)
** /tmp/gem_helper:32:in `block in <main>'
** : Unable to install versioned gem rubber:2.1.2 (RuntimeError
** )
** from /tmp/gem_helper:30:in `each'
** from /tmp/gem_helper:30:in `<main>'
I can't seem to figure out why this is happening. Any help would be great. Thanks