Mercurial > repos > other > Puppet
changeset 285:c0e989d32b5c
Go back to IPv6, not hostnames, for up-stream
When applying with hostnames, we were getting DNS lookup issues
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 16 Feb 2020 12:15:17 +0000 |
parents | 9431aec4d998 |
children | e765073832d9 |
files | manifests/nodes.pp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/nodes.pp Sun Feb 16 12:07:35 2020 +0000 +++ b/manifests/nodes.pp Sun Feb 16 12:15:17 2020 +0000 @@ -19,7 +19,7 @@ class { 'ibboardvpsnode': primary_ip => '2a00:1098:82:52::1', proxy_4to6_ip_prefix => '2a00:1098:82:52::01d4', # ::old4 for IPv4! - proxy_upstream => ['proxy.mythic-beasts.com'], + proxy_upstream => ['2a00:1098::82:1000:3b:1:1', '2a00:1098::80:1000:3b:1:1'], mailserver => 'mail.ibboard.co.uk', imapserver => 'imap.ibboard.co.uk', firewall_cmd => 'iptables', @@ -32,7 +32,7 @@ } firewall { '090 Allow SSH (IPv4-to-IPv6)': dport => 22, - source => 'geryon.mythic-beasts.com', + source => '2a00:1098:0:82:1000:0:5d5d:826a', proto => 'tcp', action => 'accept', }