# limitations under the License.
#
-include_recipe "apache::ssl"
+include_recipe "apache"
package "awstats"
package "libgeo-ipfree-perl"
ssl_certificate "stats.openstreetmap.org" do
domains ["stats.openstreetmap.org", "stats.osm.org"]
- fallback_certificate "openstreetmap"
notifies :reload, "service[apache2]"
end