Return to default kured reboot method

This commit is contained in:
Marco Nenciarini
2022-03-04 13:53:45 +01:00
parent 5a3b8afd28
commit 1cddf12886
3 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,12 @@ write_files:
AuthorizedKeysFile .ssh/authorized_keys
path: /etc/ssh/sshd_config.d/kube-hetzner.conf
# Setting the right reboot mode
- content: |
REBOOT_METHOD=kured
path: /etc/transactional-update.conf
append: true
# Add ssh authorized keys
ssh_authorized_keys:
%{ for key in sshAuthorizedKeys ~}