#
-# 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.
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