mirror of https://github.com/zulip/zulip.git
9 lines
346 B
Plaintext
9 lines
346 B
Plaintext
<%# This is appended to puppet/kandra/files/teleport_node.yaml, so should be
|
|
indented. Specifically, the "-" should be in the same column as the "T" at
|
|
the start of this comment. -%>
|
|
- name: "<%= @name %>"
|
|
description: "<%= @description %>"
|
|
uri: "http://127.0.0.1:<%= @port %>"
|
|
labels:
|
|
name: "<%= @name %>"
|