aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/neru.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes/neru.pp')
-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..66958059 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) until it gets hosted on Mageia infra
+ apache::vhost_redirect { "madb.${::domain}":
+ url => "https://madb.mageialinux-online.org/",
+ }
+ apache::vhost_redirect { "ssl_madb.${::domain}":
+ use_ssl => true,
+ vhost => "madb.${::domain}",
+ url => "https://madb.mageialinux-online.org/",
+ }
+
openldap::slave_instance { '1':
rid => 1,
}