X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7dbac3592f79206cde96fe602cee8c54311d7ea5..9e3a3968e0a49920a232572d8d835b1e065b96ad:/cookbooks/dev/recipes/default.rb diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 35efa45f7..bdcec265a 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -111,6 +111,11 @@ file "/etc/apache2/conf.d/phppgadmin" do action :delete end +ssl_certificate "phppgadmin.dev.openstreetmap.org" do + domains "phppgadmin.dev.openstreetmap.org" + notifies :reload, "service[apache2]" +end + apache_site "phppgadmin.dev.openstreetmap.org" do template "apache.phppgadmin.erb" end