]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/recipes/default.rb
Add https support to svn.openstreetmap.org
[chef.git] / cookbooks / subversion / recipes / default.rb
index f9398d8cc06c19ecd0e72a1c94e25b171df05334..10de0520de67e65a723a05427656c5327100b67a 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-include_recipe "apache"
+include_recipe "apache::ssl"
 
 package "subversion"
 
@@ -35,14 +35,22 @@ remote_directory "#{repository_directory}/hooks" do
   purge false
 end
 
-apache_module "authz_svn" do
-  package "libapache2-svn"
+apache_module "dav" do
+  package "apache2"
+end
+
+apache_module "dav_fs" do
+  package "apache2"
 end
 
 apache_module "dav_svn" do
   package "libapache2-svn"
 end
 
+apache_module "authz_svn" do
+  package "libapache2-svn"
+end
+
 apache_site site_name do
   template "apache.erb"
   directory repository_directory