X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0d9c8fe196af7428be06e2c5495b65d8506f4ab3..c4817c654797638bf16b54f4f9b69ed3715625cb:/cookbooks/planet/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/planet/recipes/default.rb b/cookbooks/planet/recipes/default.rb index 044a88bf8..33c01751b 100644 --- a/cookbooks/planet/recipes/default.rb +++ b/cookbooks/planet/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" package "perl" package "pbzip2" @@ -93,7 +93,6 @@ apache_module "proxy_http" ssl_certificate "planet.openstreetmap.org" do domains ["planet.openstreetmap.org", "planet.osm.org"] - fallback_certificate "openstreetmap" notifies :reload, "service[apache2]" end