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.
This commit is contained in:
Matt Johnson 2019-07-09 18:00:51 -05:00
parent 1e82cd62aa
commit e2b93afc67

View file

@ -16,6 +16,7 @@ rhizo::lac: "1"
rhizo::mcc: "001" rhizo::mcc: "001"
rhizo::mnc: "001" rhizo::mnc: "001"
rhizo::gprs: "none" rhizo::gprs: "none"
rhizo::local_bsc_cfg: "0"
#Emergency call contact #Emergency call contact
rhizo::emergency_contact: "12345" rhizo::emergency_contact: "12345"