Added emergency_contact to config_values.py
This commit is contained in:
parent
5475af87c3
commit
20b6b42248
2 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,8 @@ class rhizomatica_base_system {
|
|||
|
||||
#Roaming welcome SMS
|
||||
$sms_welcome_roaming = hiera('rhizo::sms_welcome_roaming')
|
||||
#Emergency number
|
||||
$emergency_contact = hiera('rhizo::emergency_contact')
|
||||
|
||||
include ntp
|
||||
include kannel
|
||||
|
|
|
@ -61,3 +61,5 @@ voip_cli = "<%= @voip_cli %>"
|
|||
notice_msg = '<%= @notice_msg %>'
|
||||
reminder_msg = '<%= @reminder_msg %>'
|
||||
deactivate_msg = '<%= @deactivate_msg %>'
|
||||
sms_welcome_roaming = '<%= @sms_welcome_roaming %>'
|
||||
emergency_contact = '<%= @emergency_contact %>'
|
Loading…
Add table
Add a link
Reference in a new issue