diff --git a/roles/openvpn/tasks/main.yml b/roles/openvpn/tasks/main.yml index 281d80aec..2f7061cfd 100644 --- a/roles/openvpn/tasks/main.yml +++ b/roles/openvpn/tasks/main.yml @@ -137,8 +137,8 @@ # 2018-09-02: OpenVPN had been starting tunnels by accident after reboot, # with new IIAB installs. Fix below (https://github.com/iiab/iiab/pull/1079) -# changes most all instances below from PARENT service "openvpn@xscenet" to -# CHILD service "openpvn". See these critical files to understand why: +# changes most all instances below from CHILD service "openvpn@xscenet" to +# PARENT service "openpvn". See these critical files to understand why: # # /etc/default/openvpn implies AUTOSTART="all" # /etc/init.d/openvpn has AUTOSTART="all"