aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/svn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/svn.pp')
-rw-r--r--deployment/websites/manifests/svn.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/websites/manifests/svn.pp b/deployment/websites/manifests/svn.pp
new file mode 100644
index 00000000..55137872
--- /dev/null
+++ b/deployment/websites/manifests/svn.pp
@@ -0,0 +1,7 @@
+class websites {
+ class svn {
+ apache::vhost_redirect { "svn.$domain":
+ url => "http://svnweb.$domain/",
+ }
+ }
+}