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