Take a stab at a rewrite of the packages role.

This commit is contained in:
Ralph Bean 2015-11-17 16:53:19 +00:00
parent a20b67dd03
commit 6b0f5d1676
10 changed files with 24 additions and 381 deletions

View file

@ -0,0 +1,7 @@
config = {
{% if install_packages_indexer %}
'fedoracommunity.fedmsg.consumer.enabled': True,
{% else %}
'fedoracommunity.fedmsg.consumer.enabled': False,
{% endif %}
}