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