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