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