Better if the static mirrors get the d-i.d.o cert
authorJulien Cristau <jcristau@debian.org>
Sat, 2 Jan 2016 22:40:38 +0000 (23:40 +0100)
committerJulien Cristau <jcristau@debian.org>
Sat, 2 Jan 2016 22:40:38 +0000 (23:40 +0100)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/roles/manifests/static_mirror.pp

index 32de1c1..902a9b9 100644 (file)
@@ -85,4 +85,7 @@ class roles::static_mirror {
        ssl::service { 'appstream.debian.org':
                notify => Service['apache2'],
        }
+       ssl::service { 'd-i.debian.org':
+               notify => Service['apache2'],
+       }
 }