From 067b053c5ca5402704e3908e0ce5eb02a2758969 Mon Sep 17 00:00:00 2001 From: Neill Cox Date: Tue, 26 Sep 2023 10:05:59 +1000 Subject: [PATCH] Fix typo --- src/virt-install/user-data.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virt-install/user-data.tpl b/src/virt-install/user-data.tpl index c6d7211..33cddfb 100644 --- a/src/virt-install/user-data.tpl +++ b/src/virt-install/user-data.tpl @@ -7,7 +7,7 @@ chpasswd: {{expire: False}} ssh_pwauth: True ssh_authorized_keys: - {data.public_key} -{bootmd} +{data.bootcmd} runcmd: - "service sshd restart" - "subscription-manager register --username {data.rhn_user} --password '{data.rhn_password}'"