Add parameter to activate local SIP phones
This commit is contained in:
parent
174e15d208
commit
bf9e3b5de7
1 changed files with 2 additions and 1 deletions
|
@ -17,10 +17,11 @@ class rhizo_base {
|
||||||
$kannel_admin_password = hiera('rhizo::kannel_admin_password')
|
$kannel_admin_password = hiera('rhizo::kannel_admin_password')
|
||||||
$password_hash = hiera('rhizo::password_hash')
|
$password_hash = hiera('rhizo::password_hash')
|
||||||
|
|
||||||
$use_ups = hiera('rhizo::use_ups')
|
|
||||||
# Configuration settings
|
# Configuration settings
|
||||||
|
$use_ups = hiera('rhizo::use_ups')
|
||||||
$rhizomatica_dir = hiera('rhizo::rhizomatica_dir')
|
$rhizomatica_dir = hiera('rhizo::rhizomatica_dir')
|
||||||
$sq_hlr_path = hiera('rhizo::sq_hlr_path')
|
$sq_hlr_path = hiera('rhizo::sq_hlr_path')
|
||||||
|
$use_sip = hiera('rhizo::use_sip')
|
||||||
|
|
||||||
# database
|
# database
|
||||||
$pgsql_db = hiera('rhizo::pgsql_db')
|
$pgsql_db = hiera('rhizo::pgsql_db')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue