aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/svn.pp
blob: d8e87f647fd4dfaeedb12581ebc3fdbb52176228 (plain)
1
2
3
4
5
class websites::svn {
    apache::vhost_redirect { "svn.${::domain}":
        url => "http://svnweb.${::domain}/",
    }
}