From 31d8550a7516c2a6ae5f64534681ccede36a02e4 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Mon, 24 Aug 2020 15:11:01 +0200 Subject: [PATCH] Add an empty DID array to example common yaml --- hieradata/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index b4b0212..c0374ff 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -99,6 +99,8 @@ rhizo::bts: #Misc rhizo::free_numbers: [ "1234567890", "0987654321" ] +rhizo::dids: +- "" rhizo::use_ups: "no" rhizo::use_sip: "no" rhizo::sip_central_ip_address: [ "192.168.1.1", "192.168.1.254" ]