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 c819011 commit a7cddc2Copy full SHA for a7cddc2
infra/aggregation_mode/terraform/cloudinit/postgres-monitor-cloud-init.yaml
@@ -33,10 +33,22 @@ packages:
33
- htop
34
- rsync
35
- pkg-config
36
+ - locales
37
+
38
+write_files:
39
+ - path: /etc/environment
40
+ content: |
41
+ LANG=en_US.UTF-8
42
+ LC_ALL=C
43
+ LANGUAGE=en_US.UTF-8
44
+ LC_TYPE=en_US.UTF-8
45
+ LC_CTYPE=en_US.UTF-8
46
47
runcmd:
48
- loginctl enable-linger app
49
# Tailscale installation https://tailscale.com/kb/1293/cloud-init
50
- curl -fsSL https://tailscale.com/install.sh | sh
51
- tailscale up --ssh --advertise-tags=tag:server --auth-key=${tailscale_auth_key}
52
- tailscale set --auto-update
53
+ - sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
54
+ - locale-gen
0 commit comments