Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
[COOK-3395] Make sure to compile the version of passenger on the node…
Browse files Browse the repository at this point in the history
… attrribute

Signed-off-by: Seth Vargo <[email protected]>
  • Loading branch information
simonrobson authored and sethvargo committed Sep 10, 2013
1 parent 0164bbb commit 6b78ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
end

execute "passenger_module" do
command 'passenger-install-apache2-module --auto'
command "passenger-install-apache2-module _#{node['passenger']['version']}_ --auto"
creates node['passenger']['module_path']
end

0 comments on commit 6b78ad7

Please sign in to comment.