X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..5e5cb7ccbcfcd4e3696ddcd0a3e5218c254e429d:/cookbooks/trac/recipes/default.rb diff --git a/cookbooks/trac/recipes/default.rb b/cookbooks/trac/recipes/default.rb index 0d08e322b..f7472131d 100644 --- a/cookbooks/trac/recipes/default.rb +++ b/cookbooks/trac/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: trac +# Cookbook:: trac # Recipe:: default # -# Copyright 2012, OpenStreetMap Foundation +# Copyright:: 2012, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -74,14 +74,14 @@ end apache_module "wsgi" ssl_certificate "trac.openstreetmap.org" do - domains "trac.openstreetmap.org" + domains ["trac.openstreetmap.org", "trac.osm.org"] notifies :reload, "service[apache2]" end apache_site site_name do template "apache.erb" directory site_directory - variables :user => "trac", :group => "trac" + variables :user => "trac", :group => "trac", :aliases => ["trac.osm.org"] end template "/etc/sudoers.d/trac" do