Skip to content

Commit

Permalink
fix(cloud-init): typo for plain-text password for user
Browse files Browse the repository at this point in the history
closes #11

According to the docs and reported in the Issue, the value should be `plain_text_passwd`
  • Loading branch information
shantanoo-desai authored Jul 10, 2023
1 parent 9fed7f8 commit 0b0a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b0a4b4

Please sign in to comment.