From 8a5666eb0bc0f09a13b316fcf2c5d3b2d7b70de3 Mon Sep 17 00:00:00 2001 From: Adam Papai Date: Tue, 9 Aug 2016 07:12:05 +0000 Subject: [PATCH] [#5] Fix auth_server indentation --- templates/teleport.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/teleport.yaml.j2 b/templates/teleport.yaml.j2 index cc78a9a..fdec1bf 100644 --- a/templates/teleport.yaml.j2 +++ b/templates/teleport.yaml.j2 @@ -9,7 +9,7 @@ teleport: {% endif %} auth_servers: {% for auth_server in teleport_auth_servers %} - - {{ auth_server }} + - {{ auth_server }} {% endfor %} connection_limits: max_connections: 1000