This config needs to be readable by apache to get db connect info.

This commit is contained in:
Kevin Fenzi 2014-03-02 19:48:39 +00:00
parent e78f2428bd
commit 72f327b1dd

View file

@ -30,7 +30,7 @@
notify: restart httpd
- name: sticky-notes php config
template: src=config.php dest=/etc/sticky-notes/config.php owner=root group=root mode=600
template: src=config.php dest=/etc/sticky-notes/config.php owner=apache group=apache mode=600
tags:
- config
notify: restart httpd