X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Fmanifests%2Fports_mirror.pp;h=bd0d6c1479f3da14a837a1c61c01a9717ae00304;hb=78744dd0999177374e593a1d92be6896512f7fe6;hp=31cf1b5686c9857168b980c0c5b5c2722b3ed3c6;hpb=0f978b5d766ecb41aaabd0042c090138da96c04a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/ports_mirror.pp b/modules/roles/manifests/ports_mirror.pp index 31cf1b568..bd0d6c147 100644 --- a/modules/roles/manifests/ports_mirror.pp +++ b/modules/roles/manifests/ports_mirror.pp @@ -1,12 +1,14 @@ class roles::ports_mirror { + include roles::archvsync_base + $vhost_listen = $::hostname ? { klecker => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80', - mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80', + mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80', default => '*:80', } $onion_v4_addr = $::hostname ? { klecker => '130.89.148.14', - mirror-isc => '149.20.20.22', + mirror-isc => '149.20.4.15', default => undef, }