]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/recipes/default.rb
Add test for subversion cookbook
[chef.git] / cookbooks / subversion / recipes / default.rb
index d2eb7dfea811d788d1797d36d6ddf9ef02b83139..f5803e5ee478803e7830cd705319f1e712951b37 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: subversion
+# Cookbook:: subversion
 # 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.
@@ -43,11 +43,11 @@ apache_module "dav_fs" do
 end
 
 apache_module "dav_svn" do
-  package "libapache2-svn"
+  package "libapache2-mod-svn"
 end
 
 apache_module "authz_svn" do
-  package "libapache2-svn"
+  package "libapache2-mod-svn"
 end
 
 ssl_certificate "svn.openstreetmap.org" do