mash.conf for bodhi (staging).

This commit is contained in:
Ralph Bean 2014-10-06 16:41:32 +00:00
parent 1c8998c7a0
commit 655579291f
2 changed files with 21 additions and 2 deletions

View file

@ -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

View 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