airbnb / smartstack-cookbook

The chef recipes for running and testing Airbnb's SmartStack
MIT License
245 stars 45 forks source link

New version of Bundler (1.12.0) prevents Synapse / Nerve install #20

Open ianbamforth opened 8 years ago

ianbamforth commented 8 years ago

Running the installer as a user e.g. jenkins, which attempts to install synapse / nerve as smartstack, bundler 1.12.0 attempts to store .bundle in /home/jenkins/.bundle/... which fails. Looks like it uses $HOME, and as smartstack has no home the $HOME variable from the calling user is used.

May need to give smartstack a home, or override the HOME var, or limit bundler to 1.11.2?