X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_mirror.pp;h=50e3dfc61d2e2816d3d4fda8a5f391f67ef7793f;hb=4e95e6f4d2918b5c72c106fac3b29789dcb4101f;hp=ced948fb04f96fd3b0faad03a6e36bdeee3a0207;hpb=f0592778e175dd64df69a349a716fe8ca89ad66f;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index ced948fb0..50e3dfc61 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -74,15 +74,15 @@ class roles::static_mirror { ssl::service { 'dsa.debian.org' : ensure => "ifstatic", notify => Service['apache2'], } ssl::service { 'www.debian.org' : ensure => "ifstatic", notify => Service['apache2'], } - 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 { '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 { 'bits.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } ssl::service { 'blends.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } + ssl::service { 'lintian.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } ssl::service { 'release.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } ssl::service { 'security-team.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, } ssl::service { 'www.ports.debian.org' : ensure => "ifstatic", notify => Service['apache2'], key => true, }