X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/baac726bf3bd010dbbd26557b66c12dea53f7e97..32a423888e0d6b5254c55e4faf418b31749dc69e:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index a24ea18f2..72af9140b 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -17,6 +17,8 @@ # limitations under the License. # +include_recipe "ssl" + package "apache2" package "libwww-perl" @@ -69,6 +71,12 @@ apache_module "reqtimeout" do action [:disable] end +apache_module "ssl" + +apache_conf "ssl" do + template "ssl.erb" +end + munin_plugin "apache_accesses" munin_plugin "apache_processes" munin_plugin "apache_volume"