class websites::svn { apache::vhost_redirect { "svn.${::domain}": url => "https://svnweb.${::domain}/", } apache::vhost_redirect { "ssl_svn.${::domain}": use_ssl => true, vhost => "svn.${::domain}", url => "https://svnweb.${::domain}/", } }