added new lines at the end of cloud init templates
This commit is contained in:
parent
e5404b6adc
commit
c321dbb7cc
@ -2,4 +2,4 @@
|
|||||||
#cloud-boothook
|
#cloud-boothook
|
||||||
|
|
||||||
# Fix hostname after reboot
|
# Fix hostname after reboot
|
||||||
hostnamectl hostname "${hostname}"
|
hostnamectl hostname "${hostname}"
|
||||||
|
@ -39,4 +39,5 @@ runcmd:
|
|||||||
- hostnamectl hostname ${hostname}
|
- hostnamectl hostname ${hostname}
|
||||||
|
|
||||||
# Finishing automatic reboot via Kured setup
|
# Finishing automatic reboot via Kured setup
|
||||||
- rebootmgrctl set-strategy off
|
- rebootmgrctl set-strategy off
|
||||||
|
|
Loading…
Reference in New Issue
Block a user