From 21648701ae1a321fdda1e04171f466db1db37607 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 21 Aug 2018 14:09:39 -0400 Subject: [PATCH] Update announcer.j2 --- roles/openvpn/templates/announcer.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openvpn/templates/announcer.j2 b/roles/openvpn/templates/announcer.j2 index 8353068b7..1e9dda958 100755 --- a/roles/openvpn/templates/announcer.j2 +++ b/roles/openvpn/templates/announcer.j2 @@ -10,8 +10,8 @@ if [ -f /etc/iiab/openvpn_handle ]; then # Sourcing a variable from ~4 different places is a recipe for total confusion # (or worse!) Far better to make variable openvpn_handle and file -# /etc/iiab/openvpn_handle "obligatory" (EMPTY STRING "" IS TOLERATED, in which -# case OpenVPN server tries to use /etc/iiab/uuid below, in lieu of handle...) +# /etc/iiab/openvpn_handle "obligatory" (EMPTY STRING "" IS TOLERATED, IN WHICH +# CASE OPENVPN SERVER TRIES TO USE /etc/iiab/uuid BELOW, IN LIEU OF HANDLE...) # CLARIF: "systemctl restart openvpn@xscenet" still runs even if the above is # defied. e.g. if an implementer deletes /etc/iiab/openvpn_handle by accident.