X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ceef1ce352d360a90b6b2d672f9b7d424d866e25..c4817c654797638bf16b54f4f9b69ed3715625cb:/cookbooks/chef/recipes/server.rb diff --git a/cookbooks/chef/recipes/server.rb b/cookbooks/chef/recipes/server.rb index ac6f0d95e..8edf4e559 100644 --- a/cookbooks/chef/recipes/server.rb +++ b/cookbooks/chef/recipes/server.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" # chef_package = "chef-server-core_#{node[:chef][:server][:version]}_amd64.deb" # @@ -78,6 +78,11 @@ end apache_module "alias" apache_module "proxy_http" +ssl_certificate "chef.openstreetmap.org" do + domains ["chef.openstreetmap.org", "chef.osm.org"] + notifies :reload, "service[apache2]" +end + apache_site "chef.openstreetmap.org" do template "apache.erb" end