Add Advice Email address to config_values

This commit is contained in:
Wile E. Coyote 2017-02-01 09:52:45 +00:00
parent cb8e8aa483
commit 1042e20b7a
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ class rhizo_base {
$rhizomatica_dir = hiera('rhizo::rhizomatica_dir')
$sq_hlr_path = hiera('rhizo::sq_hlr_path')
$use_sip = hiera('rhizo::use_sip')
$advice_email = hiera('rhizo::advice_email')
# database
$pgsql_db = hiera('rhizo::pgsql_db')

View file

@ -5,6 +5,7 @@
rhizomatica_dir = '<%= @rhizomatica_dir %>'
sq_hlr_path = '<%= @sq_hlr_path %>'
use_sip = '<%= @use_sip %>'
advice_email = <%= @advice_email %>
# database
pgsql_db = '<%= @pgsql_db %>'