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