aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/start.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp
new file mode 100644
index 00000000..08427089
--- /dev/null
+++ b/deployment/websites/manifests/start.pp
@@ -0,0 +1,6 @@
+class websites::start {
+ include websites::base
+ apache::vhost_redirect { "sart.$::domain":
+ url => "http://www.mageia.org/community/",
+ }
+}