4a1607
{%- if salt['grains.get']('include_secrets', True) %}
Theo Chatzimichos b62616
include:
4a1607
  - secrets.role.web_progress
4a1607
{%- endif %}
Theo Chatzimichos b62616
d3259c
groups:
d3259c
  redis:
169fd0
    system: true
d3259c
    members:
d3259c
      - redmine
d3259c
d3259c
redis:
d3259c
  redmine:
d3259c
    databases: 1
d3259c
    port: 0
d3259c
4a1607
redmine:
4a1607
  plugins:
4a1607
    - theme-opensuse
4a1607
    - diary
4a1607
    - favourite_projects
4a1607
    - force-issues-private
4a1607
    - login-mention-account-type
4a1607
    - openid_connect
4a1607
    - plugin-views-revisions
4a1607
    - reopen-issues-by-mail
4a1607
  config:
773374
    configuration:
599831
      default:
599831
        email_delivery:
599831
          delivery_method: :smtp
599831
          smtp_settings:
79dbb1
            address: localhost
599831
            port: 25
599831
        attachments_storage_path: /var/lib/redmine/files
599831
        private_by_default_projects:
599831
          - opensuse-admin
599831
          {#- are the ones below still used ? #}
599831
          - opensuse-admin-cloaks
599831
          - opensuse-board
599831
        # secret_token -> secrets.role.web_progress
773374
    database:
773374
      production:
773374
        adapter: mysql2
773374
        database: redmine
Christian Boltz 1aa532
        host: mysql.infra.opensuse.org
773374
        port: 3307
773374
        # username/password -> secrets.role.web_progress
773374
        encoding: utf8mb4
773374
        timeout: 15
be05da
be05da
profile:
be05da
  postfix:
be05da
    maincf:
be05da
      smtpd_sender_restrictions: lmdb:/etc/postfix/discard_ndrs,reject_unknown_sender_domain
24f51f
24f51f
zypper:
24f51f
  packages:
24f51f
    google-opensans-fonts: {}