You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first installed rvm_passenger, it chose passenger 3.0.8. I changed my recipe to explicitly set 3.0.14, but /etc/apache2/mods-enabled/passenger.conf and passenger.load are still pointing at 3.0.8.
I think that's because the not_if guards around root_path and module_path cause them to be set only on the first run. I'd contribute a fix but I don't know the idiomatic chef way to calculate these values only when needed (I presume you don't want to set them every time, as that'd be a useless round trip to the server?)
The text was updated successfully, but these errors were encountered:
When I first installed
rvm_passenger
, it chose passenger 3.0.8. I changed my recipe to explicitly set 3.0.14, but/etc/apache2/mods-enabled/passenger.conf
andpassenger.load
are still pointing at 3.0.8.I think that's because the
not_if
guards aroundroot_path
andmodule_path
cause them to be set only on the first run. I'd contribute a fix but I don't know the idiomatic chef way to calculate these values only when needed (I presume you don't want to set them every time, as that'd be a useless round trip to the server?)The text was updated successfully, but these errors were encountered: