From 88576051f2e3729f2d16cbfa617800ee431fb14c Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Fri, 13 Jan 2017 23:43:56 +0000 Subject: [PATCH] Add bts_type from hiera --- modules/rhizo_base/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index be44f1b..755a68e 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -38,6 +38,7 @@ class rhizo_base { $lac = hiera('rhizo::lac') #BTSs configuration + $bts_type = hiera('rhizo::bts_type') $bts1_ip_address = hiera('rhizo::bts1_ip_address') $arfcn_A = hiera('rhizo::arfcn_A') $arfcn_B = hiera('rhizo::arfcn_B', false)