From: Peter Palfrader Date: Wed, 1 Feb 2017 07:42:06 +0000 (+0100) Subject: add archive bind address for klecker X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0b0595ec6b5ebba083571c82cb86ecc65d6f8844;p=mirror%2Fdsa-puppet.git add archive bind address for klecker --- diff --git a/modules/roles/manifests/historical_mirror.pp b/modules/roles/manifests/historical_mirror.pp index aab002638..f54ebb929 100644 --- a/modules/roles/manifests/historical_mirror.pp +++ b/modules/roles/manifests/historical_mirror.pp @@ -2,6 +2,7 @@ class roles::historical_mirror { include apache2::expires $vhost_listen = $::hostname ? { + klecker => '130.89.148.13:80 2001:610:1908:b000::148:13:80', default => '*:80', } $onion_v4_addr = $::hostname ? {