terraform-hcloud-kube-hetzner/modules/host/templates/boothook.sh.tpl
2022-03-01 21:57:57 +01:00

5 lines
89 B
Smarty

#!/bin/sh
#cloud-boothook
# Fix hostname after reboot
hostnamectl hostname "${hostname}"