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
|
@ -89,6 +89,7 @@ class rhizomatica_base_system {
|
||||||
$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 %>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue