X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa6ed4fa1659e66d6e432fc8352089a2ae62ad6d..3944d4a4eb4d96ca5e747739f4967f590672d4e4:/cookbooks/stats/recipes/default.rb?ds=sidebyside 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