summaryrefslogtreecommitdiff
path: root/data/templates/accel-ppp/config_modules_auth_mode.j2
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-14 17:46:18 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-14 17:46:18 +0100
commitdf7e790df0c71c41455c9e05c0544889110dac0f (patch)
treec93a0e841a618963042169ee09efc367d482f76b /data/templates/accel-ppp/config_modules_auth_mode.j2
parentbbeafa5ed417f25ecbbc3627a346cb9294d66c68 (diff)
downloadvyos-1x-df7e790df0c71c41455c9e05c0544889110dac0f.tar.gz
vyos-1x-df7e790df0c71c41455c9e05c0544889110dac0f.zip
templates: convert DOS -> UNIX line endings
Diffstat (limited to 'data/templates/accel-ppp/config_modules_auth_mode.j2')
-rw-r--r--data/templates/accel-ppp/config_modules_auth_mode.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/data/templates/accel-ppp/config_modules_auth_mode.j2 b/data/templates/accel-ppp/config_modules_auth_mode.j2
index 5eca76f91..e3d578b38 100644
--- a/data/templates/accel-ppp/config_modules_auth_mode.j2
+++ b/data/templates/accel-ppp/config_modules_auth_mode.j2
@@ -1,5 +1,5 @@
-{% if authentication is defined and authentication.mode is defined and authentication.mode == 'local' %}
-chap-secrets
-{% elif authentication is defined and authentication.mode is defined and authentication.mode == 'radius' %}
-radius
-{% endif %}
+{% if authentication is defined and authentication.mode is defined and authentication.mode == 'local' %}
+chap-secrets
+{% elif authentication is defined and authentication.mode is defined and authentication.mode == 'radius' %}
+radius
+{% endif %}