X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..9de17ece169e2c0f91c5545b328fc0cc2fc6a0f4:/cookbooks/cgiirc/recipes/default.rb diff --git a/cookbooks/cgiirc/recipes/default.rb b/cookbooks/cgiirc/recipes/default.rb index 764a6255c..4e8a9c1cc 100644 --- a/cookbooks/cgiirc/recipes/default.rb +++ b/cookbooks/cgiirc/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: cgiirc +# Cookbook:: cgiirc # Recipe:: default # -# Copyright 2011, OpenStreetMap Foundation +# Copyright:: 2011, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,10 +39,11 @@ template "/etc/cgiirc/ipaccess" do end ssl_certificate "irc.openstreetmap.org" do - domains "irc.openstreetmap.org" + domains ["irc.openstreetmap.org", "irc.osm.org"] notifies :reload, "service[apache2]" end apache_site "irc.openstreetmap.org" do template "apache.erb" + variables :aliases => ["irc.osm.org"] end