aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/binrepo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/binrepo.pp')
-rw-r--r--modules/buildsystem/manifests/binrepo.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/binrepo.pp b/modules/buildsystem/manifests/binrepo.pp
index d87c41d9..f2f529c0 100644
--- a/modules/buildsystem/manifests/binrepo.pp
+++ b/modules/buildsystem/manifests/binrepo.pp
@@ -35,7 +35,7 @@ class buildsystem::binrepo {
apache::vhost::base { "ssl_${buildsystem::var::binrepo::hostname}":
use_ssl => true,
- vhost => buildsystem::var::binrepo::hostname,
+ vhost => $buildsystem::var::binrepo::hostname,
location => $buildsystem::var::binrepo::repodir,
content => template('buildsystem/binrepo/vhost_binrepo.conf'),
}