Add Advice Email address to config_values
This commit is contained in:
parent
cb8e8aa483
commit
1042e20b7a
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ class rhizo_base {
|
||||||
$rhizomatica_dir = hiera('rhizo::rhizomatica_dir')
|
$rhizomatica_dir = hiera('rhizo::rhizomatica_dir')
|
||||||
$sq_hlr_path = hiera('rhizo::sq_hlr_path')
|
$sq_hlr_path = hiera('rhizo::sq_hlr_path')
|
||||||
$use_sip = hiera('rhizo::use_sip')
|
$use_sip = hiera('rhizo::use_sip')
|
||||||
|
$advice_email = hiera('rhizo::advice_email')
|
||||||
|
|
||||||
# database
|
# database
|
||||||
$pgsql_db = hiera('rhizo::pgsql_db')
|
$pgsql_db = hiera('rhizo::pgsql_db')
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
rhizomatica_dir = '<%= @rhizomatica_dir %>'
|
rhizomatica_dir = '<%= @rhizomatica_dir %>'
|
||||||
sq_hlr_path = '<%= @sq_hlr_path %>'
|
sq_hlr_path = '<%= @sq_hlr_path %>'
|
||||||
use_sip = '<%= @use_sip %>'
|
use_sip = '<%= @use_sip %>'
|
||||||
|
advice_email = <%= @advice_email %>
|
||||||
|
|
||||||
# database
|
# database
|
||||||
pgsql_db = '<%= @pgsql_db %>'
|
pgsql_db = '<%= @pgsql_db %>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue