X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa6ed4fa1659e66d6e432fc8352089a2ae62ad6d..204605749875101d3316aa94917d0a4b6c055fb3:/cookbooks/stats/recipes/default.rb diff --git a/cookbooks/stats/recipes/default.rb b/cookbooks/stats/recipes/default.rb index 3f0303d2e..323b67f89 100644 --- a/cookbooks/stats/recipes/default.rb +++ b/cookbooks/stats/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -include_recipe "apache::ssl" +include_recipe "apache" package "awstats" package "libgeo-ipfree-perl" @@ -75,7 +75,6 @@ end ssl_certificate "stats.openstreetmap.org" do domains ["stats.openstreetmap.org", "stats.osm.org"] - fallback_certificate "openstreetmap" notifies :reload, "service[apache2]" end