From 26bb436f06f5a67c5177b011dd9fb3815cd2a9e5 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 23 Oct 2024 10:58:11 +0200 Subject: [PATCH] [tutorial 004] 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