# limitations under the License.
#
-include_recipe "apache::ssl"
+include_recipe "apache"
blocks = data_bag_item("cgiirc", "blocks")
ssl_certificate "irc.openstreetmap.org" do
domains "irc.openstreetmap.org"
- fallback_certificate "openstreetmap"
notifies :reload, "service[apache2]"
end