bodhi2: Set the /etc/bodhi content perms on the backend too

This commit is contained in:
Luke Macken 2015-07-22 19:12:25 +00:00
parent b40d369814
commit a1c77e7d30

View file

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