fedimg: Remove the configuration related to staging

Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
Sayan Chowdhury 2018-04-06 03:16:18 +05:30 committed by Sayan Chowdhury
parent 57a98d07db
commit e70ba90841
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,6 @@
package: name={{ item }} state=present
with_items:
- euca2ools
when: env == "staging"
tags:
- fedimg
@ -44,7 +43,6 @@
owner=fedmsg group=fedmsg mode=0700
notify:
- restart fedmsg-hub
when: env == "staging"
tags:
- fedimg

View file

@ -29,6 +29,8 @@ config = {
}
{% else %}
config = {
'fedimgconsumer': True,
'fedimgconsumer.dev.enabled': False,
'fedimgconsumer.prod.enabled': True,
'fedimgconsumer.stg.enabled': False,
}
{% endif %}