Skip to content

Commit 8a5666e

Browse files
committed
[#5] Fix auth_server indentation
1 parent 7bfbd97 commit 8a5666e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/teleport.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ teleport:
99
{% endif %}
1010
auth_servers:
1111
{% for auth_server in teleport_auth_servers %}
12-
- {{ auth_server }}
12+
- {{ auth_server }}
1313
{% endfor %}
1414
connection_limits:
1515
max_connections: 1000

0 commit comments

Comments
 (0)