This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
terraform-hcloud-kube-hetzner
Watch
1
Star
0
Fork
0
You've already forked terraform-hcloud-kube-hetzner
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
cd07025147
terraform-hcloud-kube-hetzner
/
modules
/
host
/
templates
/
boothook.sh.tpl
6 lines
90 B
Smarty
Raw
Normal View
History
Unescape
Escape
Switch to cloud-init for host initialization
2022-02-23 19:36:03 +01:00
#!/bin/sh
#cloud-boothook
# Fix hostname after reboot
added new lines at the end of cloud init templates
2022-03-01 22:13:41 +01:00
hostnamectl hostname "$
{
hostname
}
"
Reference in New Issue
Copy Permalink