We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the docs, the default user data can be overriden by the user dictionary keys. Unfortunately, this is not the case.
user
Apply the below user_data to Almalinux 9.5 generic cloud image
#cloud-config user: name: samha plain_text_passwd: password lock_passwd: false users: - name: root plain_text_passwd: password lock_passwd: false
The root password is modified but the default user (i.e almalinux) is not changed to samha.
root
almalinux
samha
cloud-init.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
According to the docs, the default user data can be overriden by the
user
dictionary keys. Unfortunately, this is not the case.Steps to reproduce the problem
Apply the below user_data to Almalinux 9.5 generic cloud image
The
root
password is modified but the default user (i.ealmalinux
) is not changed tosamha
.Environment details
cloud-init logs
cloud-init.tar.gz
The text was updated successfully, but these errors were encountered: