We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b180e commit 4ae682eCopy full SHA for 4ae682e
modules/teleport-node/assets/cloud-init/cloud-config.yaml
@@ -16,6 +16,10 @@ write_files:
16
content: ${teleport_envs_encoded}
17
encoding: base64
18
permissions: "0644"
19
+ - path: /etc/default/teleport
20
+ content: ${teleport_envs_encoded}
21
+ encoding: base64
22
+ permissions: "0644"
23
- path: /etc/teleport.d/use-letsencrypt
24
content: use-letsencrypt
25
0 commit comments