aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-10-30 20:25:52 -0700
committerDan Fandrich <danf@mageia.org>2024-10-31 12:54:57 -0700
commit9869c85a78dbc4491cda213ec89c33695126c8de (patch)
tree7a46580fb9cfb728eeddaa39db104c93904dac52 /manifests
parent6c1f759eaa6d98ec8fa50b836712cad2d45dc261 (diff)
downloadpuppet-9869c85a78dbc4491cda213ec89c33695126c8de.tar
puppet-9869c85a78dbc4491cda213ec89c33695126c8de.tar.gz
puppet-9869c85a78dbc4491cda213ec89c33695126c8de.tar.bz2
puppet-9869c85a78dbc4491cda213ec89c33695126c8de.tar.xz
puppet-9869c85a78dbc4491cda213ec89c33695126c8de.zip
Temporarily redirect madb.mageia.org to a blog post
madb has gone down permanently but the replacement isn't ready yet.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/neru.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/nodes/neru.pp b/manifests/nodes/neru.pp
index 8af61124..78cbd021 100644
--- a/manifests/nodes/neru.pp
+++ b/manifests/nodes/neru.pp
@@ -24,6 +24,16 @@ node neru {
include access_classes::web
include openssh::ssh_keys_from_ldap
+ # temporary redirects for madb (2024-11)
+ 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/",
+ }
+ 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/",
+ }
+
openldap::slave_instance { '1':
rid => 1,
}