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

5 lines
89 B
Smarty
Raw Normal View History

#!/bin/sh
#cloud-boothook
# Fix hostname after reboot
2022-03-01 21:57:57 +01:00
hostnamectl hostname "${hostname}"