Moved the rhizomatica password hash into the hiera config.
This commit is contained in:
parent
7478afded1
commit
40767ab2f2
2 changed files with 5 additions and 1 deletions
|
@ -15,6 +15,7 @@ class rhizo_base {
|
|||
$mail_admins = hiera('rhizo::mail_admins')
|
||||
$smsc_password = hiera('rhizo::smsc_password')
|
||||
$kannel_admin_password = hiera('rhizo::kannel_admin_password')
|
||||
$password_hash = hiera('rhizo::password_hash')
|
||||
|
||||
# Configuration settings
|
||||
$rhizomatica_dir = hiera('rhizo::rhizomatica_dir')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue