diff options
author | Olivier Blin <dev@blino.org> | 2016-10-05 23:46:59 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2016-10-05 23:47:34 +0200 |
commit | d3042c4f5e4e7879365ca277fcf09583b6c4d5d2 (patch) | |
tree | c6bcad9df6084eb4aab227e68ffb37786b36a95c /modules | |
parent | f191d600615dbecf1a9b2016b2c0c7d7d1794ea9 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 1 |
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, |