X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fhistorical_mirror.pp;h=b6fc7006c45f51ca9c003fc258af9e0ccebd4069;hb=d6c51f5d95c96f0edbe5096bf0ae4520a82e85f9;hp=d80b1afb4b3f3a9591671c9cdb2b1deced67338f;hpb=e8dc3158ada8326337eab361ae00d96a5d07cc3b;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/historical_mirror.pp b/modules/roles/manifests/historical_mirror.pp index d80b1afb4..b6fc7006c 100644 --- a/modules/roles/manifests/historical_mirror.pp +++ b/modules/roles/manifests/historical_mirror.pp @@ -4,7 +4,8 @@ class roles::historical_mirror { $binds = $::hostname ? { gretchaninov => ['209.87.16.41' , '[2607:f8f0:614:1::1274:41]' ], - klecker => ['130.89.148.13' , '[2001:610:1908:b000::148:13]' ], + klecker => ['130.89.148.13' , '[2001:610:1908:b000::148:13]', + '[2001:67c:2564:a119::148:13]' ], mirror-conova => ['217.196.149.234', '[2a02:16a8:dc41:100::234]' ], sibelius => ['193.62.202.28' , '[2001:630:206:4000:1a1a:0:c13e:ca1c]'], default => ['[::]'], @@ -29,10 +30,10 @@ class roles::historical_mirror { tlsaport => [], } } else { - $sslname = '' + $sslname = undef } - rsync::site_systemd { 'archive': + rsync::site { 'archive': source => 'puppet:///modules/roles/historical_mirror/rsyncd.conf', max_clients => 100, sslname => $sslname,