From d3042c4f5e4e7879365ca277fcf09583b6c4d5d2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 5 Oct 2016 23:46:59 +0200 Subject: Authorize CORS on check for pkgsubmit origin (do it also for http) --- modules/youri-check/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.1