From b670e6b119c54510df55224adc8b399be9f9a32b Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 3 Sep 2018 15:04:42 -0400 Subject: [PATCH] typo in comment --- roles/openvpn/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"