From 0b0595ec6b5ebba083571c82cb86ecc65d6f8844 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 1 Feb 2017 08:42:06 +0100 Subject: [PATCH] add archive bind address for klecker --- modules/roles/manifests/historical_mirror.pp | 1 + 1 file changed, 1 insertion(+) 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 ? { -- 2.20.1