hiera: Add missing rhizo::gprs key

rhizo::grps is referred to in
`modules/rhizo_base/manifests/init.pp`. The default value of "none" is
only a guess but allows puppet provisioning to complete and the
osmocom stack to start.
This commit is contained in:
Matt Johnson 2019-07-09 17:57:54 -05:00
parent 5608410953
commit 1e82cd62aa

View file

@ -15,6 +15,7 @@ rhizo::ggsn_ip_address: "127.0.0.1"
rhizo::lac: "1" rhizo::lac: "1"
rhizo::mcc: "001" rhizo::mcc: "001"
rhizo::mnc: "001" rhizo::mnc: "001"
rhizo::gprs: "none"
#Emergency call contact #Emergency call contact
rhizo::emergency_contact: "12345" rhizo::emergency_contact: "12345"