X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa6ed4fa1659e66d6e432fc8352089a2ae62ad6d..144c6c69cc3ac0ae376ec71c202e6fb6e07f5cda:/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