Skip to content

Commit 4ae682e

Browse files
committed
fix: add missing env file that allows service to start properly
1 parent c7b180e commit 4ae682e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/teleport-node/assets/cloud-init/cloud-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ write_files:
1616
content: ${teleport_envs_encoded}
1717
encoding: base64
1818
permissions: "0644"
19+
- path: /etc/default/teleport
20+
content: ${teleport_envs_encoded}
21+
encoding: base64
22+
permissions: "0644"
1923
- path: /etc/teleport.d/use-letsencrypt
2024
content: use-letsencrypt
2125
permissions: "0644"

0 commit comments

Comments
 (0)