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