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:
parent
5608410953
commit
1e82cd62aa
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue