From f847367b836965671724bec39290dac4596efade Mon Sep 17 00:00:00 2001 From: Cam Hutchison Date: Mon, 4 Aug 2025 17:23:13 +1000 Subject: [PATCH] docs: Fix indent of "enabled" in SSH service reference Fix the indent of the `enabled: true` line and its comment to match that of the other lines in the config. It was indented an extra level. --- docs/pages/includes/config-reference/ssh-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/includes/config-reference/ssh-service.yaml b/docs/pages/includes/config-reference/ssh-service.yaml index d7965552b563c..d8b38d2a9b2df 100644 --- a/docs/pages/includes/config-reference/ssh-service.yaml +++ b/docs/pages/includes/config-reference/ssh-service.yaml @@ -1,6 +1,6 @@ ssh_service: - # Turns 'ssh' role on. Default is true - enabled: true + # Turns 'ssh' role on. Default is true + enabled: true # IP and the port for SSH service to bind to. listen_addr: 0.0.0.0:3022