Added sms_credit_added to config_values.py
This commit is contained in:
parent
89079d3c33
commit
e94f0697fc
2 changed files with 6 additions and 4 deletions
|
@ -86,9 +86,10 @@ class rhizomatica_base_system {
|
||||||
$voip_cli = hiera('rhizo::voip_cli')
|
$voip_cli = hiera('rhizo::voip_cli')
|
||||||
|
|
||||||
# Subscription SMS notification
|
# Subscription SMS notification
|
||||||
$notice_msg = hiera('rhizo::notice_msg')
|
$notice_msg = hiera('rhizo::notice_msg')
|
||||||
$reminder_msg = hiera('rhizo::reminder_msg')
|
$reminder_msg = hiera('rhizo::reminder_msg')
|
||||||
$deactivate_msg = hiera('rhizo::deactivate_msg')
|
$deactivate_msg = hiera('rhizo::deactivate_msg')
|
||||||
|
$sms_credit_added = hiera('rhizo::sms_credit_added')
|
||||||
|
|
||||||
#Roaming welcome SMS
|
#Roaming welcome SMS
|
||||||
$sms_welcome_roaming = hiera('rhizo::sms_welcome_roaming')
|
$sms_welcome_roaming = hiera('rhizo::sms_welcome_roaming')
|
||||||
|
|
|
@ -39,6 +39,7 @@ smsc_shortcode = "<%= @smsc_shortcode %>"
|
||||||
sms_sender_unauthorized = '<%= @sms_sender_unauthorized %>'
|
sms_sender_unauthorized = '<%= @sms_sender_unauthorized %>'
|
||||||
sms_destination_unauthorized = '<%= @sms_destination_unauthorized %>'
|
sms_destination_unauthorized = '<%= @sms_destination_unauthorized %>'
|
||||||
sms_welcome_roaming = '<%= @sms_welcome_roaming %>' % site_name
|
sms_welcome_roaming = '<%= @sms_welcome_roaming %>' % site_name
|
||||||
|
sms_credit_added = '<%= @sms_credit_added %>'
|
||||||
|
|
||||||
rai_admin_user = '<%= @rai_admin_user %>'
|
rai_admin_user = '<%= @rai_admin_user %>'
|
||||||
rai_admin_pwd = '<%= @rai_admin_pwd %>'
|
rai_admin_pwd = '<%= @rai_admin_pwd %>'
|
||||||
|
@ -62,4 +63,4 @@ notice_msg = '<%= @notice_msg %>'
|
||||||
reminder_msg = '<%= @reminder_msg %>'
|
reminder_msg = '<%= @reminder_msg %>'
|
||||||
deactivate_msg = '<%= @deactivate_msg %>'
|
deactivate_msg = '<%= @deactivate_msg %>'
|
||||||
sms_welcome_roaming = '<%= @sms_welcome_roaming %>'
|
sms_welcome_roaming = '<%= @sms_welcome_roaming %>'
|
||||||
emergency_contact = '<%= @emergency_contact %>'
|
emergency_contact = '<%= @emergency_contact %>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue