tracker -> hiera role; explicitly include apache2
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
1 # = Class: roles
2 #
3 # Lookup role and include relevant classes for roles
4 #
5 # == Sample Usage:
6 #
7 #   include roles
8 #
9 class roles {
10         if has_role('muninmaster') {
11                 include munin::master
12         }
13
14         if has_role('nagiosmaster') {
15                 include nagios::server
16         }
17
18         if has_role('manpages-dyn') {
19                 include roles::manpages_dyn
20         }
21
22         # archive.debian.org
23         if has_role('historical_mirror') {
24                 include roles::historical_mirror
25         }
26
27         # debug archive
28         if has_role('debug_mirror') {
29                 include roles::debug_mirror
30         }
31
32         # ftp.debian.org and its ecosystem
33         if has_role('debian_mirror') {
34                 include roles::debian_mirror
35         }
36         if has_role('ftp_master') {
37                 include roles::ftp_master
38                 include roles::dakmaster
39                 include roles::signing
40         }
41         if has_role('ftp.upload.d.o') {
42                 include roles::ftp_upload
43         }
44         if has_role('ssh.upload.d.o') {
45                 include roles::ssh_upload
46         }
47         if has_role('security_upload') {
48                 include roles::security_upload
49         }
50         if has_role('api.ftp-master') {
51                 ssl::service { 'api.ftp-master.debian.org':
52                         notify  => Exec['service apache2 reload'],
53                         key => true,
54                 }
55         }
56         #
57         # security.debian.org
58         if has_role('security_master') {
59                 include roles::security_master
60                 include roles::dakmaster
61         }
62
63         if has_role('security_mirror') {
64                 include roles::security_mirror
65         }
66
67         if has_role('git_master') {
68                 include roles::git_master
69         }
70
71         if has_role('people') {
72                 ssl::service { 'people.debian.org': notify  => Exec['service apache2 reload'], key => true, }
73                 onion::service { 'people.debian.org': port => 80, target_address => 'people.debian.org', target_port => 80, direct => true }
74         }
75
76         if has_role('www_master') {
77                 include roles::www_master
78         }
79
80         if has_role('cgi.d.o') {
81                 ssl::service { 'cgi.debian.org': notify  => Exec['service apache2 reload'], key => true, }
82         }
83
84         if has_role('wiki') {
85                 include roles::wiki
86         }
87
88         if has_role('syncproxy') {
89                 include roles::syncproxy
90         }
91
92         if has_role('mailrelay') {
93                 include roles::mailrelay
94         }
95
96         if has_role('pubsub') {
97                 include roles::pubsub
98         }
99
100         if has_role('dbmaster') {
101                 include roles::dbmaster
102         }
103
104         if has_role('dns_primary') {
105                 include roles::dns_primary
106         }
107
108         if has_role('dns_geo') {
109                 include roles::dns_geodns
110         }
111
112         if has_role('security_tracker') {
113                 include roles::security_tracker
114         }
115
116         if has_role('rtmaster') {
117                 include roles::rtmaster
118         }
119
120         if has_role('udd') {
121                 include roles::udd
122         }
123
124         if has_role('sso') {
125                 include roles::sso
126         }
127
128         if has_role('sso_rp') {
129                 include roles::sso_rp
130         }
131
132         if has_role('piuparts') {
133                 include roles::piuparts
134         }
135         if has_role('piuparts_slave') {
136                 include roles::piuparts_slave
137         }
138
139         if has_role('contributors') {
140                 include roles::contributors
141         }
142
143         if has_role('nm') {
144                 include roles::nm
145         }
146
147         if has_role('postgres_backup_server') {
148                 include postgres::backup_server
149         }
150
151         if has_role('packages') {
152                 ssl::service { 'packages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
153         }
154
155         if has_role('historicalpackages') {
156                 ssl::service { 'historical.packages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
157         }
158
159         if has_role('qamaster') {
160                 ssl::service { 'qa.debian.org': notify  => Exec['service apache2 reload'], key => true, }
161         }
162
163         if has_role('packagesqamaster') {
164                 ssl::service { 'packages.qa.debian.org': notify  => Exec['service apache2 reload'], key => true, }
165         }
166
167         if has_role('gobby_debian_org') {
168                 ssl::service { 'gobby.debian.org':
169                         notify  => [ Exec['service apache2 reload'], Exec['reload gobby'] ],
170                         key => true,
171                         tlsaport => [443, 6523],
172                 }
173                 file { '/etc/ssl/debian-local/other-keys/gobby.debian.org.key':
174                         ensure => present,
175                         mode => '0440',
176                         group => 'gobby',
177                         content => inline_template('<%= File.read(scope().call_function("hiera", ["paths.letsencrypt_dir"]) + "/gobby.debian.org.key") %>'),
178                         links => follow,
179                         notify => Exec['reload gobby'],
180                 }
181                 exec { 'reload gobby':
182                         command => 'pkill -u gobby -HUP -x infinoted',
183                         refreshonly => true,
184                 }
185         }
186
187         if has_role('search_backend') {
188                 include roles::search_backend
189         }
190         if has_role('search_frontend') {
191                 include roles::search_frontend
192         }
193
194         if has_role('dgit_browse') {
195                 include roles::dgit_browse
196         }
197         if has_role('dgit_git') {
198                 include roles::dgit_git
199         }
200
201         if $::hostname in [lw01, lw02, lw03, lw04, lw09, lw10] {
202                 include roles::snapshot
203         }
204
205         if has_role('snapshot_web') {
206                 include roles::snapshot_web
207         }
208
209         if has_role('snapshot_shell') {
210                 include roles::snapshot_shell
211         }
212
213         if has_role('debtags') {
214                 include roles::debtags
215         }
216
217         if has_role('planet_master') {
218                 include roles::planet_master
219         }
220         if has_role('planet_search') {
221                 ssl::service { 'planet-search.debian.org': notify  => Exec['service apache2 reload'], key => true, }
222         }
223
224         if has_role('i18n.d.o') {
225                 ssl::service { 'i18n.debian.org': notify  => Exec['service apache2 reload'], key => true, }
226         }
227
228         if has_role('l10n.d.o') {
229                 ssl::service { 'l10n.debian.org': notify  => Exec['service apache2 reload'], key => true, }
230         }
231
232         if has_role('dedup.d.n') {
233                 ssl::service { 'dedup.debian.net': notify  => Exec['service apache2 reload'], key => true, }
234         }
235
236         if has_role('pet.d.n') {
237                 ssl::service { 'pet.debian.net': notify  => Exec['service apache2 reload'], key => true, }
238                 ssl::service { 'pet-devel.debian.net': notify  => Exec['service apache2 reload'], key => true, }
239         }
240
241         if has_role('ports_master') {
242                 include roles::ports_master
243         }
244         if has_role('ports_mirror') {
245                 include roles::ports_mirror
246         }
247
248         if has_role('onionbalance') {
249                 include onion::balance
250         }
251         if has_role('bgp') {
252                 include roles::bgp
253         }
254         if has_role('cdimage-search') {
255                 include roles::cdimage_search
256         }
257
258         if has_role('postgresql_server') {
259                 include postgres::backup_source
260         }
261
262         if has_role('bacula_director') {
263                 include bacula::director
264         } else {
265                 package { 'bacula-console': ensure => purged; }
266                 file { '/etc/bacula/bconsole.conf': ensure => absent; }
267         }
268         if has_role('bacula_storage') {
269                 include bacula::storage
270         }
271
272         if $::keyring_debian_org_mirror {
273                 include roles::keyring_debian_org_mirror
274         }
275
276         if has_role('popcon') {
277                 include roles::popcon
278         }
279
280         if has_role('debsources') {
281                 include roles::debsources
282         }
283 }