X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..66c8810de3626826ca758bf47b0def637254c97c:/cookbooks/trac/recipes/default.rb diff --git a/cookbooks/trac/recipes/default.rb b/cookbooks/trac/recipes/default.rb index 6d42cb3a7..b149a5751 100644 --- a/cookbooks/trac/recipes/default.rb +++ b/cookbooks/trac/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" package "trac" package "trac-git" @@ -71,6 +71,11 @@ end apache_module "wsgi" +ssl_certificate "trac.openstreetmap.org" do + domains "trac.openstreetmap.org" + notifies :reload, "service[apache2]" +end + apache_site site_name do template "apache.erb" directory site_directory