From 00110194c5d8d9fe01ae29e4bf674a8097afdca7 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 23 Oct 2024 10:58:23 +0200 Subject: [PATCH] [tutorial 015] 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml index 3663619..85b4eb2 100644 --- a/firefox/10-manual.yml +++ b/firefox/10-manual.yml @@ -13,3 +13,5 @@ manual: address: description: HTTP address type: domainname + params: + allow_ip: true