Skip to content

Commit

Permalink
delete conf.d files for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Oct 10, 2012
1 parent 4929f01 commit f0c712c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/mod_perl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@

end

file "#{node['apache']['dir']}/conf.d/perl.conf" do
action :delete
backup false
end

apache_module "perl"
5 changes: 5 additions & 0 deletions recipes/mod_wsgi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@

end

file "#{node['apache']['dir']}/conf.d/wsgi.conf" do
action :delete
backup false
end

apache_module "wsgi"
5 changes: 5 additions & 0 deletions recipes/mod_xsendfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@

end

file "#{node['apache']['dir']}/conf.d/xsendfile.conf" do
action :delete
backup false
end

apache_module "xsendfile"

0 comments on commit f0c712c

Please sign in to comment.