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:
parent
b189043bcb
commit
8af51edd7e
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue