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