# limitations under the License.
#
-include_recipe "apache::ssl"
+include_recipe "apache"
package "trac"
package "trac-git"
apache_module "wsgi"
+ssl_certificate "trac.openstreetmap.org" do
+ domains "trac.openstreetmap.org"
+ notifies :reload, "service[apache2]"
+end
+
apache_site site_name do
template "apache.erb"
directory site_directory