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

Commit

Permalink
Merge pull request sous-chefs#15 from opscode-cookbooks/jhs/COOK-2750
Browse files Browse the repository at this point in the history
COOK-2750 enable passenger apache module in mod_rails recipe
  • Loading branch information
Joshua Timberman committed May 16, 2013
2 parents 5aed9c1 + ae9fbbb commit ee6fa0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@
if(node['passenger']['manage_module_conf'])
include_recipe 'passenger_apache2::mod_rails'
end

apache_module 'passenger' do
module_path node['passenger']['module_path']
end
4 changes: 4 additions & 0 deletions recipes/mod_rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@
group 'root'
mode 0644
end

apache_module 'passenger' do
module_path node['passenger']['module_path']
end

0 comments on commit ee6fa0f

Please sign in to comment.