mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
c8f68cbc46
Same as #15050 but for the `aws-linux` template. Tested, works as expected.
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
#cloud-config
|
|
cloud_final_modules:
|
|
- [scripts-user, always]
|
|
hostname: ${hostname}
|
|
users:
|
|
- name: ${linux_user}
|
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
|
shell: /bin/bash
|