From e037b84217a9f1c80e50905f2310f4475672484f Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 15 Aug 2018 16:25:58 -0400 Subject: [PATCH] Update and rename iiab-vpn.j2 to iiab-vpn.j2.deprecated --- roles/openvpn/templates/{iiab-vpn.j2 => iiab-vpn.j2.deprecated} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename roles/openvpn/templates/{iiab-vpn.j2 => iiab-vpn.j2.deprecated} (94%) diff --git a/roles/openvpn/templates/iiab-vpn.j2 b/roles/openvpn/templates/iiab-vpn.j2.deprecated similarity index 94% rename from roles/openvpn/templates/iiab-vpn.j2 rename to roles/openvpn/templates/iiab-vpn.j2.deprecated index 306902c1e..d463f85ed 100755 --- a/roles/openvpn/templates/iiab-vpn.j2 +++ b/roles/openvpn/templates/iiab-vpn.j2.deprecated @@ -2,7 +2,7 @@ # script to manage openvpn if [ ! -f "/etc/openvpn/iiab-vpn.conf" ]; then - VPNCONFIG='party-line.conf' + VPNCONFIG='xscenet.conf' # WAS BUGGY (set to non-existent "party-line.conf", but thankfully unused) as of August 2018 VPNIP={{ openvpn_server_virtual_ip }} else # expect the sourced file to set the above variables