From 508353cc74a0a3799ed36f4086703da3549c7f8f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 27 May 2020 09:18:12 -0700 Subject: [PATCH] openvpn/client: fix all non phx2 openvpn clients to have a remote again Signed-off-by: Kevin Fenzi --- roles/openvpn/client/templates/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openvpn/client/templates/client.conf b/roles/openvpn/client/templates/client.conf index c7b1409e10..fad6e067e4 100644 --- a/roles/openvpn/client/templates/client.conf +++ b/roles/openvpn/client/templates/client.conf @@ -9,7 +9,7 @@ dev tun proto udp -{% if datacenter == 'phx2' %} +{% if datacenter != 'iad2' %} # Specify multiple vpn servers here remote gateway remote bastion02