mash.conf for bodhi (staging).
This commit is contained in:
parent
1c8998c7a0
commit
655579291f
2 changed files with 21 additions and 2 deletions
|
@ -46,8 +46,13 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: setup /etc/bodhi/mash.conf directory
|
- name: setup /etc/bodhi/mash.conf file...
|
||||||
file: path=/etc/bodhi/mash.conf owner=masher group=masher mode=0755 state=directory
|
template: >
|
||||||
|
src=mash.conf
|
||||||
|
dest=/etc/bodhi/mash.conf
|
||||||
|
owner=masher
|
||||||
|
group=masher
|
||||||
|
mode=0640
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
14
roles/bodhi/masher/templates/mash.conf
Normal file
14
roles/bodhi/masher/templates/mash.conf
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[defaults]
|
||||||
|
{% if environment == 'staging' %}
|
||||||
|
buildhost = http://koji.stg.fedoraproject.org/kojihub
|
||||||
|
{% else %}
|
||||||
|
buildhost = http://koji.fedoraproject.org/kojihub
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
symlink = False
|
||||||
|
configdir = /etc/bodhi/
|
||||||
|
repodir = /mnt/koji
|
||||||
|
fork = True
|
||||||
|
use_sqlite = True
|
||||||
|
strict_keys = True
|
||||||
|
max_delta_rpm_size = 1500000000
|
Loading…
Add table
Add a link
Reference in a new issue