mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 16:09:45 +08:00
Set noggin default avatar to retro
The default in noggin for the libravatar default avatar (i.e. the avatar that shows when a user hasnt set their avatar) is an autogenerated robot. However, the majority of other applications in Fedora Infra use the "retro" avatar option. This changes the config of noggin in Fedora Accounts to use the retro option, rather than the robot one. Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -35,6 +35,9 @@ MAIL_SERVER = "bastion.fedoraproject.org"
|
||||
# Theme
|
||||
THEME = "{{ noggin_theme }}"
|
||||
|
||||
# Auto-gen avatar type to show if no avatar set
|
||||
AVATAR_DEFAULT_TYPE = "retro"
|
||||
|
||||
# Those file should be mounted from OpenShift secrets
|
||||
FREEIPA_ADMIN_PASSWORD = from_file('/etc/noggin-secrets/ipa-admin')
|
||||
FERNET_SECRET = from_file('/etc/noggin-secrets/fernet').encode('utf-8')
|
||||
|
||||
Reference in New Issue
Block a user