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