summaryrefslogtreecommitdiffstats
path: root/vagrant_support/apache.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support/apache.yml')
-rw-r--r--vagrant_support/apache.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/vagrant_support/apache.yml b/vagrant_support/apache.yml
index c7159371c..5031187e3 100644
--- a/vagrant_support/apache.yml
+++ b/vagrant_support/apache.yml
@@ -10,5 +10,11 @@
service: name=httpd enabled=yes
when: LAZY == 0
+- name: ensure bugzilla.log has right permissions
+ file: path=/vagrant/logs/bugzilla.log state=touch owner=vagrant group=apache mode=0660
+
+- name: ensure bugzilla-json.log has right permissions
+ file: path=/vagrant/logs/bugzilla-json.log state=touch owner=vagrant group=apache mode=0660
+
- name: restart httpd
- service: name=httpd state=restarted
+ service: name=httpd state=restarted \ No newline at end of file