Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit fdf1a95

Browse files
committed
fix: resolve YAML line length in user-data.yaml.tpl
Break long line in cloud-init template to comply with 120-character yamllint limit, fixing ci-test-syntax workflow failure. - Split 136-character line into multiple lines maintaining YAML format - Ensures yamllint validation passes for CI/CD pipeline - Resolves failing make ci-test-syntax command
1 parent cf61dfd commit fdf1a95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/cloud-init/user-data.yaml.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ final_message: |
174174
- Docker: Installed and configured
175175
- Firewall: UFW enabled with proper SSH rules
176176
- Security: Automatic updates enabled
177-
- Torrust Tracker dependencies: pkg-config, libssl-dev, make, build-essential, libsqlite3-dev, sqlite3 (for future source compilation)
177+
- Torrust Tracker dependencies: pkg-config, libssl-dev, make, build-essential, libsqlite3-dev, sqlite3
178+
(for future source compilation)
178179

179180
SSH Access:
180181
- SSH Key: ssh torrust@VM_IP

0 commit comments

Comments
 (0)