Added emergency_contact to config_values.py

This commit is contained in:
Ciaby 2014-10-28 20:57:06 -06:00
parent 5475af87c3
commit 20b6b42248
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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 %>'