From e2b93afc67bde8d0cf447adae97b1c1b148945c1 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 9 Jul 2019 18:00:51 -0500 Subject: [PATCH] hiera: Add missing key rhizo::local_bsc_cfg The key referred to in `modules/rhizo_base/manifests/openbsc.pp`. A default value of 0 (anything but "1") will result in a new config being generated from a template. --- hieradata/site_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/site_template.yaml b/hieradata/site_template.yaml index f8cd60d..59e885f 100644 --- a/hieradata/site_template.yaml +++ b/hieradata/site_template.yaml @@ -16,6 +16,7 @@ rhizo::lac: "1" rhizo::mcc: "001" rhizo::mnc: "001" rhizo::gprs: "none" +rhizo::local_bsc_cfg: "0" #Emergency call contact rhizo::emergency_contact: "12345"