]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/cgiirc/recipes/default.rb
Update formatting of header comments
[chef.git] / cookbooks / cgiirc / recipes / default.rb
index 764a6255c91d2268b7d60f87f2379eeb4863f8a8..4e8a9c1cc934da05de1dacbcd7a35cb81075257f 100644 (file)
@@ -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