You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
fix: modernize cloud-init user password configuration
Replace deprecated chpasswd.list with plain_text_passwd in user configuration.
The chpasswd.list method is deprecated in newer cloud-init versions and
plain_text_passwd is the recommended approach for setting user passwords.
This change:
- Removes the deprecated chpasswd section
- Adds plain_text_passwd field to the user configuration
- Maintains the same password (torrust123) for compatibility
- Eliminates deprecation warnings in cloud-init logs
0 commit comments