Fix hostname

This commit is contained in:
Neill Cox 2023-09-26 16:10:26 +10:00
parent ac86e51c2d
commit f8db1c0934
3 changed files with 8 additions and 5 deletions

View file

@ -9,7 +9,6 @@ ssh_authorized_keys:
- {data.public_key}
{data.bootcmd}
runcmd:
- "service sshd restart"
- "subscription-manager register --username {data.rhn_user} --password '{data.rhn_password}'"
- "subscription-manager release --set=8.4"
- "dnf install -y dnf-utils"