X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/92837c0f85ab30e0793bfb1010cfc126ce6d3dde..c4817c654797638bf16b54f4f9b69ed3715625cb:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index d9bcaba1b..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" @@ -43,7 +45,7 @@ template "/etc/apache2/ports.conf" do source "ports.conf.erb" owner "root" group "root" - mode 0644 + mode 0o644 end service "apache2" do @@ -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"