diff --git a/inventory/host_vars/matrix.awful.club/vars.yml b/inventory/host_vars/matrix.awful.club/vars.yml index 44c98e34..34831789 100644 --- a/inventory/host_vars/matrix.awful.club/vars.yml +++ b/inventory/host_vars/matrix.awful.club/vars.yml @@ -90,11 +90,11 @@ matrix_mx_puppet_twitter_access_token: "{{ MATRIX_MX_PUPPET_TWITTER_ACCESS_TOKEN matrix_mx_puppet_twitter_access_token_secret: "{{ MATRIX_MX_PUPPET_TWITTER_ACCESS_TOKEN_SECRET }}" matrix_mx_puppet_twitter_environment: "{{ MATRIX_MX_PUPPET_TWITTER_ENVIRONMENT }}" -matrix_postgres_connection_password: "{{ vault_matrix_postgres_connection_password }}" -matrix_postgres_backup_enabled: true -matrix_postgres_backup_schedule: "@weekly" -matrix_postgres_backup_keep_weeks: "5" -matrix_postgres_backup_path: "/matrix/postgres/backups" +devture_postgres_connection_password: "{{ vault_matrix_postgres_connection_password }}" +devture_postgres_backup_enabled: true +devture_postgres_backup_schedule: "@weekly" +devture_postgres_backup_keep_weeks: "5" +devture_postgres_backup_base_path: "/matrix/postgres/backups" # added by jlj 05/28/21 -- heisenbridge testing matrix_heisenbridge_enabled: true