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:
parent
b1da1af94d
commit
7e5e3b40c0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue