X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_mirror.pp;h=ced948fb04f96fd3b0faad03a6e36bdeee3a0207;hb=f0592778e175dd64df69a349a716fe8ca89ad66f;hp=55c091c3cce9a9e701ca30872a0718e3efb3085f;hpb=4efdf3c828fad27cc3ce9697fcbf17084d619509;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index 55c091c3c..ced948fb0 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -77,10 +77,10 @@ class roles::static_mirror { ssl::service { 'bits.debian.org' : ensure => "ifstatic", notify => Service['apache2'], } ssl::service { 'lintian.debian.org' : ensure => "ifstatic", notify => Service['apache2'], } ssl::service { 'rtc.debian.org' : ensure => "ifstatic", notify => Service['apache2'], } - ssl::service { 'appstream.debian.org': ensure => "ifstatic", notify => Service['apache2'], tlsaport => [], } ssl::service { 'd-i.debian.org' : ensure => "ifstatic", notify => Service['apache2'], } # do + ssl::service { 'appstream.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } ssl::service { 'backports.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } ssl::service { 'blends.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } ssl::service { 'release.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }