X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/591c252f356e4f6d2f4e9ac08a199782ae05bc7c..c4817c654797638bf16b54f4f9b69ed3715625cb:/cookbooks/gps-tile/recipes/default.rb diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 593e69ad1..ed60f1fd7 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" package "make" package "build-essential" @@ -112,7 +112,6 @@ ssl_certificate "gps-tile.openstreetmap.org" do "gps-a.tile.openstreetmap.org", "gps-b.tile.openstreetmap.org", "gps-c.tile.openstreetmap.org"] - fallback_certificate "tile.openstreetmap" notifies :reload, "service[apache2]" end