From f0c113e63a10a9a1986ae939a7a64d47df7bff92 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 2 Nov 2024 14:58:16 +0100 Subject: [PATCH] [tutorial 020] A family The "manual" mode structural descriptions are write in a new files to separate things. But Rougail will concatenate variables and families. We create a family, which will contain other variables. This family has: - a description - a type As there is no variable inside this family, the type is mandatory. Without it, Rougail will create a variable. In fact, this family will be deleted by Rougail too because it is empty. --- firefox/10-manual.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 firefox/10-manual.yml diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml new file mode 100644 index 0000000..8a704f5 --- /dev/null +++ b/firefox/10-manual.yml @@ -0,0 +1,4 @@ +--- +manual: + description: Manual proxy configuration + type: family