terraform-hcloud-kube-hetzner/modules/host/templates/boothook.sh.tpl

6 lines
90 B
Smarty
Raw Normal View History

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