style: fix markdown table column alignment
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 18:27:50 +02:00
commit b759bea241

View file

@ -7,7 +7,7 @@ Manage core Operating System components and system defaults.
### APT Configuration
| Variable | Required | Default | Description |
| ----------------------------- | ---------- | -------------------------------------- | -------------------------------------- |
| --------------------------- | -------- | ------------------------------------ | ------------------------------------ |
| `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time |
| `apt_automatic_reboot` | No | `true` | Enable automated reboots |
| `apt_enable_multiverse` | No | `false` | Enable multiverse repository |
@ -19,7 +19,7 @@ Manage core Operating System components and system defaults.
### DNS Configuration
| Variable | Required | Default | Description |
| ---------------- | ---------- | -------------------------- | -------------------------------- |
| -------------- | -------- | ------------------------ | ------------------------------ |
| `dns_servers` | No | `["192.168.10.1"]` | List of DNS nameservers to use |
| `dns_search` | No | `["example.internal"]` | List of search domains to use |
| `dns_options` | No | `[]` | List of resolver options |
@ -27,7 +27,7 @@ Manage core Operating System components and system defaults.
### NTP Configuration
| Variable | Required | Default | Description |
| -------------- | ---------- | ---------------------- | -------------------------------------- |
| ------------ | -------- | -------------------- | ------------------------------------ |
| `ntp_server` | No | `pool.ntp.org` | NTP server for time synchronization |
| `timezone` | No | `Europe/Amsterdam` | System timezone |