|
|
|
@@ -1212,6 +1212,12 @@ matrix_postgres_additional_databases: | |
|
|
|
'password': matrix_mx_puppet_steam_database_password, |
|
|
|
}] if (matrix_mx_puppet_steam_enabled and matrix_mx_puppet_steam_database_engine == 'postgres' and matrix_mx_puppet_steam_database_hostname == 'matrix-postgres') else []) |
|
|
|
+ |
|
|
|
([{ |
|
|
|
'name': matrix_mx_puppet_groupme_database_name, |
|
|
|
'username': matrix_mx_puppet_groupme_database_username, |
|
|
|
'password': matrix_mx_puppet_groupme_database_password, |
|
|
|
}] if (matrix_mx_puppet_groupme_enabled and matrix_mx_puppet_groupme_database_engine == 'postgres' and matrix_mx_puppet_groupme_database_hostname == 'matrix-postgres') else []) |
|
|
|
+ |
|
|
|
([{ |
|
|
|
'name': matrix_dimension_database_name, |
|
|
|
'username': matrix_dimension_database_username, |
|
|
|
|