Add sms_db param and sms() shell function

This commit is contained in:
Keith Whyte 2020-09-02 13:34:21 +02:00
parent d5b67e7b63
commit 30bc66ca71
5 changed files with 11 additions and 3 deletions

View file

@ -20,7 +20,8 @@ class rhizo_base {
$notouchcron = hiera('rhizo::notouchcron', 0)
$use_ups = hiera('rhizo::use_ups')
$rhizomatica_dir = hiera('rhizo::rhizomatica_dir')
$sq_hlr_path = hiera('rhizo::sq_hlr_path')
$hlr_db = hiera('rhizo::hlr_db', '/var/lib/osmocom/hlr.db')
$sms_db = hiera('rhizo::sms_db', '/var/lib/osmocom/sms.db')
$use_sip = hiera('rhizo::use_sip')
$advice_email = hiera('rhizo::advice_email')
$charge_scheme = hiera('rhizo::charge_scheme', 'normal')