From 61c314d75ab57e7c4ba33914c4d237c9767b1f78 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 16 Mar 2020 15:48:41 +0100 Subject: [PATCH] zone modification --- provisioning_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning_example.sh b/provisioning_example.sh index d660ab5..e67f3d8 100755 --- a/provisioning_example.sh +++ b/provisioning_example.sh @@ -60,7 +60,7 @@ verif servermodel 192.168.1.2 test.cadoles.com '["cadoles.com"]' null # Create a site, a zone and a server ./script/cucchiaiata infra.site.create -s etab1 -d "Etab 1" -./script/cucchiaiata infra.zone.create -z pedago -d "Pedago" -s etab1 -n "192.168.1.0/24" -t "192.168.1.10" -e "192.168.1.100" +./script/cucchiaiata infra.zone.create -z pedago -d "Pedago" -s etab1 -n "192.168.1.0/24" -t "192.168.1.10" -e "192.168.1.100" -q 192.168.1.1 -g 192.168.1.254 ./script/cucchiaiata infra.server.create -s test.cadoles.com -d description -m unbound_etab1 -r last -i etab1 -z pedago -p factory