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