aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/start.pp
blob: 0db6dec1138e3b9d9d90b6d89ce4a38da46f395d (plain)
1
2
3
4
5
6
class websites::start {
    include websites::base
    apache::vhost_redirect { "start.${::domain}":
        url => "https://www.${::domain}/community/",
    }
}