From fd8fd302091f1ec1ae0aa7c9af3fafb8abf158af Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 2 Nov 2024 14:58:13 +0100 Subject: [PATCH] [tutorial 011] The variable description We can add a description to this first variable. This information is useful for: - documentation - error message - help user to known which value to set to this variable (for example with [the user data plugin Questionary](https://forge.cloud.silique.fr/gnunux/rougail-user-data-questionary)). --- firefox/00-proxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox/00-proxy.yml b/firefox/00-proxy.yml index e468d85..0299903 100644 --- a/firefox/00-proxy.yml +++ b/firefox/00-proxy.yml @@ -1,2 +1,3 @@ --- proxy_mode: + description: Configure Proxy Access to the Internet