chown the (temporary) sqlite db to apache so wsgi doesn't error out

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-10 18:20:08 +00:00
parent b1da1af94d
commit 7e5e3b40c0

View file

@ -43,3 +43,6 @@
command: /usr/bin/graphite-manage syncdb --noinput
tags:
- graphite
- name: chown the sqlite database to apache.apache
file: path=/var/lib/graphite-web/graphite.db owner=apache group=apache