From 1e82cd62aa26aead3285bb4b3ffd3a7a6e185b1b Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 9 Jul 2019 17:57:54 -0500 Subject: [PATCH] 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. --- hieradata/site_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/site_template.yaml b/hieradata/site_template.yaml index ccdb404..f8cd60d 100644 --- a/hieradata/site_template.yaml +++ b/hieradata/site_template.yaml @@ -15,6 +15,7 @@ rhizo::ggsn_ip_address: "127.0.0.1" rhizo::lac: "1" rhizo::mcc: "001" rhizo::mnc: "001" +rhizo::gprs: "none" #Emergency call contact rhizo::emergency_contact: "12345"