aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index 96ae58d9..975a32e1 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -5,4 +5,10 @@ class websites {
vhost_file => "websites/vhost_donate.conf",
}
}
+
+ class svn {
+ apache::vhost_redirect { "svn.$domain":
+ url => "http://svnweb.$domain/",
+ }
+ }
}