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