summaryrefslogtreecommitdiff
path: root/data/templates/openvpn/auth.pw.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-18 12:09:50 +0200
committerChristian Poessinger <christian@poessinger.com>2022-04-18 12:09:50 +0200
commit217f5d42e17ae5dd55adaab1114cacc7f5a2e280 (patch)
treec78ca41794f7df690604d0ca43d3853e6cb1b192 /data/templates/openvpn/auth.pw.tmpl
parente3a6e7f1a55299822da3b2705cbe8c0f787d46e0 (diff)
downloadvyos-1x-217f5d42e17ae5dd55adaab1114cacc7f5a2e280.tar.gz
vyos-1x-217f5d42e17ae5dd55adaab1114cacc7f5a2e280.zip
openvpn: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/openvpn/auth.pw.tmpl')
-rw-r--r--data/templates/openvpn/auth.pw.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/templates/openvpn/auth.pw.tmpl b/data/templates/openvpn/auth.pw.tmpl
deleted file mode 100644
index 218121062..000000000
--- a/data/templates/openvpn/auth.pw.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
-{# Autogenerated by interfaces-openvpn.py #}
-{% if authentication is vyos_defined %}
-{{ authentication.username }}
-{{ authentication.password }}
-{% endif %}