Kaynağa Gözat

Add groupme postgres

pull/872/head
Cody Neiman 5 yıl önce
ebeveyn
işleme
b900a4a3ba
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E6AE0B1E4EB62493
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. +6
    -0
      group_vars/matrix_servers

+ 6
- 0
group_vars/matrix_servers Dosyayı Görüntüle

@@ -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,


Yükleniyor…
İptal
Kaydet