X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/74d900a73345c80ef4205d1d4c0a3e1b674dad4d..66c8810de3626826ca758bf47b0def637254c97c:/cookbooks/trac/recipes/default.rb diff --git a/cookbooks/trac/recipes/default.rb b/cookbooks/trac/recipes/default.rb index 551f28e71..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" @@ -73,7 +73,6 @@ apache_module "wsgi" ssl_certificate "trac.openstreetmap.org" do domains "trac.openstreetmap.org" - fallback_certificate "openstreetmap" notifies :reload, "service[apache2]" end