diff options
Diffstat (limited to 'modules/buildsystem/manifests/binrepo.pp')
-rw-r--r-- | modules/buildsystem/manifests/binrepo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/binrepo.pp b/modules/buildsystem/manifests/binrepo.pp index 861987ee..10027515 100644 --- a/modules/buildsystem/manifests/binrepo.pp +++ b/modules/buildsystem/manifests/binrepo.pp @@ -24,7 +24,7 @@ class buildsystem::binrepo { content => template('buildsystem/binrepo/sudoers.binrepo') } - apache::vhost::base { "binrepo.${::domain}": + apache::vhost::base { $buildsystem::var::binrepo::hostname: location => $buildsystem::var::binrepo::repodir, content => template('buildsystem/binrepo/vhost_binrepo.conf'), } |