This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit ed1bcb0
committed
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 logs1 parent e4833aa commit ed1bcb0
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
| |||
0 commit comments