backports.d.o ssl cert for static mirrors
authorJulien Cristau <jcristau@debian.org>
Wed, 25 May 2016 11:08:43 +0000 (13:08 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 25 May 2016 11:08:43 +0000 (13:08 +0200)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/roles/manifests/static_mirror.pp

index 5a2f8dc..bff5335 100644 (file)
@@ -80,6 +80,7 @@ class roles::static_mirror {
        ssl::service { 'appstream.debian.org': ensure => "ifstatic", notify => Service['apache2'], }
        ssl::service { 'd-i.debian.org'      : ensure => "ifstatic", notify => Service['apache2'], }
 
+       ssl::service { 'backports.debian.org'  : ensure => "ifstatic", notify => Service['apache2'], key => true, }
        ssl::service { 'news.debian.net'       : ensure => "ifstatic", notify => Service['apache2'], key => true, }
        ssl::service { 'debaday.debian.net'    : ensure => "ifstatic", notify => Service['apache2'], key => true, }
        ssl::service { 'timeline.debian.net'   : ensure => "ifstatic", notify => Service['apache2'], key => true, }