From 52bb5f663f8c4c71595f14ca94450e38831be725 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Thu, 3 Mar 2022 03:02:24 +0100 Subject: [PATCH] removed explicit reboot method flag --- modules/host/templates/userdata.yaml.tpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/host/templates/userdata.yaml.tpl b/modules/host/templates/userdata.yaml.tpl index 4878c6b..b704130 100644 --- a/modules/host/templates/userdata.yaml.tpl +++ b/modules/host/templates/userdata.yaml.tpl @@ -18,11 +18,6 @@ write_files: AuthorizedKeysFile .ssh/authorized_keys path: /etc/ssh/sshd_config.d/kube-hetzner.conf -# Setting the right reboot mode -- content: | - REBOOT_METHOD=rebootmgr - path: /etc/transactional-update.conf - # Add ssh authorized keys ssh_authorized_keys: %{ for key in sshAuthorizedKeys ~}