Update comments
diff --git a/xos/services/vpn/templates/connect.vpn.j2 b/xos/services/vpn/templates/connect.vpn.j2
index d1e56a4..6af4fe9 100644
--- a/xos/services/vpn/templates/connect.vpn.j2
+++ b/xos/services/vpn/templates/connect.vpn.j2
@@ -1,3 +1,6 @@
+#! /bin/bash
+# This file autogenerated by VPNTenant.
+# It contains a script used to generate the OPENVPN client files.
 printf "%b" "
 client\n
 dev tun\n
diff --git a/xos/synchronizers/vpn/templates/server.conf.j2 b/xos/synchronizers/vpn/templates/server.conf.j2
index 09957e4..3930d28 100644
--- a/xos/synchronizers/vpn/templates/server.conf.j2
+++ b/xos/synchronizers/vpn/templates/server.conf.j2
@@ -1,4 +1,4 @@
-# This file autogenerated by VPNTenant observer
+# This file autogenerated by VPNTenant synchronizer
 # It contains the OPENVPN config file for the server
 script-security 3 system
 port {{ port_number }}