From 33e546e382f7dff4d11a7fb0952472053d942d11 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 10 Apr 2024 12:38:42 +0200 Subject: [PATCH] Update mariadb.yaml Signed-off-by: Kjeld Schouten --- templates/questions/dependencies/mariadb.yaml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/questions/dependencies/mariadb.yaml b/templates/questions/dependencies/mariadb.yaml index b24a6df64fd..13582094f83 100644 --- a/templates/questions/dependencies/mariadb.yaml +++ b/templates/questions/dependencies/mariadb.yaml @@ -5,17 +5,17 @@ additional_attrs: true type: dict attrs: - - variable: password - label: Password - description: "Set the password for the database-user" - schema: - type: string - default: "PLACEHOLDERPASSWORD" - required: true - - variable: rootPassword - label: "Root Password" - description: "Set the root password for mariadb" - schema: - type: string - default: "PLACEHOLDERROOTPASSWORD" - required: true + - variable: password + label: Password + description: "Set the password for the database-user" + schema: + type: string + default: "PLACEHOLDERPASSWORD" + required: true + - variable: rootPassword + label: "Root Password" + description: "Set the root password for mariadb" + schema: + type: string + default: "PLACEHOLDERROOTPASSWORD" + required: true