Change MNC to two digits

This commit is contained in:
Keith Whyte 2022-07-09 22:37:53 +02:00
parent ed0c3f3345
commit c7a3819bcd

View file

@ -54,7 +54,7 @@ class rhizo_base {
$auth_policy = hiera('rhizo::auth_policy')
$gprs = hiera('rhizo::gprs', 'egprs')
$mcc = hiera('rhizo::mcc', '334')
$mnc = hiera('rhizo::mnc', '7')
$mnc = hiera('rhizo::mnc', '07')
#BTSs configuration
$opkg_creds = hiera('rhizo::bts_opkg_creds')