-
Notifications
You must be signed in to change notification settings - Fork 47
How to install with the Passenger module? #6
Comments
I fixed it for myself with this commit. Now, homebrew doesn't ignore
Now, I just need to get the passenger gem installed appropriately before installing nginx. |
NOTE: The above commit adds the check for |
Any luck getting your nginx brew and your passenger gem to play nice? I am running into the following error |
Unfortunately, no. I'm not sure how to specify which |
FYI our solution, a little hacky but seems to work nicely, I tried to make it alway work on a clean machine and after the passenger-version was changed
|
@grosser thanks for sharing your solution, though there are some troubles with it:
|
Thx, fixed it, have to strip our own version of all the other stuff we have going on :) |
Going to close this for now as there hasn't been any activity here recently. Please feel free to re-open if it's still an issue. |
Sorry, didn't mean to close this one. |
FYI updated to work with newer puppet-ruby ... would be great to get that in as nginx::passenger or so to make this less weird ... not sure if anyone got this working without these hacks (and having a global ruby that is not system ruby) |
In the nginx formula, there is an option for installing the Passenger module. It requires passing an argument
--with-passenger
. How does one pass an argument with Puppet/Boxen?The text was updated successfully, but these errors were encountered: