diff --git a/roles/openvpn/templates/announcer.j2 b/roles/openvpn/templates/announcer.j2 index d33810b29..c8296562f 100755 --- a/roles/openvpn/templates/announcer.j2 +++ b/roles/openvpn/templates/announcer.j2 @@ -10,7 +10,7 @@ if [ -f /etc/iiab/openvpn_handle ]; then else # Option #2: dangerous to invoke hypothetical variables :( source /etc/iiab/iiab.env - # Option #3: WAS BUGGY IN AUGUST 2018, but safer now that relegated to #3 ? + # Option #3: CAUSED FAILURES IN AUGUST 2018, invoking stale variable from /etc/iiab/iiab.ini, but safer now that relegated to #3 ? if [ -z "$HANDLE" ]; then HANDLE=`cat /etc/iiab/iiab.ini | gawk \ '{ if((toupper($1) == "HANDLE") && ($2 == "=")) { print $3;}}'`