diff options
author | Dan Fandrich <danf@mageia.org> | 2024-01-25 12:17:54 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-01-25 13:28:58 -0800 |
commit | 94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 (patch) | |
tree | 61a58199404c402d799e1f3bbbf969d482e5ef6c /modules/youri-check/templates | |
parent | 5f6f124d960df9a808f43aa6a6b637b9d26f802e (diff) | |
download | puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.gz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.bz2 puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.xz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.zip |
Switch links to https: where possible
All these point to valid https: resources, but there is a small chance
that some unusual interaction will cause it not to work. Some of these
changes also won't take effect until the server is restarted, so we'll
need to keep this in mind if failures occur long from now.
Diffstat (limited to 'modules/youri-check/templates')
-rw-r--r-- | modules/youri-check/templates/4.conf | 2 | ||||
-rw-r--r-- | modules/youri-check/templates/5.conf | 2 | ||||
-rw-r--r-- | modules/youri-check/templates/6.conf | 2 | ||||
-rw-r--r-- | modules/youri-check/templates/7.conf | 2 | ||||
-rw-r--r-- | modules/youri-check/templates/8.conf | 2 | ||||
-rw-r--r-- | modules/youri-check/templates/9.conf | 2 | ||||
-rw-r--r-- | modules/youri-check/templates/cauldron.conf | 4 | ||||
-rw-r--r-- | modules/youri-check/templates/vhost_check.conf | 3 |
8 files changed, 10 insertions, 9 deletions
diff --git a/modules/youri-check/templates/4.conf b/modules/youri-check/templates/4.conf index 3e7df09e..aa7e5d4e 100644 --- a/modules/youri-check/templates/4.conf +++ b/modules/youri-check/templates/4.conf @@ -18,7 +18,7 @@ resultset: resolver: class: Youri::Check::Maintainer::Resolver::CGI options: - url: http://pkgsubmit.<%= domain %>/data/maintdb.txt + url: https://pkgsubmit.<%= domain %>/data/maintdb.txt exceptions: - nobody diff --git a/modules/youri-check/templates/5.conf b/modules/youri-check/templates/5.conf index ca54f36e..4e9a9217 100644 --- a/modules/youri-check/templates/5.conf +++ b/modules/youri-check/templates/5.conf @@ -18,7 +18,7 @@ resultset: resolver: class: Youri::Check::Maintainer::Resolver::CGI options: - url: http://pkgsubmit.<%= domain %>/data/maintdb.txt + url: https://pkgsubmit.<%= domain %>/data/maintdb.txt exceptions: - nobody diff --git a/modules/youri-check/templates/6.conf b/modules/youri-check/templates/6.conf index 05177b28..9b2fdae2 100644 --- a/modules/youri-check/templates/6.conf +++ b/modules/youri-check/templates/6.conf @@ -18,7 +18,7 @@ resultset: resolver: class: Youri::Check::Maintainer::Resolver::CGI options: - url: http://pkgsubmit.<%= domain %>/data/maintdb.txt + url: https://pkgsubmit.<%= domain %>/data/maintdb.txt exceptions: - nobody diff --git a/modules/youri-check/templates/7.conf b/modules/youri-check/templates/7.conf index c91cdae1..5054f2de 100644 --- a/modules/youri-check/templates/7.conf +++ b/modules/youri-check/templates/7.conf @@ -18,7 +18,7 @@ resultset: resolver: class: Youri::Check::Maintainer::Resolver::CGI options: - url: http://pkgsubmit.<%= domain %>/data/maintdb.txt + url: https://pkgsubmit.<%= domain %>/data/maintdb.txt exceptions: - nobody diff --git a/modules/youri-check/templates/8.conf b/modules/youri-check/templates/8.conf index 6d14bcaf..c6ba6881 100644 --- a/modules/youri-check/templates/8.conf +++ b/modules/youri-check/templates/8.conf @@ -18,7 +18,7 @@ resultset: resolver: class: Youri::Check::Maintainer::Resolver::CGI options: - url: http://pkgsubmit.<%= domain %>/data/maintdb.txt + url: https://pkgsubmit.<%= domain %>/data/maintdb.txt exceptions: - nobody diff --git a/modules/youri-check/templates/9.conf b/modules/youri-check/templates/9.conf index 690bf923..28028080 100644 --- a/modules/youri-check/templates/9.conf +++ b/modules/youri-check/templates/9.conf @@ -18,7 +18,7 @@ resultset: resolver: class: Youri::Check::Maintainer::Resolver::CGI options: - url: http://pkgsubmit.<%= domain %>/data/maintdb.txt + url: https://pkgsubmit.<%= domain %>/data/maintdb.txt exceptions: - nobody diff --git a/modules/youri-check/templates/cauldron.conf b/modules/youri-check/templates/cauldron.conf index b1cd0e9f..e7e19608 100644 --- a/modules/youri-check/templates/cauldron.conf +++ b/modules/youri-check/templates/cauldron.conf @@ -20,7 +20,7 @@ resultset: resolver: class: Youri::Check::Maintainer::Resolver::CGI options: - url: http://pkgsubmit.<%= domain %>/data/maintdb.txt + url: https://pkgsubmit.<%= domain %>/data/maintdb.txt exceptions: - nobody @@ -270,7 +270,7 @@ tests: iurt: class: Youri::Check::Test::Build::Source::Iurt options: - url: http://pkgsubmit.mageia.org/autobuild/cauldron + url: https://pkgsubmit.mageia.org/autobuild/cauldron arches: - x86_64 medias: diff --git a/modules/youri-check/templates/vhost_check.conf b/modules/youri-check/templates/vhost_check.conf index d33530df..fd4d87b1 100644 --- a/modules/youri-check/templates/vhost_check.conf +++ b/modules/youri-check/templates/vhost_check.conf @@ -1 +1,2 @@ -Header set Access-Control-Allow-Origin "http://pkgsubmit.<%= domain %>" +Header set Access-Control-Allow-Origin "http://pkgsubmit.<%= domain %>" # default +Header set Access-Control-Allow-Origin "https://pkgsubmit.<%= domain %>" env=HTTPS # override |