diff options
author | Dan Fandrich <danf@mageia.org> | 2024-11-02 18:22:59 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-11-02 18:25:11 -0700 |
commit | 73cc5afbbfab9f34e84cd9c881f5a269a5b46627 (patch) | |
tree | f25e8af0b72b6b9c6cf28ad2c5679179046c8f45 | |
parent | 9869c85a78dbc4491cda213ec89c33695126c8de (diff) | |
download | puppet-73cc5afbbfab9f34e84cd9c881f5a269a5b46627.tar puppet-73cc5afbbfab9f34e84cd9c881f5a269a5b46627.tar.gz puppet-73cc5afbbfab9f34e84cd9c881f5a269a5b46627.tar.bz2 puppet-73cc5afbbfab9f34e84cd9c881f5a269a5b46627.tar.xz puppet-73cc5afbbfab9f34e84cd9c881f5a269a5b46627.zip |
Change the madb.mageia.org redirect (mga#33705)
It now redirects to https://madb.mageialinux-online.org/
Eventually, it should be hosted on Mageia infrastructure at which time
we can drop the redirect at access it at madb.mageia.org directly.
-rw-r--r-- | manifests/nodes/neru.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/nodes/neru.pp b/manifests/nodes/neru.pp index 78cbd021..66958059 100644 --- a/manifests/nodes/neru.pp +++ b/manifests/nodes/neru.pp @@ -24,14 +24,14 @@ node neru { include access_classes::web include openssh::ssh_keys_from_ldap - # temporary redirects for madb (2024-11) + # temporary redirects for madb (2024-11) until it gets hosted on Mageia infra apache::vhost_redirect { "madb.${::domain}": - url => "https://blog.mageia.org/en/2024/10/31/out-with-the-old-madb-and-almost-in-with-the-new/", + url => "https://madb.mageialinux-online.org/", } apache::vhost_redirect { "ssl_madb.${::domain}": use_ssl => true, vhost => "madb.${::domain}", - url => "https://blog.mageia.org/en/2024/10/31/out-with-the-old-madb-and-almost-in-with-the-new/", + url => "https://madb.mageialinux-online.org/", } openldap::slave_instance { '1': |