From 0289ff4bdb003d4a66b24d223d5a7e5da96e553d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 9 Mar 2026 07:58:22 +0100 Subject: [PATCH] [tutorial v1.1_041] A default value calculated from another variable --- firefox/20-manual.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/firefox/20-manual.yml b/firefox/20-manual.yml index 442fb2d3..c12ed3f1 100644 --- a/firefox/20-manual.yml +++ b/firefox/20-manual.yml @@ -10,12 +10,11 @@ manual: address: description: HTTPS address - type: domainname - params: - allow_ip: true + default: + variable: __.http_proxy.address port: description: HTTPS Port - type: port - default: 8080 + default: + variable: __.http_proxy.port ...