Install and enable the srcfpo theme on src.stg.fp.o

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-09-17 16:42:36 +02:00
parent b189043bcb
commit 8af51edd7e
2 changed files with 11 additions and 0 deletions

View file

@ -26,6 +26,16 @@
- pagure
- packages
- name: install needed packages
package: name={{ item }} state=present
with_items:
- pagure-theme-srcfpo
when: env == 'staging'
tags:
- pagure
- packages
# Set-up stunnel for the event source server
#- name: install stunnel service definition

View file

@ -316,6 +316,7 @@ GITOLITE_CELERY_QUEUE = 'gitolite_queue'
CASE_SENSITIVE = True
THEME_TEMPLATE_FOLDER = '/usr/share/pagure_dist_git/template/'
THEME = 'srcfpo'
USER_ACLS = [
'fork_project',