From 00866726fad7b638401cf82d94c95e08ffc2edb8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 19 Apr 2024 16:45:47 -0700 Subject: Add $ on variable reference Accidentally dropped in 02f1f851 --- modules/buildsystem/manifests/binrepo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), } -- cgit v1.2.1