Take a stab at a rewrite of the packages role.
This commit is contained in:
parent
a20b67dd03
commit
6b0f5d1676
10 changed files with 24 additions and 381 deletions
7
roles/packages3/web/templates/fedoracommunity.py
Normal file
7
roles/packages3/web/templates/fedoracommunity.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
config = {
|
||||
{% if install_packages_indexer %}
|
||||
'fedoracommunity.fedmsg.consumer.enabled': True,
|
||||
{% else %}
|
||||
'fedoracommunity.fedmsg.consumer.enabled': False,
|
||||
{% endif %}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue