--- puppet/deployment/websites/manifests/init.pp 2011/01/09 11:15:15 747 +++ puppet/deployment/websites/manifests/init.pp 2011/02/07 09:50:02 955 @@ -5,4 +5,10 @@ vhost_file => "websites/vhost_donate.conf", } } + + class svn { + apache::vhost_redirect { "svn.$domain": + url => "http://svnweb.$domain/", + } + } }