Files
terraform-hcloud-kube-hetzner/modules/host/templates/boothook.sh.tpl
2022-03-01 22:13:41 +01:00

6 lines
90 B
Smarty

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