aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/neru.pp
blob: 66958059435dee6065f58915f6d60bcdee481387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
node neru {
# Location: Scaleway Paris
#
    include common::default_mageia_server_no_smtp
    timezone::timezone { 'Europe/Paris': }
    include postfix::server::secondary
    include blog::base
    include blog::db_backup
    include blog::files_bots
    include blog::files_backup
    include mysql::server
    include dns::server

    include planet
    include websites::archives
    include websites::static
    include websites::hugs
    include websites::releases
    include websites::www
    include websites::doc
    include websites::start
    include websites::meetbot
    include dashboard
    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,
    }

    # http server for meetbot logs
    include apache::base
}
# Other services running on this server :
# - meetbot