Added welcome SMS message for roaming users.

This commit is contained in:
Ciaby 2014-08-31 20:12:18 -05:00
parent db8e6ebb4b
commit b70312773e
2 changed files with 5 additions and 1 deletions

View file

@ -77,6 +77,9 @@ class rhizomatica_base_system {
$reminder_msg = hiera('rhizo::reminder_msg')
$deactivate_msg = hiera('rhizo::deactivate_msg')
#Roaming welcome SMS
$sms_welcome_roaming = hiera('rhizo::sms_welcome_roaming')
include ntp
include kannel

View file

@ -60,3 +60,4 @@ voip_cli = "<%= @voip_cli %>"
notice_msg = '<%= @notice_msg %>'
reminder_msg = '<%= @reminder_msg %>'
deactivate_msg = '<%= @deactivate_msg %>'
sms_welcome_roaming = '<%= @sms_welcome_roaming %>' % site_name