fnichol / chef-rvm_passenger

Chef cookbook which installs the Passenger gem via RVM and configures Apache or nginx.
http://fnichol.github.com/chef-rvm_passenger/
32 stars 59 forks source link

Fix issues compiling nginx and passenger module #8

Closed brodock closed 12 years ago

brodock commented 12 years ago

This pull request resolves issue #6

brodock commented 12 years ago

I've appended 9aacf5c that basically gives me a more user friendly message whether a connection issue occurs while trying to identify the current passenger gem version. This shouldn't occur on production, but can easily occur inside a Vagrant container, as it sometimes loose routing while you change your connection source (wireless, wired, etc).

fnichol commented 12 years ago

@brodock @sutto Thank you both!