From c0ff46d1dffd537f849be52dac196d501f46c5d7 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 23 Oct 2024 10:58:24 +0200 Subject: [PATCH] [tutorial 016] Family in "shorthand" mode The sub family is now in "shorthand" mode. In this mode we can only define "name" and "description" attributes. Inside the sub family we add two variables (with domainname and port types). --- firefox/10-manual.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml index 85b4eb2..100695b 100644 --- a/firefox/10-manual.yml +++ b/firefox/10-manual.yml @@ -15,3 +15,8 @@ manual: type: domainname params: allow_ip: true + + port: + description: HTTP Port + type: port + default: 8080