From 217f5d42e17ae5dd55adaab1114cacc7f5a2e280 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 18 Apr 2022 12:09:50 +0200 Subject: openvpn: T4353: fix Jinja2 linting errors --- data/templates/openvpn/auth.pw.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/templates/openvpn/auth.pw.j2 (limited to 'data/templates/openvpn/auth.pw.j2') diff --git a/data/templates/openvpn/auth.pw.j2 b/data/templates/openvpn/auth.pw.j2 new file mode 100644 index 000000000..218121062 --- /dev/null +++ b/data/templates/openvpn/auth.pw.j2 @@ -0,0 +1,5 @@ +{# Autogenerated by interfaces-openvpn.py #} +{% if authentication is vyos_defined %} +{{ authentication.username }} +{{ authentication.password }} +{% endif %} -- cgit v1.2.3