aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 712f2f72..2e600037 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -46,9 +46,14 @@ class buildsystem {
vhost_file => "buildsystem/vhost_repository.conf",
}
+ $location = "/var/www/bs"
apache::vhost_base { "pkgsubmit.$domain":
aliases => { "/uploads" => "$sched_home_dir/uploads" },
- location => "/var/www/bs/",
+ location => $location,
+ }
+
+ subversion::snapshot { $location:
+ source => "svn://svn.$domain/soft/buildsystem/web/",
}
include scheduler