added new lines at the end of cloud init templates

This commit is contained in:
Karim Naufal 2022-03-01 22:13:41 +01:00
parent e5404b6adc
commit c321dbb7cc
2 changed files with 3 additions and 2 deletions

View File

@ -2,4 +2,4 @@
#cloud-boothook #cloud-boothook
# Fix hostname after reboot # Fix hostname after reboot
hostnamectl hostname "${hostname}" hostnamectl hostname "${hostname}"

View File

@ -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