Skip to content

Commit

Permalink
Merge pull request #279 from roylindauer/COOK-4553
Browse files Browse the repository at this point in the history
mod_ssl recipe no longer removes yum installed ssl.conf
  • Loading branch information
svanzoest authored Nov 6, 2016
2 parents 210917e + b140e64 commit 82e67ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes/mod_ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
not_if { platform_family?('suse') }
end

file "#{node['apache']['dir']}/conf.d/ssl.conf" do
action :delete
backup false
end
r = resources(:file => "#{node['apache']['dir']}/conf.d/ssl.conf")
r.content "# SSL Conf is under mods-enabled/ssl.conf\n"
end

template 'ssl_ports.conf' do
Expand Down

0 comments on commit 82e67ce

Please sign in to comment.