Commit d48b580
Fix cloud-init logging format
The typo leads to problems when cloud-init attempts to load the logging
configuration. This is evident in the logs, as shown by the following
stack trace:
> cloud-init[515]: 2025-09-24 12:07:29,260 - util.py[WARNING]: Failed
> loading yaml blob. Invalid format at line 10 column 1: "expected
? '<document start>', but found '<block mapping start>'
> cloud-init[515]: in "<unicode string>", line 10, column 1:
> cloud-init[515]: _log:
> cloud-init[515]: ^"1 parent 26f3d76 commit d48b580
File tree
1 file changed
+3
-4
lines changed- stemcell_builder/stages/system_azure_init/assets/etc/cloud-init
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
0 commit comments