From 3611325a246f1d3b89f31348fc6f474174dd977d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 7 Sep 2024 19:06:35 +0200 Subject: [PATCH] [tutorial 013] A sub family Inside a family, we can have variables or families. The "type" for family "manual" became unecessary because container an other family, so it's not a variable. In disabled attribute, it's better tu use relative path (we will see the reason in an other slide). --- firefox/10-manual.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml index 1a414913..e15cd472 100644 --- a/firefox/10-manual.yml +++ b/firefox/10-manual.yml @@ -5,3 +5,7 @@ manual: disabled: variable: proxy_mode when_not: 'Manual proxy configuration' + + http_proxy: + description: HTTP Proxy + type: family