Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping passenger version doesn't recalculate attributes #9

Open
jaylevitt opened this issue Aug 2, 2012 · 0 comments
Open

Bumping passenger version doesn't recalculate attributes #9

jaylevitt opened this issue Aug 2, 2012 · 0 comments

Comments

@jaylevitt
Copy link

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant