aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/websites/manifests/svn.pp8
1 files changed, 3 insertions, 5 deletions
diff --git a/deployment/websites/manifests/svn.pp b/deployment/websites/manifests/svn.pp
index 55137872..650442dc 100644
--- a/deployment/websites/manifests/svn.pp
+++ b/deployment/websites/manifests/svn.pp
@@ -1,7 +1,5 @@
-class websites {
- class svn {
- apache::vhost_redirect { "svn.$domain":
- url => "http://svnweb.$domain/",
- }
+class websites::svn {
+ apache::vhost_redirect { "svn.$::domain":
+ url => "http://svnweb.$::domain/",
}
}