[PATCH v2 06/15] ansible_provisioning: fix help text indentation style
Daniel Gomez <[email protected]> Wed, 29 Oct 2025 13:40:48 +0100
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Daniel Gomez <[email protected]> Fix Kconfig help text indentation to consistently use tabs. Several help entries were using spaces instead of tabs for indentation, and one had incorrect placement of the "help" keyword. Signed-off-by: Daniel Gomez <[email protected]> --- kconfigs/Kconfig.ansible_provisioning | 56 +++++++++++++++++------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/kconfigs/Kconfig.ansible_provisioning b/kconfigs/Kconfig.ansible_provisioning index 52b64854..590a1148 100644 --- a/kconfigs/Kconfig.ansible_provisioning +++ b/kconfigs/Kconfig.ansible_provisioning @@ -37,7 +37,7 @@ config KDEVOPS_DEVCONFIG_ENABLE_CONSOLE depends on KDEVOPS_DEVCONFIG_ENABLE help Enable this so that we configure and enable console serial settings - for you on /etc/default/grub. + for you on /etc/default/grub. if KDEVOPS_DEVCONFIG_ENABLE_CONSOLE @@ -45,26 +45,26 @@ config KDEVOPS_DEVCONFIG_KERNEL_CONSOLE_SETTINGS string "Kernel command line console kernel parameters to use" default "console=tty0 console=tty1 console=ttyS0,115200n8" help - Linux kernel console kernel parameters to use. This will be appended + Linux kernel console kernel parameters to use. This will be appended to the GRUB configuration file /etc/default/grub on the variable - GRUB_CMDLINE_LINUX_DEFAULT, if and only if you did not have any - console settings already set. + GRUB_CMDLINE_LINUX_DEFAULT, if and only if you did not have any + console settings already set. config KDEVOPS_DEVCONFIG_GRUB_SERIAL_COMMAND string "GRUB specific serial settings" default "serial --speed=115200 --unit=0 --parity=no --stop=1" help - GRUB console settings to use. This will be appended to the GRUB - configuration file /etc/default/grub on the variable - GRUB_SERIAL_COMMAND, if and only if we did change the your console - settings as per the above configured kernel parameters passed. + GRUB console settings to use. This will be appended to the GRUB + configuration file /etc/default/grub on the variable + GRUB_SERIAL_COMMAND, if and only if we did change the your console + settings as per the above configured kernel parameters passed. config KDEVOPS_GRUB_TIMEOUT int "GRUB timeout" default 2 help - GRUB timeout to wait for user interaction to let you pick another - kernel or boot options. + GRUB timeout to wait for user interaction to let you pick another + kernel or boot options. endif # KDEVOPS_DEVCONFIG_ENABLE_CONSOLE @@ -72,7 +72,7 @@ config KDEVOPS_DEVCONFIG_ENABLE_SYSTEMD_WATCHDOG bool "Enable systemd watchdog setup" default y depends on KDEVOPS_DEVCONFIG_ENABLE - help + help Enable this to allow you to configure your systemd watchdog configuration. For details refer to: https://www.freedesktop.org/software/systemd/man/systemd-system.conf.html @@ -81,20 +81,20 @@ if KDEVOPS_DEVCONFIG_ENABLE_SYSTEMD_WATCHDOG config KDEVOPS_DEVCONFIG_SYSTEMD_WATCHDOG_TIMEOUT_RUNTIME string "Configures the RuntimeWatchdogSec settting" default "5min" - help - Configures the systemd watchdog RuntimeWatchdogSec setting. + help + Configures the systemd watchdog RuntimeWatchdogSec setting. config KDEVOPS_DEVCONFIG_SYSTEMD_WATCHDOG_TIMEOUT_REBOOT string "Configures the RebootWatchdogSec settting" default "10min" - help - Configures the systemd watchdog RebootWatchdogSec setting. + help + Configures the systemd watchdog RebootWatchdogSec setting. config KDEVOPS_DEVCONFIG_SYSTEMD_WATCHDOG_TIMEOUT_KEXEC string "Configures the KexecWatchdogSec settting" default "5min" - help - Configures the systemd watchdog KexecWatchdogSec setting. + help + Configures the systemd watchdog KexecWatchdogSec setting. endif # KDEVOPS_DEVCONFIG_ENABLE_SYSTEMD_WATCHDOG @@ -131,8 +131,8 @@ config DEVCONFIG_ENABLE_SYSTEMD_JOURNAL_REMOTE select DEVCONFIG_ENABLE_SYSTEMD_TIMESYNCD select DEVCONFIG_ENABLE_SYSTEMD_TIMESYNCD_NTP help - It is a pain to have to ssh to target nodes one is testing to check - for kernel logs. Enable this to allow us to set up the host with + It is a pain to have to ssh to target nodes one is testing to check + for kernel logs. Enable this to allow us to set up the host with systemd-journal-remote.service on then we will also congigure all test nodes with systemd-journal-upload.service so to upload their systemd journal to the host. By default we rely on insecure http @@ -168,8 +168,8 @@ config DEVCONFIG_SYSTEMD_JOURNAL_USE_HTTP bool "Use simple insecure http" default y help - For a simple setup you don't want to set up SSL cert files. - If you disable this you are on your own for now on setting up the + For a simple setup you don't want to set up SSL cert files. + If you disable this you are on your own for now on setting up the SSL cert files. For cloud environments you may want to have a command and control server within the network on the nodes, and assign that node as the systemd service. @@ -178,8 +178,8 @@ config DEVCONFIG_SYSTEMD_JOURNAL_REMOTE_URL string "systemd-remote URL" default $(shell, scripts/append-makefile-vars.sh http:// $(KDEVOPS_DEFAULT_BRIDGE_IP_GUESTFS)) if GUESTFS help - This is used for the client /etc/systemd/journal-upload.conf URL line. - By default we won't use SSL for now. If you should make sure the + This is used for the client /etc/systemd/journal-upload.conf URL line. + By default we won't use SSL for now. If you should make sure the IP address used here matches what the node should use. If using libvirt then ensure it is the same for your virtualization setup. If you are using libvirt on debian on the host it would seem the @@ -191,7 +191,7 @@ config DEVCONFIG_ENABLE_SYSTEMD_TIMESYNCD bool "Set up systemd-timesyncd" default n help - It if often useful to have the host and target nodes on the same + It if often useful to have the host and target nodes on the same time. This is usefult to optimize watchdogs so that we can use on local time instead of remote time for a sense of how much time has lapsed. Enable this if you want to benefit from this. @@ -202,7 +202,7 @@ config DEVCONFIG_ENABLE_SYSTEMD_TIMESYNCD_NTP bool "Enable systemd-timesyncd NTP" default y help - Enable NTP service using systemd-timesyncd. + Enable NTP service using systemd-timesyncd. if DEVCONFIG_ENABLE_SYSTEMD_TIMESYNCD_NTP @@ -238,9 +238,9 @@ config KDEVOPS_DEVCONFIG_ENABLE_CUSTOM_REPOS bool "Allow user to add custom repositories and install packages from them" default n help - Enable Kconfig options to allow user to add custom package - repositories and to also specify packages to be installed - from them. + Enable Kconfig options to allow user to add custom package + repositories and to also specify packages to be installed + from them. config KDEVOPS_DEVCONFIG_CUSTOM_REPOS string "Comma separated list of custom repositories to be enabled" -- 2.51.0