aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index 2a4834a0..1fd53900 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -11,7 +11,7 @@ class buildsystem::mainnode {
ssh::auth::client { $buildsystem::var::scheduler::login: }
- apache::vhost::other_app { "repository.$::domain":
+ apache::vhost::other_app { $buildsystem::var::repository::hostname:
vhost_file => 'buildsystem/vhost_repository.conf',
}
}