From 89079d3c3384452fb546df0b9bbcf1b1712dd49c Mon Sep 17 00:00:00 2001 From: Ciaby Date: Mon, 16 Feb 2015 16:30:16 -0600 Subject: [PATCH] Added auth_policy value (used in osmo-nitb.cfg) --- modules/rhizomatica_base_system/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rhizomatica_base_system/manifests/init.pp b/modules/rhizomatica_base_system/manifests/init.pp index e53c592..ae32c4a 100644 --- a/modules/rhizomatica_base_system/manifests/init.pp +++ b/modules/rhizomatica_base_system/manifests/init.pp @@ -32,6 +32,7 @@ class rhizomatica_base_system { $pbxcode = hiera('rhizo::pbxcode') # network name $network_name = hiera('rhizo::network_name') + $auth_policy = hiera('rhizo::auth_policy') #BTSs configuration $bts1_ip_address = hiera('rhizo::bts1_ip_address')