aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/manifests
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2016-10-05 23:46:59 +0200
committerOlivier Blin <dev@blino.org>2016-10-05 23:47:34 +0200
commitd3042c4f5e4e7879365ca277fcf09583b6c4d5d2 (patch)
treec6bcad9df6084eb4aab227e68ffb37786b36a95c /modules/youri-check/manifests
parentf191d600615dbecf1a9b2016b2c0c7d7d1794ea9 (diff)
downloadpuppet-d3042c4f5e4e7879365ca277fcf09583b6c4d5d2.tar
puppet-d3042c4f5e4e7879365ca277fcf09583b6c4d5d2.tar.gz
puppet-d3042c4f5e4e7879365ca277fcf09583b6c4d5d2.tar.bz2
puppet-d3042c4f5e4e7879365ca277fcf09583b6c4d5d2.tar.xz
puppet-d3042c4f5e4e7879365ca277fcf09583b6c4d5d2.zip
Authorize CORS on check for pkgsubmit origin (do it also for http)
Diffstat (limited to 'modules/youri-check/manifests')
-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,