From 0b0a4b4533085a0279fe1ac132551f30d1b18f4a Mon Sep 17 00:00:00 2001 From: Shan Desai Date: Mon, 10 Jul 2023 09:42:59 +0200 Subject: [PATCH] fix(cloud-init): typo for plain-text password for user closes #11 According to the docs and reported in the Issue, the value should be `plain_text_passwd` --- http/user-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/user-data b/http/user-data index f3e30bc..3356a3f 100644 --- a/http/user-data +++ b/http/user-data @@ -30,6 +30,6 @@ autoinstall: sudo: ALL=(ALL) NOPASSWD:ALL shell: /bin/bash - name: user1 - plain_txt_passwd: packerubuntu + plain_text_passwd: packerubuntu lock-passwd: false shell: /bin/bash