X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/32a423888e0d6b5254c55e4faf418b31749dc69e..77c15edb86c1c5a78904db4da60a4806cc3e1bb6:/cookbooks/subversion/recipes/default.rb diff --git a/cookbooks/subversion/recipes/default.rb b/cookbooks/subversion/recipes/default.rb index 582dbaed3..d2eb7dfea 100644 --- a/cookbooks/subversion/recipes/default.rb +++ b/cookbooks/subversion/recipes/default.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -21,7 +21,6 @@ include_recipe "apache" package "subversion" -site_name = "svn.openstreetmap.org" repository_directory = "/var/lib/subversion/repos/openstreetmap" remote_directory "#{repository_directory}/hooks" do @@ -51,15 +50,15 @@ apache_module "authz_svn" do package "libapache2-svn" end -ssl_certificate site_name do - domains site_name +ssl_certificate "svn.openstreetmap.org" do + domains ["svn.openstreetmap.org", "svn.osm.org"] notifies :reload, "service[apache2]" end -apache_site site_name do +apache_site "svn.openstreetmap.org" do template "apache.erb" directory repository_directory - variables :realm => "Subversion Repository", :password_file => "/etc/apache2/svn.passwd" + variables :realm => "Subversion Repository", :password_file => "/etc/apache2/svn.passwd", :aliases => ["svn.osm.org"] end template "/etc/cron.daily/svn-backup" do