bodhi: Install our production.ini on the backends too

This commit is contained in:
Luke Macken 2016-01-22 17:25:01 +00:00
parent add29990f2
commit 7036d1473d

View file

@ -37,7 +37,7 @@
owner=bodhi
group=bodhi
mode=0600
when: inventory_hostname.startswith('bodhi0') and env == 'staging'
when: inventory_hostname.startswith('bodhi') and env == 'staging'
notify:
- reload bodhi httpd
tags:
@ -51,7 +51,7 @@
owner=bodhi
group=bodhi
mode=0600
when: inventory_hostname.startswith('bodhi0') and env == 'production'
when: inventory_hostname.startswith('bodhi') and env == 'production'
notify:
- reload httpd
tags: