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