mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-20 18:01:19 +00:00
Fix: Ensure newlines are printed correctly
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d2c0a1406a
commit
843ac39a01
1 changed files with 1 additions and 1 deletions
|
@ -143,6 +143,6 @@ chroot_commands:
|
|||
- "sed -i 's/command_args=\"/command_args=\"--cloud-provider=external /' /etc/init.d/kubelet"
|
||||
|
||||
# Configure chrony
|
||||
- 'echo "server ptbtime1.ptb.de iburst\nserver ptbtime2.ptb.de iburst\ninitstepslew 10 ptbtime1.ptb.de\ndriftfile /var/lib/chrony/chrony.drift\nrtcsync\ncmdport 0" >/etc/chrony/chrony.conf'
|
||||
- 'echo -e "server ptbtime1.ptb.de iburst\nserver ptbtime2.ptb.de iburst\ninitstepslew 10 ptbtime1.ptb.de\ndriftfile /var/lib/chrony/chrony.drift\nrtcsync\ncmdport 0" >/etc/chrony/chrony.conf'
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue