aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/youri-check/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp
index 1b3770d2..1ac05711 100644
--- a/modules/youri-check/manifests/init.pp
+++ b/modules/youri-check/manifests/init.pp
@@ -71,6 +71,7 @@ class youri-check {
$outdir = "/var/www/youri-check/"
apache::vhost::base { $base::vhost:
location => $outdir,
+ content => template('youri-check/vhost_check.conf'),
}
apache::vhost::base { "ssl_${base::vhost}":
vhost => $base::vhost,