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 195843df..661ee10c 100644
--- a/modules/buildsystem/manifests/binrepo.pp
+++ b/modules/buildsystem/manifests/binrepo.pp
@@ -34,7 +34,7 @@ class buildsystem::binrepo {
content => template('buildsystem/binrepo/sudoers.binrepo')
}
- apache::vhost_base { "binrepo.$::domain":
+ apache::vhost::base { "binrepo.$::domain":
location => $repodir,
content => template('buildsystem/binrepo/vhost_binrepo.conf'),
}