From 5494bfd06b0d096d8b9335d6eb52d6026a6cd8ea Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Sun, 18 Nov 2018 13:14:34 +0000 Subject: [PATCH] Add 3 more parameters --- modules/rhizo_base/manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 8e2edcc..c5855a3 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -60,11 +60,12 @@ class rhizo_base { $max_power_red = hiera('rhizo::max_power_red') - # VPN ip address + # IP address $vpn_ip_address = hiera('rhizo::vpn_ip_address') $wan_ip_address = hiera('rhizo::wan_ip_address') $riak_ip_address = hiera('rhizo::riak_ip_address', $vpn_ip_address) $sip_central_ip_address = hiera('rhizo::sip_central_ip_address') + $latency_check_address = hiera('rhizo::latency_check_address','1.1.1.1') # SITE settings # rate type can be "call" or "min" @@ -93,6 +94,7 @@ class rhizo_base { $kannel_username = hiera('rhizo::kannel_username') $kannel_sendsms_password = hiera('rhizo::kannel_sendsms_password') $use_kannel = hiera('rhizo::use_kannel', 'yes') + $smpp_password = hiera('rhizo::smpp_password', 'Password') # VOIP provider $voip_provider_name = hiera('rhizo::voip_provider_name') @@ -117,6 +119,7 @@ class rhizo_base { #Number to send low VOIP Balance alert $admin_contact = hiera('rhizo::admin_contact','') + $support_contact = hiera('rhizo::support_contact','') #Device Geo Info $bsc_geo_lat = hiera('rhizo::bsc_geo_lat')