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
e5404b6adc
terraform-hcloud-kube-hetzner
/
modules
/
host
/
templates
/
boothook.sh.tpl
5 lines
89 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
proper application of selinux
2022-03-01 21:57:57 +01:00
hostnamectl hostname "$
{
hostname
}
"
Reference in New Issue
Copy Permalink