From a044459cc1a93dc4446583d9689cb85148c0a5bd Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 23 Oct 2024 20:01:17 +0200 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